



@font-face {
    font-family: FontAwesome;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/FontAwesome/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/FontAwesome/fontawesome-webfont.woff) format("woff"), url(../fonts/FontAwesome/fontawesome-webfont.ttf) format("truetype"), url(../fonts/FontAwesome/fontawesome-webfont.svg#FontAwesome) format("svg")
}



.header {
    min-height: 779px;
    width: 100%;
    background: 0 0;
    background-size: cover;
    position: relative;
    margin-bottom: 70px
}

.header.page {
    min-height: 107px;
    background-size: inherit;
    background: #000;
    margin-bottom: 0 !important;
}

.header.innerPages {
    min-height: 500px;
    margin-bottom: 0
}

.header.innerPages:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .45);
    width: 100%;
    height: 100%;
    z-index: 2
}

.header.autoHeight {
    min-height: 450px
}

.header.autoHeight .header__content .container {
    padding-bottom: 40px
}

.header.articlePage {
    min-height: 426px
}

.search {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 107px;
    background: #000;
    z-index: 800;
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
}

.search.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.search-form {
    margin-top: 21px
}

.search-form .search-close {
    text-decoration: none;
    margin: 20px 0 0 5px;
    display: inline-block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-close_search.svg) no-repeat;
    width: 21px;
    height: 21px;
    outline: 0;
    border: none;
    -webkit-transition: .2s;
    transition: .2s
}

.search-form .search-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.search-form input[type=text] {
    background-color: transparent;
    display: inline-block;
    vertical-align: top;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    height: 58px;
    width: 94%;
    outline: 0;
    color: #fff !important;
    font: 300 21px/58px GothamPro, sans-serif !important
}

.search-form input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
    font: 300 21px/58px GothamPro, sans-serif !important
}

.search-form input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    font: 300 21px/58px GothamPro, sans-serif !important
}

.search-form input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
    font: 300 21px/58px GothamPro, sans-serif !important
}

.search-form input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
    font: 300 21px/58px GothamPro, sans-serif !important
}

.htr__line-time {
    color: #fff;
    margin: 20px 0 22px
}

.link__call {
    margin-left: 35px;
    height: 42px;
    padding: 0 30px 0 20px;
    text-decoration: none;
    display: inline-block;
    background: 0 0;
    border: 1px solid #ffd633;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.link__call .gf {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 10px
}

.link__call:hover {
    background: #ffd633;
    color: #000;
    -webkit-box-shadow: 0 2px 15px rgba(255, 214, 51, .65);
    box-shadow: 0 2px 15px rgba(255, 214, 51, .65)
}

.htr__line-time > div {
    display: inline-block;
    vertical-align: top
}

.ht__logo {
    text-decoration: none;
    display: block;
    vertical-align: top;
    width: 260px;
    margin: 35px 0 0
}

.header__top {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    z-index: 10
}

.ht__left {
    float: left
}

.ht__right {
    float: right;
    text-align: right
}

.ht__phone > a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    line-height: 25px
}

.ht__phone > a .yellow {
    color: #ffd633
}

.ht__phone > a .bold {
    font-weight: 500;
    font-size: 25px
}

.ht__phone .ht__phone_text {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    padding-bottom: 5px
}

.nav__header {
    list-style: none;
    margin: 0;
    position: relative;

}

.nav__header > li {
    float: left;
    position: relative;
    z-index: 590;
    padding-bottom: 20px
}



.nav__header > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase
}

.nav__header > li > a:hover {
    color: #ffd633
}

.nav__header > li:not(:last-child) {
    margin-right: 22px
}

.nav__header .submenu {
    position: absolute;
    z-index: 570;
    min-width: 200px;
    transform: translateY(60px);
    transition: .2s ease;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #ffd633;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    box-shadow: 0 0 14px rgba(0,0,0,0.2);
}

.nav__header > li:hover .submenu {
    left: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(49px);
}

.nav__header .submenu div {
    position: relative
}

.nav__header .submenu div:before {
    display: none;
    content: '';
    position: absolute;
    top: -12px;
    left: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
    border-color: transparent transparent #fff transparent
}

.nav__header .submenu li {
    display: block;
    margin: 0;
    width: 100%;
    text-align: left
}

.nav__header .submenu:not(.uslugi__submenu) li:hover {
    background: rgba(255, 214, 51, .07);
}

.nav__header .submenu:not(.uslugi__submenu) li:hover a {
    transform: translateX(5px);
}

.nav__header .submenu:not(.uslugi__submenu) li a {
    text-decoration: none;
    color: #323a43;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    line-height: 16px;
    padding: 15px 10px;
    display: block
}

.nav__header .submenu:hover > a {
    color: #ffd633
}

.nav__header .submenu__link {
    position: relative
}

.nav__header .submenu__link:after {
    margin-left: 3px;
    content: "\f107";
    color: #ffd633
}

.uslugi__submenu {
    padding: 35px 12px 45px !important;
    left: -712px !important;
    min-width: 1140px !important;
}
.uslugi__submenu-col {
    width: 25%;
    float: left;
    text-align: left;
    position: relative;
    padding-left: 50px;
}
.uslugi__submenu-title {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    margin-bottom: 10px;
}
.uslugi__submenu-nav {
    margin-bottom: 15px;
    max-width: 210px;
}
.uslugi__submenu-nav li {
    padding: 0 !important;
    margin: 0;
    line-height: 15px;
}
.uslugi__submenu-nav li:not(:last-child) {
    margin-bottom: 5px;
}
.uslugi__submenu-nav a {
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    color: rgba(0,0,0,0.8);
}
.uslugi__submenu-nav li:hover a {
    color: #000;
    text-decoration: underline;
}

.uslugi__submenu-col:after {
    content: " ";
    position: absolute;
    left: 5px;
    top: 0;
    display: block;
}
.submenu__icon-geodezy:after {
    width: 30px;
    height: 43px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon__submenu-geodezy.svg) no-repeat;
}
.submenu__icon-geology:after {
    width: 48px;
    height: 48px;
    left: -13px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon__submenu-geology.svg) no-repeat;
}
.submenu__icon-markshederiya:after {
    width: 39px;
    left: -4px;
    top: 3px;
    height: 39px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon__submenu-marksheideriya.svg) no-repeat;
}
.submenu__icon-obledovanie:after {
    width: 44px;
    left: -5px;
    height: 39px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon__submenu-obledovanie.svg) no-repeat;
}
.submenu__icon-lazer:after {
    width: 35px;
    left: 5px;
    height: 34px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon__submenu-lazer.svg) no-repeat;
}
.submenu__icon-ecology:after {
    width: 23px;
    left: 5px;
    top: 3px;
    height: 34px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon__submenu-ecology.svg) no-repeat;
}
.submenu__icon-aerofoto:after {
    width: 46px;
    left: -5px;
    top: 7px;
    height: 25px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon__submenu-aerofoto.svg) no-repeat;
}


.hs__iWrap {
    position: relative
}

.hs__iWrap .owl-prev {
    position: absolute;
    left: -95px;
    top: 97px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/arrow-slider_left.svg) no-repeat;
    display: block;
    width: 19px;
    height: 38px;
    text-indent: -9999px
}

.hs__iWrap .owl-next {
    position: absolute;
    right: -95px;
    top: 97px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/arrow-slider_right.svg) no-repeat;
    display: block;
    width: 19px;
    height: 38px;
    text-indent: -9999px
}

.hs__iWrap .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -60px;
    left: 0
}

.hs__iWrap .owl-dot {
    display: inline-block;
    margin: 0 5px
}

.hs__iWrap .owl-dot span {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #fff;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.hs__iWrap .owl-dot.active span {
    border: none;
    background: #ffd633
}

.header__slider {
    position: relative;
    z-index: 3
}

.header__slider .container {
    padding-top: 120px
}

.header__content {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3
}

.header__content h1 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 42px;
    font-weight: 400 !important;
    margin: 217px 0 0
}

.header__content h1:after {
    content: '';
    width: 80px;
    height: 4px;
    margin: 23px auto 0;
    background: #ffd633;
    display: block
}

.header__content h1.not-line:after {
    display: none
}

.header__content h3 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400 !important;
    margin: 25px 0 0
}

.breadcrumbs {
    background: #f7f7f7;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    margin-bottom: 58px
}

.breadcrumbs a, .breadcrumbs span {
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs a {
    text-decoration: none;
    color: #000;
    line-height: 48px;
    height: 48px
}

.breadcrumbs a:not(:last-child):after {
    content: '/';
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.slider__item .title {
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    font-weight: 400;
    padding-left: 10px
}

.slider__item .title span {
    font-weight: 700;
    color: #ffd633;
    font-size: 36px
}

.slider__item p {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 30px 0 50px;
    padding-left: 10px;
    max-width: 900px;
}

.slider__buttons {
    padding-left: 10px
}

.slider__buttons a {
    height: 54px;
    line-height: 56px;
    padding: 0 38px;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .4s;
    transition: all .4s
}

.slider__buttons a:first-child {
    margin-right: 40px
}

.slider__buttons a.btn__yellow {
    background: #ffd633;
    color: #000
}

.slider__buttons a.btn__white {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.slider__buttons a.btn__white:hover {
    background: #fff;
    color: #000
}

.header__services {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center
}

.services__nav-bg {
    position: absolute;
    bottom: -70px;
    left: 0;
    background: #f8f8f8;
    height: 70px;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
    box-shadow: 1px 0 3px rgba(0, 0, 0, .2)
}

.nav__services {
    bottom: -70px;
    position: relative;
    display: inline-block;
    z-index: 3;
    vertical-align: bottom
}

.nav__services a {
    width: 260px;
    float: left;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    background: 0 0;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    font-weight: 500;
    text-decoration: none;
    color: #323a43;
    border-left: 1px solid #e3e3e3;
    -webkit-transition: .3s;
    transition: .3s
}

.nav__services a span {
    position: relative;
    z-index: 10
}

.nav__services a:before {
    -webkit-transition: .3s;
    transition: .3s;
    top: -90px;
    display: block;
    position: absolute;
    z-index: 10;
    content: '';
    left: 50%
}

.nav__services a:after {
    content: '';
    display: block;
    z-index: 5;
    width: 100%;
    height: 190px;
    position: absolute;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    -webkit-transition: .3s;
    transition: .3s
}

.nav__services a:hover {
    -webkit-box-shadow: inset 0 -2px 0 #ffdb4d;
    box-shadow: inset 0 -2px 0 #ffdb4d
}

.nav__services a:hover:before {
    top: -95px !important
}

.nav__services a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nav__services a.ns__geodezy:before {
    margin-left: -25px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-geodezy.svg) no-repeat;
    width: 49px;
    height: 78px
}

.nav__services a.ns__geology:before {
    margin-left: -61px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-geology.svg) no-repeat;
    width: 122px;
    height: 74px
}

.nav__services a.ns__ecology:before {
    margin-left: -37px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-ecology.svg) no-repeat;
    width: 74px;
    height: 76px
}

.nav__services a.ns__cadastr:before {
    margin-left: -30px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-cadastr.svg) no-repeat;
    width: 60px;
    height: 77px
}

.nav__services a:last-child {
    border-right: 1px solid #e3e3e3
}

.nav__services a:hover {
    background-color: rgba(0, 0, 0, .03)
}

/**
    NEW
*/
.header__top.new .ht__phone > div {
    float: left;
}

.header__top.new .ht__email a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}
.header__top.new .ht__email {
    margin-right: 25px;
}
.header__top.new .ht__email a:before {
    content: '';
    display: inline-block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/header/icon-mail.png) no-repeat;
    width: 16px;
    height: 13px;
    margin-right: 10px;
    margin-top: -2px;
    vertical-align: middle;
}
.header__top.new .ht__phone_text {
    padding-bottom: 0;
    margin-right: 25px;
}
.header__top.new .ht__phone_text a {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
}
.header__top.new .ht__phone_text a:before {
    content: '';
    display: inline-block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/header/icon-phone.png) no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    vertical-align: top;
}
.header___social_a {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    margin-top: -5px;
}
.header___social_a a {
    text-decoration: none;
    color: #fff;
    vertical-align: top;
    line-height: 16px;
}
.header___social_a a:not(:last-child) {
    margin-right: 6px;
}
.header__top.new .ht__right {
    padding-top: 10px;
}
.header__top.new{
    padding-bottom: 0;
    top:0;
	left: 0;
	position: fixed;
	width: 100%;
}
.header__top.new .htr__line-time {
    margin-bottom: 0;
}

.hicon {
    display: inline-block;
    vertical-align: top;
}
.hicon.tg {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/header/icon-tg.png) no-repeat;
    width: 18px;
    height: 16px;
}
.hicon.fb {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/header/icon-fb.png) no-repeat;
    width: 18px;
    height: 18px;
}
.hicon.wh {
    background: url(/static/img/whatsapp.png) no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
}

.hicon.tg {
    background: url(/static/img/telegram.png) no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
}

.header__top.new.fixed {
	z-index: 600;
	border-color: #000;
	background: #000;

}

.header.page .header__top.new {
	background: #000;
}
/* End */


/* Start:/bitrix/templates/gektargroup/css/styles.css?1600789048347841*/
.slash {
    background-image: url(/bitrix/templates/gektargroup/css/../img/slash.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 25px 20px;
}
.btn--culc {
    padding-left: 35px !important;
    padding-right: 55px !important;
    height: 63px !important;
    line-height: 63px !important;
}
.btn--culc img {
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
 }
.text_yellow {
    color: #ffe33e;
}

.main-title-h1 h1 {
    font-size: 31px;
    line-height: 35px;
    font-weight: 400;
}
i.gf {
    font-family: gektargroup !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-phone:before {
    content: '\e900'
}

.icong {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-cadastr:before {
    content: "\e6501"
}

.icon-ecology:before {
    content: "\e6502"
}

.icon-geodezy:before {
    content: "\e6503"
}

.icon-geology:before {
    content: "\e6504"
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

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

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

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

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

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

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

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

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

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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


@font-face {
    font-family: FontAwesome;
    font-display: swap;
    src: url(/bitrix/templates/gektargroup/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/bitrix/templates/gektargroup/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/bitrix/templates/gektargroup/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/bitrix/templates/gektargroup/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/bitrix/templates/gektargroup/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/bitrix/templates/gektargroup/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

.fa, .nav__header .submenu__link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .nav__header .fa-pull-left.submenu__link:after {
    margin-right: .3em
}

.fa.fa-pull-right, .nav__header .fa-pull-right.submenu__link:after {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left, .nav__header .pull-left.submenu__link:after {
    margin-right: .3em
}

.fa.pull-right, .nav__header .pull-right.submenu__link:after {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

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

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/bitrix/templates/gektargroup/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg)
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50%, to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    text-indent: -9999px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    background: #323a43
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

::-webkit-input-placeholder {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 14px
}

:-moz-placeholder {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 14px
}

::-moz-placeholder {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #7a7a7a;
    font-weight: 400;
    font-size: 14px
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

a {
    outline: 0 !important;
    -webkit-appearance: none
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: red
}

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

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: GothamPro, sans-serif;
    overflow-x: hidden
}

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

.hidden {
    display: none
}

.clr:after, .clr:before {
    content: '';
    display: table
}

.clr:after {
    clear: both
}


.title-block {
    font-size: 31px;
    line-height: 35px;
    font-weight: 400;
    /* text-transform: uppercase */
}

.title-block.not-line:after {
    display: none;
}

.title-block:after {
    content: '';
    width: 63px;
    height: 5px;
    margin-top: 23px;
    background: #ffd633;
    display: block
}

.title-block.center {
    text-align: center
}

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

.btn__icon {
    text-decoration: none;
    outline: 0;
    border: 1px solid #eee;
    min-width: 240px;
    height: 60px;
    line-height: 60px;
    background: 0 0;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .25s;
    transition: .25s;
    color: #8492a6;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05)
}

.btn__icon b {
    font-weight: 500 !important
}

.btn__icon span {
    vertical-align: middle;
    display: inline-block;
    line-height: 15px;
    padding-left: 57px
}

.btn__icon:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn__icon.download:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-file_pdf.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 19px;
    position: absolute
}

.main__about {
    padding-top: 60px
}

.s-about-left {
    padding-top: 38px;
    padding: 38px 0 60px
}

.s-about-left p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 0 0 25px;
    padding-right: 60px
}

.s-about-left .title-block {
    margin-bottom: 35px
}

.s-about-right_image {
    margin-top: 38px;
    width: 660px;
    height: 440px;
    right: -15px;
    -webkit-box-shadow: 0 16px 29px rgba(0, 0, 0, .34);
    box-shadow: 0 16px 29px rgba(0, 0, 0, .34)
}

.s-about-right_image img {
    width: 100%
}

.content.page {
    padding-bottom: 70px
}

.content.page .title-block:after {
    display: none;
    margin-bottom: 50px
}

.content.page a {
    color: #000;
    text-decoration: underline
}

.content.page a:hover {
    text-decoration: none
}

.content.page ul {
    list-style: none;
    padding-left: 30px
}

.content.page ul > li {
    position: relative;
    margin-bottom: 6px;
    list-style-image: url(/bitrix/templates/gektargroup/css/../img/icons/icon-list_item.gif)
}

.about__company-more {
    background: #ffdb4d;
    padding: 0 0 30px;
}

.item-figure {
    text-align: center;
    position: relative
}

.item-figure.item-1 .t-right {
    right: -38px
}

.item-figure .t-right.bigFont {
    font-size: 30px
}

.item-figure.item-4 .t-right {
    right: -28px
}

.item-figure > div {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.item-figure > div .t-right {
    position: absolute;
    top: 5px;
    font-weight: 300;
    right: -20px;
    font-size: 21px;
    line-height: 24px
}

.item-figure > div .t-left {
    position: absolute;
    left: -20px;
    top: 18px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 300
}

.item-figure .number {
    font-weight: 300;
    font-size: 56px;
    line-height: 60px;
    color: #000
}

.item-figure p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}


.main__clients .container {
    padding-top: 60px;
    border-top: 1px solid #eee;
    margin-top: 60px;
}
.main__clients .title-mini {
    text-align: center;
    margin-bottom: 30px
}

.title-mini {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px
}

.clients__slider .owl-prev {
    position: absolute;
    left: -25px;
    top: 60px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/arrow-left.svg) no-repeat;
    text-indent: -9999px;
    width: 13px;
    height: 24px
}

.clients__slider .owl-next {
    position: absolute;
    right: -25px;
    top: 60px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/arrow-right.svg) no-repeat;
    text-indent: -9999px;
    width: 13px;
    height: 24px
}

.clients__slider .owl-stage-outer {
    padding: 10px 0 10px 10px
}

.clients__slider .item {
    width: 204px;
    height: 122px;
    background: #fff;
    line-height: 122px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.clients__slider .item img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100px !important;
    max-width: 150px !important;
    width: auto !important
}

.clients__slider .item:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.main__projects {
    padding: 30px 0 86px;
    position: relative
}

.main__projects:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/bitrix/templates/gektargroup/css/../img/projects-bg_l.png) no-repeat;
    width: 591px;
    height: 572px
}

.main__projects:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/bitrix/templates/gektargroup/css/../img/projects-bg_r.png) no-repeat;
    width: 590px;
    height: 608px
}

.main__projects .title-block {
    margin-top: 55px
}

.main__projects .mp-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
   /* margin: 45px 0 50px;*/
    padding-right: 35px
}

.main__projects .row:not(:last-child) {
    margin-bottom: 30px
}

.item-project {
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.item-project:hover {
    -webkit-box-shadow: 0 9px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 9px 30px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.item-project.big {
    height: 432px
}

.item-project.small {
    height: 210px
}

.projects__catalog > div {
    margin-bottom: 30px
}

.item-project .project__box-text {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 0;
    width: 100%;
    color: #fff;
    font-weight: 500
}

.item-project .project__box-text span {
    vertical-align: bottom;
    display: inline-block
}

.item-project.big .project__box-text {
    font-size: 24px;
    line-height: 32px
}

.item-project.big .project__box-text span {
    padding: 0 0 50px 25px
}

.item-project.small .project__box-text {
    font-size: 13px;
    line-height: 20px
}

.item-project.small .project__box-text span {
    padding: 0 0 20px 9px
}

.item-project.big .project__box:before {
    height: 172px;
    background: url(/bitrix/templates/gektargroup/css/../img/gradient_big.png) repeat-x
}

.item-project.small .project__box:before {
    height: 133px;
    background: url(/bitrix/templates/gektargroup/css/../img/gradient_small.png) repeat-x
}

.item-project.big .projectBox__info-category {
    margin: 20px 0 0 25px;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .6px
}

.item-project.small .projectBox__info-category {
    margin: 15px 0 0 10px;
    height: 29px;
    line-height: 29px;
    font-weight: 500;
    font-size: 10px
}

.item-project.linear {
    height: 210px
}

.item-project.linear .projectBox__info-category {
    margin: 15px 0 0 10px;
    height: 29px;
    line-height: 29px;
    font-weight: 500;
    font-size: 10px
}

.item-project.linear .project__box-text {
    font-size: 16px;
    line-height: 23px;
    padding-right: 25px
}

.item-project.linear .project__box-text span {
    padding: 0 0 20px 9px
}

.iprojects_4 .row:nth-child(1) {
    margin-bottom: 12px
}

.projects__list {
    padding-bottom: 95px
}

.project__box {
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    background-size: cover
}

.project__box:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.project__box a {
    text-decoration: none
}

.projectBox__info-category {
    padding: 0 20px;
    position: relative;
    display: inline-block;
    background: #fff;
    color: #000;
    text-transform: uppercase;
    vertical-align: top
}

.similar-project {
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    height: 207px
}

.similar-project:hover {
    -webkit-box-shadow: 0 9px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 9px 30px rgba(0, 0, 0, .3);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.sproject__box {
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center
}

.sproject__box:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.sproject__box a {
    text-decoration: none
}

.sproject__box p {
    font-size: 13px;
    line-height: 20px;
    color: #fff
}

.sproject__box-title {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px
}

.sproject__box-wrap {
    z-index: 5;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.sproject__box-wrap p {
    margin: 5px 0 25px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px
}

.sproject__box-wrap a {
    height: 44px;
    line-height: 44px
}

.project-page__top {
    margin-bottom: 80px
}

.header__project h1 {
    margin-top: 71px !important
}

.project_info_short-item {
    padding-left: 80px;
    position: relative;
    min-height: 80px
}

.project_info_short-item:not(:last-child) {
    margin-bottom: 35px
}

.project_info_short-item:before {
    content: '';
    display: block;
    top: 0;
    position: absolute;
    width: 78px;
    height: 80px;
    left: -8px
}

.project_info_short-item p {
    margin: 0
}

.project_info_short-item .project_info_short-header {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #8492a6;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.project_info_short-item .project_info_short-text {
    font-size: 13px;
    color: #000;
    line-height: 18px
}

.project_info_short-item .project_info_short-image {
    margin-top: 20px
}

.project_info_short-item.project_info_short-item_1:before {
    background: url(/bitrix/templates/gektargroup/css/../img/project-icon-customer.png) no-repeat left top
}

.project_info_short-item.project_info_short-item_2:before {
    background: url(/bitrix/templates/gektargroup/css/../img/project-icon-address.png) no-repeat left top
}

.project_info_short-item.project_info_short-item_3:before {
    background: url(/bitrix/templates/gektargroup/css/../img/project-icon-date.png) no-repeat left top
}

.project_info_short-item.project_info_short-item_4:before {
    background: url(/bitrix/templates/gektargroup/css/../img/project-icon-volume.png) no-repeat left top
}

.projectInfo__gallery {
    position: relative;
    width: 747px;
    height: 465px
}

.projectInfo__gallery-image {
    -webkit-box-shadow: 0 14px 22px rgba(0, 0, 0, .25);
    box-shadow: 0 14px 22px rgba(0, 0, 0, .25)
}

.project-single_image, .projectInfo__gallery-slide {
    width: 747px;
    height: 465px;
    overflow: hidden
}

.project-single_image img, .projectInfo__gallery-slide img {
    width: 100%;
    height: 100%
}

.projectInfo__gallery .owl-nav > * {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 47px;
    height: 47px;
    background-color: #fff;
    text-indent: -9999px;
    -webkit-transition: .3s;
    transition: .3s
}

.projectInfo__gallery .owl-nav > :hover {
    background-color: #eff2f7
}

.projectInfo__gallery .owl-nav .owl-prev {
    left: 0;
    background-image: url(/bitrix/templates/gektargroup/css/../img/icons/arrow-left-project.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.projectInfo__gallery .owl-nav .owl-next {
    right: 0 !important;
    background-image: url(/bitrix/templates/gektargroup/css/../img/icons/arrow-right-project.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.projectInfo__gallery .owl-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    line-height: 10px;
    height: 10px;
    width: 100%;
    display: block;
    text-align: center
}

.projectInfo__gallery .owl-dots .owl-dot {
    display: inline-block
}

.projectInfo__gallery .owl-dots .owl-dot:not(:last-child) {
    margin-right: 8px
}

.projectInfo__gallery .owl-dots .owl-dot.active span {
    background: #fff;
    border: none
}

.projectInfo__gallery .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: 0 0;
    border: 2px solid #fff;
    display: block;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.projectPage_info-bottom {
    border-top: 1px solid #f2f2f2;
    margin-top: 45px;
    padding-top: 50px
}

.projectPage_info-bottom_title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px
}

.projectPage_review {
    display: inline-block;
    text-decoration: none;
    border: none;
    -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 30px rgba(0, 0, 0, .08);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s
}

.projectPage_review:hover {
    -webkit-box-shadow: 0 2px 35px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 35px rgba(0, 0, 0, .15)
}

.projectPage_about {
    color: #333;
    font-size: 13px;
    line-height: 20px;
    padding-right: 20px
}

.projectPage_projects a {
    display: block;
    margin-left: 25px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    position: relative
}

.projectPage_projects a:hover span {
    border-color: #ccc
}

.projectPage_projects a:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-list_item.svg) no-repeat;
    display: inline-block
}

.projectPage_projects a:not(:last-child) {
    margin-bottom: 20px
}

.projectPage_projects a span {
    border-bottom: 1px solid transparent
}

.projectPage_othersLinks {
    margin-top: 120px
}

.projectPage_othersLinks > div:nth-child(2) {
    text-align: center
}

.projectPage_othersLinks > div:nth-child(1) {
    text-align: left
}

.projectPage_othersLinks > div:nth-child(3) {
    text-align: right
}

.project-nav {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #8492a6;
    -webkit-transition: .3s;
    transition: .3s
}

.project-nav:hover {
    color: #000
}

.project-nav.project-prev:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7 url(/bitrix/templates/gektargroup/css/../img/icons/project-prev.png) no-repeat center center;
    margin-right: 15px
}

.project-nav.project-next:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7 url(/bitrix/templates/gektargroup/css/../img/icons/project-next.png) no-repeat center center;
    margin-left: 15px
}

.main__advantages {
    background: url(/bitrix/templates/gektargroup/css/../img/bg__adv.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 526px;
    color: #fff
}

.main__advantages .title-block {
    margin-top: 90px
}

.advantages__list {
    margin: 68px 0 0;
    padding: 0;
    list-style: none
}

.advantages__list .item {
    text-align: center
}

.advantages__list .item .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    margin: 24px 0 15px
}

.advantages__list .item .image {
    position: relative;
    width: 97px;
    margin: auto;
    height: 97px;
    background: #ffd633;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 97px
}

.advantages__list .item span {
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px !important;
    padding: 0 20px
}

.mainMore__link {
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    font-size: 13px;
    font-weight: 300;
    color: #000;
    line-height: 15px;
    margin-top: 10px;
    text-transform: none;
    margin-left: 20px;
    position: relative
}

.mainMore__link:after {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-arrow_right_link.svg) no-repeat;
    width: 16px;
    height: 10px;
    position: absolute;
    right: -30px;
    top: 4px
}

.main__news {
    padding: 85px 0
}

.main__newsList {
    margin-top: 35px;
    padding: 0
}

.main__newsList .item-mini-news {
    border: 1px solid #eee;
    padding: 0 10px;
    min-height: 220px;
    display: block;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.main__newsList .item-mini-news:hover {
    border-color: #ffd633
}

.main__newsList .item-mini-news:not(:last-child) {
    margin-bottom: 25px
}

.main__newsList .item-time {
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    color: #989ca0;
    margin: 12px 0
}

.main__newsList .item-name {
    text-decoration: none;
    font-size: 15px;
    display: block;
    font-weight: 500;
    color: #323a43;
    line-height: 18px
}

.main__newsList .item-descr {
    width: 100%;
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #4d4d4d
}

.main__articleList {
    margin: 35px 0 0;
    padding: 0;
    list-style: none
}

.main__articleList li:not(:last-child) {
    margin-bottom: 25px
}

.main__articleList a {
    text-decoration: none
}

.m-article__image {
    float: left;
    width: 105px
}

.m-article__content {
    margin-left: 130px
}

.m-article__name {
    font-size: 15px;
    line-height: 18px;
    color: #323a43;
    font-weight: 500;
    margin-bottom: 20px
}

.m-article__descr {
    font-weight: 400;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 17px
}

.b__usefulLink {
    padding: 60px 0;
    border-top: 1px solid #f2f2f2
}

.b__usefulLink .usefulLink {
    text-decoration: none;
    height: 56px;
    width: 254px;
    line-height: 56px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #434a52;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #323a43;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.b__usefulLink .usefulLink:hover {
    background: #ffd633;
    border-color: #ffd633;
    -webkit-box-shadow: 0 2px 15px rgba(255, 214, 51, .65);
    box-shadow: 0 2px 15px rgba(255, 214, 51, .65)
}

.b__usefulLink .usefulLink.question {
    background: #ffd633;
    border-color: #ffd633;
    -webkit-box-shadow: 0 2px 15px rgba(255, 214, 51, .65);
    box-shadow: 0 2px 15px rgba(255, 214, 51, .65)
}

.b__usefulLink .usefulLink:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 15px
}

.b__usefulLink .usefulLink.order:before {
    content: '';
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAYCAMAAABHurQFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABm1BMVEUyOkP///8yOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMAAAAZ4sckAAAAh3RSTlMAAPDx4smhWEo7QVZun/V0UEsLCqPd4O7H5QE2/A/7M17VvoCKqHHMHjAqt3wlGaDjT9hlECKMsT70QPYIHEZryATvl5umlnBbxG9awJwS/RTBe+h1eLso/hcu3ro/CYfW06WOhVLzlbhobULpk+fyww5RX+ungcYRLDiCNPpTAsvFQ0fQFqw+E/7IAAAAAWJLR0SIa2YWWgAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+IBCRIdK5tClFEAAAFfSURBVCjPY2Bqb2dmYWVjZ8ABGBkZGdo5OLm4eXj5+AVwAEEhBgFhsHIRUTEcQFwCZiS3pBQOu6RlYExZOXkcahQU4WwlZRxqVFThbDV1EKmhiQK0gGq0deBqdNv1gKR+OwoQA6oxMEQYamSM1S6TdlMEx8wcSAijhg3QaAtLJA9bWdswMNiiho0dA4O9AyNCjaMTBza7nF2Q1DC4uoFIdyTgAeR7eiGr8TYAkT5IwBfIZ+ZCVuPnr4lplUZ7ALIahsAgTDWCwYwoakIcMNWEhqGqCY+IZIgyj46JBXHi4hMSdRwZkpJR1TBEp6SmqbKnyylYWVlliGZmSapmRyugqfHICQYFdm4eE1OanAYDQ1R7fkEhmhoGhgIvIFHEwsBQnADilnCA0zMqKNUHEmXlDAyx1hXAmImoxKKmSq66Rq22joGhvqGxqbklgwGLGgZBxXaxYhCjta3WWl8WrAYAcN1IF+V4MwMAAAAASUVORK5CYII=) no-repeat;
    width: 35px;
    height: 24px
}

.b__usefulLink .usefulLink.projects:before {
    content: '';
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAhCAMAAAAS9VDrAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABv1BMVEUyOkP///8yOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMAAABDrv72AAAAlHRSTlMAACOy/CEKgvacK54JU+HKN8tSKLvqZQLsug2L95QRlQFb58MvxObMvfp+9XQDdVDvTlm1m3kEe/H0WDrYLDhV3pIIBYALl9sq3z021NAwNEHjxSYOj/v4kAeFgwyMyMIyRiU1cPNshMHicke/V/LHaxCgalZas+VLHrbw3KKWdv4deD87J3ND1W+wSElpaE1kpWEbKmm9pgAAAAFiS0dElH9nShUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiAQkSHTVhTakyAAACP0lEQVQoz3WT+18SQRDAZ1PgMlPqigu45AjogAulIIUSK8F4+SAhAiNKEgszTEKRMCt7mPQ0/+GGJewI2l92P/O9mdv97iyAbBzr6e1RENmQMaWKOd53glH1d6MnBwbVOKlPDZzuoOyZsxqusSCc5pyWbaM6PX9+qLnE2JCB1+uOqGC8YDK3itCo2XLRKDQpXUIbJTQBKS0j23lrQ82fiVZWfmT4exzWKoJNDf+hRG0Du3TJ0ZU6hiU7wIhTZLtQVnReJnDF6XIzV0f/oaNjjNvlMYL3GsD1cdHXRn3i+AQhN7xw81Y/wKSesfuPqD/A6CcJmbodhNBgOILB6PTM7B86OzM9h9/E7szHIXE3eS81BZBe4O+ngc4LaUIyBj75QAfZhz52PhzD+CPMgTmsgYmLYVPObLFA8jEAtyQZ0KY/wLuYgJ+QhDu/zBEStcETXADknhYWMT20EsLEZ4VV7B9uOa8CeF5cy+Etvsi7E3RX66XiS7y93JqnTGDDs1mSllCmwlrZQrpV0VZR44pUelXbAG8ZILadRZmCpliKvy5qMJHNBmOElL0Q3FFiO6aYNyiz6nq7+Q417jIpJSHKnW2IZ4PvsWCkKdMBVOMH3FskmP2IgU+SIUNljjVk+u1UY8YgDTto1+VM4T2cJj6jTNQYxcQ9tNHqWG6fHgcl1qlGtLHPybpdsVr40mjPXWxE8pXakL8F4VuxtN6y8V3oeEdVbeUHTiPURucbFH7WDvoOar8E0o0CHNZ764fy9/sbC7RtobrMJxYAAAAASUVORK5CYII=) no-repeat;
    width: 29px;
    height: 33px
}

.b__usefulLink .usefulLink.consult:before {
    content: '';
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAcCAMAAACu5JSlAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABblBMVEUyOkP///8yOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMAAAAV0o+LAAAAeHRSTlMAABNssuH9CYjztGczFRAc07UkFNx8AZJK3QjAXxv0XY2EqmpWkDXjz47eaOQg7uw3SdsonpGGlfoSfuvIK1zQO8tC6SpVub9NmwoRHfIxTtcw39aXZAZ7T28DH/ZM/O+kDZQtYikYJ0SD6K2uIdJBLPVjF7PN+6GT/dmsAAAAAWJLR0R5odzU0AAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+IBCRIeC4sB51oAAAF4SURBVCjPbdPpV0FREADwGeFKpKcsTwiVeEKivJJUpCzRvqd933d/fnF4nnvNp3vu78yde+bMAEih6FKq1FW1StmlQCkkJZpubY9O36vX9Wi7NYR2Qx9nrB9ql0auz9Du/QMmM0iOZtNAf5tzluZDjTwLJ3crb6PcxltlPmgHytE+2HKHkzBOnA7JhzhgHLkhyV3uDu52Se4Z7uDDnoaTEX60g4/yI6Tm3jGfXwgwHhD8vnEvQjAUnoDIJOOTEYw6Q0GITU3HgYgzlM+IBGdjUzFIRCNzAHyS8iSPqJyPJqBKJnwAqQXKF1KIi0ukCunMchZAYPIFxJXVTBpy8bgb8mKB8oKYR78/noNieK0E5XXm/+tl3FgLFwFKm1vbqh3Gd1TbW0Kp1r/d8t5+h/7thw92ZfPZjMOmHx3nkfGTVOX0rD7e5ysXyPil80p/rcze3N7dPzwS1gNP//WfK2LiJfdK7Uc93t4/PpNfXGt96PrW75/Qb0Hmf1kOMlKwQPZaAAAAAElFTkSuQmCC) no-repeat;
    width: 31px;
    height: 28px
}

.b__usefulLink .usefulLink.question:before {
    content: '';
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAcCAMAAADY3iYuAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABfVBMVEUyOkP///8yOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMyOkMAAAClb8f3AAAAfXRSTlMAAAU9fa7W8S2X7rRSNyMg+61IbPasJAOa75jkKF7wKQ3sbtEBv20wHBvzKyr1yGBhybm9Ffc/RRl43xQW43m1EMu4CrvZLtq+CwSQ+IAMgpQGPs+DH9VDEcf8VIjN/VUCGET5/tenZxpOzIo0cNBl6Xrndebeaglo8lnBSd24f5QAAAABYktHRH4/uEFzAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4gEJEh4YD7+mhAAAAV9JREFUKM990vdbglAUBuCjgjiQ3LhQcZaZZWnZsp1pZlm2tGF7Z3vzvychpgV8v3Af7su9zzkcAD5yBYIqMYZhMCWKKOT8axm/UKk1mBbBdUQHocMRLaZRq9oEgeoNxuZn7IFGgx4lfoXJbLHC31gtZlNDkDY7DkLB7TbyRzicLhCOy+lgBeX2gFg8bkoGXpoC8VC0F3z+gIQI+H0QDIFUQkHAwpIijAHTKSm6GIh0S4poD8R6JUVfHJB+STGAQCI5KAGGkimA4ZFRUTA2nq53nZyIT4qAxNQ0yf65mdk54XrmMwtZbj5yi/mlwr/9wnJ+pdicsdU1ukS07a+X6I1NdsHP6ZZ5u8w3txCt7OzuBfer0CrSMTioPw5nj9zHTPnk9OycP6whsvQFQLVyGbm6DntSZOt1DXFzGyjWMnf3AmVzovhQe3x6fnkVKpkTb8y7/yMn3DVOaD+/REdR9g1hlC3YWRJEHwAAAABJRU5ErkJggg==) no-repeat;
    width: 33px;
    height: 28px
}

.b__usefulLink .usefulLink.reviews:before {
    content: '';
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-review.svg) no-repeat;
    width: 30px;
    height: 29px;
}

.b__usefulLink .usefulLink.license:before {
    content: '';
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-license.svg) no-repeat;
    width: 28px;
    height: 30px;
}

.main__press {
    background: #eee;
    padding: 85px 0
}

.main__pressList {
    margin-top: 55px
}

.article-card {
    background: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-height: 340px;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s
}

.article-card:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.article-card_image {
    text-align: center;
    display: block;
    /*height: 246px;*/
    overflow: hidden;
    margin-bottom: 18px
}

.article-card_image img {
    width: 100%;
    /*height: 246px;*/
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.article-card_content {
    padding: 0 23px
}

.article-card_category {
    color: #8492a6;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin: 0 0 9px
}

.article-card_title {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #282828;
    display: inline-block;
    vertical-align: top
}

.article-card_bottom {
    padding: 0 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.article-card_info {
    color: #8492a6;
    font-size: 15px;
    min-height: 15px;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 20px
}

.article-card_info > * {
    display: inline-block;
    vertical-align: top
}

.article-card_info a {
    color: #8492a6;
    text-decoration: none
}

.article-card_likes {
    position: relative;
    padding-left: 27px;
    margin-right: 20px
}

.article-card_likes:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-like.svg) no-repeat;
    width: 19px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0
}

.article-card_comments {
    position: relative;
    padding-left: 30px;
    margin-right: 20px
}

.article-card_comments:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-comments.svg) no-repeat;
    width: 22px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0
}

.article-card_views {
    position: relative;
    padding-left: 30px
}

.article-card_views:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-views.svg) no-repeat;
    width: 22px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 2px
}

.article-card_more {
    position: relative;
    float: right;
    margin: 2px 0 0;
    display: block;
    text-indent: -9999px;
    text-decoration: none;
    border: none;
    outline: 0
}

.article-card_more:after, .article-card_more:before {
    content: '';
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border: 2px solid #94a0b2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.article-card_more span.circle {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border: 2px solid #94a0b2;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 8px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.article-card_more:hover:after, .article-card_more:hover:before {
    border-color: #ffd633
}

.article-card_more:hover .circle {
    border-color: #ffd633
}

.footer {
    background: #000;
    padding: 58px 0 70px;
    color: #fff;
    position: relative
}

.footer:after {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/footer-bg_line.png) repeat-x;
    opacity: .1;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0
}

.footer_logo {
    margin: 0 0 34px
}

.footer_logo a {
    text-decoration: none;
    border: none;
    width: 205px;
    display: block
}

.footer_logo a img {
    width: 100%
}

.footer_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px
}

.footer_menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer_menu li {
    line-height: 18px
}

.footer_menu li:not(:last-child) {
    margin-bottom: 5px
}

.footer_menu li:hover a {
    color: #ffd633
}

.footer_menu a {
    text-decoration: none;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    color: #c2c2c2;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    line-height: 16px
}

.footer_about-bl {
    padding-left: 70px;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 20px
}

.footer_email, .footer_phone {
    margin-bottom: 20px
}

.footer_address, .footer_email, .footer_phone {
    position: relative;
    padding-left: 30px
}

.footer_phone:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-phone2.svg) no-repeat;
    width: 15px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 3px
}

.footer_email:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-mail.svg) no-repeat;
    width: 18px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 5px
}

.footer_address:before {
    content: '';
    display: block;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-map.svg) no-repeat;
    width: 13px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 5px
}

.footer_phone a:not(.footer_phone-tel) {
    color: #c0ccda;
    letter-spacing: .4px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px
}

.footer_phone a:not(.footer_phone-tel):hover {
    text-decoration: none
}

.footer_email a {
    text-decoration: none;
    color: #f1f1f1
}

.footer_phone-tel {
    text-decoration: none;
    font-weight: 400;
    font-size: 21px;
    line-height: 21px;
    color: #fff
}

.footer__content {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 25px
}

.footer_copyright {
    color: #f1f1f1;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px
}

.footer_copyright span {
    color: #c0ccda;
    font-size: 11px
}

.footer_col-socials {
    text-align: right
}

.footer_socials {
    display: inline-block;
    vertical-align: top
}

.footer_socials a {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 24px
}

.footer_socials a:hover {
    color: #ffd633
}

.footer_socials a:not(:last-child) {
    margin-right: 16px
}

.about__bl1 {
    position: relative
}

.about__bl1 .container {
    position: relative;
    z-index: 20
}

.about__bl1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/bitrix/templates/gektargroup/css/../img/bg_topo-lb.png) no-repeat;
    width: 591px;
    height: 608px
}

.about__bl1:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(/bitrix/templates/gektargroup/css/../img/bg_topo-rb.png) no-repeat;
    width: 590px;
    height: 572px
}

.about__bl1-image img {
    -webkit-box-shadow: 0 16px 29px rgba(0, 0, 0, .34);
    box-shadow: 0 16px 29px rgba(0, 0, 0, .34);
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.about__bl1-info {
    margin-bottom: 75px
}

.about__bl1-text {
    padding-left: 15px
}

.about__bl1-text .subtitle {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px
}

.about__bl1-text p:not(.subtitle) {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300
}

.about__bl1-text .title-block:after {
    display: none
}

.item-figure_topo {
    border: 4px solid #ffd633;
    width: 535px;
    height: 172px;
    margin: 50px auto 78px
}

.item-figure_topo .left {
    float: left;
    width: 190px;
    padding-left: 35px;
    padding-top: 35px
}

.item-figure_topo .left span {
    display: block
}

.item-figure_topo .left span:nth-child(1) {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 21px;
    line-height: 21px
}

.item-figure_topo .left span:nth-child(2) {
    font-size: 56px;
    line-height: 56px;
    font-weight: 700
}

.item-figure_topo .left span:nth-child(3) {
    font-size: 36px;
    line-height: 26px;
    font-weight: 700;
    text-align: right
}

.item-figure_topo .right {
    margin-left: 215px
}

.item-figure_topo .right p {
    font-size: 30px;
    line-height: 30px;
    margin: 38px 0 7px
}

.item-figure_topo .right span {
    font-size: 16px;
    font-weight: 300
}

.next__step {
    background: #141414;
    width: 100%;
    height: 537px;
    overflow: hidden
}

.next__step-title {
    padding-top: 100px;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 40px;
    color: #fff
}

.next__step-content {
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #e8e8e8;
    padding-left: 80px;
    position: relative
}

.next__step-content:before {
    content: "\201c";
    font: 500 120px/95px GothamPro, sans-serif;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #ffd633
}

.next__step-content p {
    margin: 0 0 25px
}

.next__step-content p:last-child {
    margin-bottom: 45px
}

.next__step-sign {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding-left: 80px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px
}

.next__step-sign span {
    font-size: 14px;
    color: #8a8a8a;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0
}

.next__step-image {
    padding-top: 83px
}

.about__clients {
    padding: 100px 0 147px
}

.about__clients .title-block {
    text-align: center;
    margin-bottom: 58px
}

.about__clients .title-block:after {
    display: none
}

.about__clients .clients__slider .item {
    border: 1px solid #e8e8e8
}

.about__clients .clients__slider .item:hover {
    border-color: #fff
}

.about__courts {
    height: 330px;
    width: 100%;
    background: #000 url(/bitrix/templates/gektargroup/css/../img/about__courts-bg.jpg) no-repeat
}

.about__courts-title {
    margin-top: 95px;
    padding-left: 100px
}

.about__courts-title:before {
    content: '';
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-courts.svg) no-repeat;
    display: block;
    width: 65px;
    height: 61px;
    margin-bottom: 18px
}

.about__courts-title span {
    display: block;
    color: #fff
}

.about__courts-title span:nth-child(1) {
    font-weight: 500;
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.about__courts-title span:nth-child(1):after {
    content: '&';
    display: inline-block;
    margin-left: 15px;
    color: #ffd633
}

.about__courts-title span:nth-child(2) {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase
}

.about__courts-info {
    color: #fff;
    margin-top: 85px
}

.about__courts-info p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300
}

.about__courts-info p:not(:last-child) {
    margin-bottom: 20px
}

.about__courts-info p a {
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.about__courts-info p a:hover {
    text-decoration: none;
    color: #ffd633
}

.about__courts-info p:last-child {
    line-height: 22px
}

.about__courts-info p:last-child b {
    font-weight: 500;
    font-size: 18px
}

.about__equipment {
    position: relative;
    width: 100%;
    background: #fff;
    min-height: 590px;
    margin-bottom: 220px;
    margin-top: 130px
}

.about__equipment:before {
    content: '';
    display: block;
    width: 585px;
    height: 470px;
    background: #ffd633;
    position: absolute;
    right: 0;
    top: -115px
}

.equipment__left .title-block, .staff__right .title-block {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 42px
}

.equipment__left .title-block span, .staff__right .title-block span {
    font-weight: 400;
    font-size: 19px
}

.equipment__left p, .staff__right p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px
}

.equipment__left p.subtitle, .staff__right p.subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px
}

.equipment__image, .staff__image {
    margin-top: -60px;
    position: relative
}

.equipment__image-wrap, .staff__image-wrap {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.equipment__image-wrap:after, .staff__image-wrap:after {
    content: '';
    position: absolute;
    left: 3%;
    top: 3%;
    width: 94%;
    height: 94%;
    background-color: transparent;
    border: 1px solid #fff
}

.equipment__other-item .info {
    margin-left: 130px;
    padding-top: 14px
}

.equipment__other-item .info .title {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.equipment__other-item .info p {
    font-size: 13px;
    line-height: 18px;
    color: #333
}

.equipment__other-item .icon {
    float: left;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: #f6f6f6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

.equipment__other-item .icon img {
    display: inline-block;
    vertical-align: middle
}

.about-equipment__other {
    margin-top: 50px
}

.staff {
    position: relative;
    width: 100%;
    background: #fff;
    min-height: 590px
}

/*.staff:after {
    content: '';
    display: block;
    width: 585px;
    height: 470px;
    background: #323a43;
    position: absolute;
    left: 0;
    top: -115px;
    z-index: 1
}*/

.staff__info {
    position: relative;
    z-index: 5
}

.staff__image-wrap {
    margin-left: -135px
}

.staff__right {
    padding-left: 70px
}

.staff__selection {
    margin: 0 0 85px
}

.staff-selction_title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px
}

.staff__stepItem {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .1);
    height: 175px;
    padding-left: 90px;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    z-index: 3;
    -webkit-transition: .3s;
    transition: .3s
}

.staff__stepItem:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, .2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .2)
}

.staff__stepItem:nth-child(3), .staff__stepItem:nth-child(4) {
    z-index: 6
}

.staff__stepItem:before {
    content: '';
    display: block;
    width: 110px;
    height: 110px;
    background: #ffd633;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -55px;
    bottom: -55px
}

.staff__stepItem > p {
    font-size: 14px;
    line-height: 22px;
    padding-right: 15px;
	padding-top: 30px;
}
.staff__stepItem > p.big_text {
    font-size: 18px;
}

.staff__stepItem.item-5 {
	width: 300px;
	margin: 0 auto;
	z-index: 8;
	background: #ffd633;
	height: 65px;
	line-height: 65px;
}

.staff__stepItem.item-5 .staff-step__name {
    margin-top: 0
}

.staff__stepItem.item-5 .staff-step__name:before {
    background: #fff;
    color: #000
}

.staff__stepItem.item-5 .staff-step__image {
    top: 0
}

.staff__stepItem.item-5:before {
    display: none
}

.staff__stepItem.item-2 .staff-step__image {
    left: 26px
}

.staff-step__image {
    position: absolute;
    left: 18px;
    top: 34px
}

.staff-step__name {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-top: 34px;
    text-transform: uppercase;
	text-indent: 25px;
}
/*
.staff-step__name:before {
    content: attr(data-counter);
    display: none;
    width: 34px;
    height: 34px;
    background: #ffd633;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}*/

.articles {
    background: #fafafa;
    padding: 100px 0 115px
}

.article__mini {
    margin-bottom: 67px
}

.title-block.ipage {
    font-size: 31px;
    line-height: 36px;
    text-transform: none;
    margin-left: -15px
}

.title-block.ipage:after {
    display: none
}

.articles__sort {
    text-align: right
}

.articles__sort a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 30px;
    color: #cacfd9;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .08)
}

.articles__sort a.active {
    color: #000 !important;
    background: #ffd633 !important
}

.articles__sort a:hover {
    background: rgba(0, 0, 0, .02);
    color: #c1c1c1
}

.articles__sort a:not(:last-child) {
    margin-right: 18px
}

.pagetop__right {
    text-align: right
}

.pagetop {
    padding-bottom: 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid #f0f0f0
}

.articles__category {
    margin: 0 0 38px
}

.articles__category a {
    text-decoration: none;
    float: left;
    display: block;
    margin-bottom: 15px;
    color: #000;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    font-size: 13px;
    padding: 0 23px;
    -webkit-transition: .4s;
    transition: .4s
}

.articles__category a:not(:last-child) {
    margin-right: 15px
}

.articles__category a:hover {
    border-color: #000
}

.articles__category a.active {
    color: #fff;
    background: #000;
    border-color: #000
}

.pager {
    margin-top: 40px
}

.pager a.blog-page-current, .pager span.blog-page-current {
    background: #ffd633
}

.pager a {
    text-decoration: none;
    display: block;
    height: 35px;
    width: 35px;
    position: relative;
    text-align: center;
    font-weight: 700;
    line-height: 35px;
    font-size: 15px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    float: left
}

.pager a:not(:last-child) {
    margin-right: 10px
}

.pager a.active {
    background: #ffd633 !important
}

.pager a:hover {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    background: rgba(0, 0, 0, .02)
}

.pager a.next-page:before, .pager a.prev-page:before {
    content: '';
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-next_page.svg) no-repeat;
    width: 7px;
    height: 13px;
    display: inline-block;
    vertical-align: middle
}

.pager a.prev-page:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pager__nav span {
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    font-weight: 700;
    line-height: 35px;
    font-size: 15px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #000;
    float: left
}

.pager__nav span.blog-page-current, .pager__nav span.blog-page-first {
    margin-right: 10px
}

.contacts__content {
    padding: 60px 0 40px
}

.contacts__left-title {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 70px
}

.contacts__info-item {
    position: relative;
    padding-left: 85px
}

.contacts__info-item a {
    color: #3f7fe9;
    text-decoration: underline;
    display: inline-block
}

.contacts__info-item a:hover {
    text-decoration: none
}

.contacts__info-item:not(:last-child) {
    margin-bottom: 55px
}

.contacts__info-item p {
    font-size: 15px;
    line-height: 20px;
    margin: 0
}

.contacts__info-item .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffd633
}

.contacts__info-item .name {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.contacts-address img {
    width: 21px
}

.contacts-email .hr-text {
    display: inline-block;
    color: #555;
    vertical-align: top;
    margin: 15px 0 5px
}

.contacts-email img {
    width: 26px
}

#map {
    height: 400px;
    width: 100%
}

.contacts-phone span {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    color: #6c6c6c
}

.contacts-phone span b {
    font-weight: 500
}

.contacts-phone img {
    width: 18px
}

.contacts-phone .phoneLink {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px
}

.contacts__form {
    width: 480px;
    border: 5px solid #ffd633;
    margin-top: -35px;
    margin-left: 35px;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 40px 0
}

.contacts__form form {
    padding: 0 78px
}

.contacts__form button {
    display: block;
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    background: #000;
    color: #fff;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.contacts__form .input__block:not(:last-child) {
    margin-bottom: 15px
}

.contacts__form-title {
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px
}

.contacts__form-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    padding: 0 40px;
    text-align: center;
    margin: 24px 0 35px
}

.news__list {
    margin-bottom: 95px
}

.news__list .news__listItem.row:not(:last-child) {
    margin-bottom: 50px
}

.news__listItem-image {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.news__listItem-image a {
    text-decoration: none
}

.news__listItem-image img {
    width: 100%;
    border: none
}

.news__listItem-date {
    color: #444;
    font-size: 13px;
    line-height: 17px
}

.news__listItem-title {
    margin: 15px 0 20px
}

.news__listItem-title a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: #000;
    font-size: 21px;
    line-height: 25px
}

.news__listItem-descr {
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.news__listItem-more {
    text-decoration: none;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    text-align: center;
    padding: 0 30px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    margin-top: 30px
}

.news__listItem-more:hover {
    color: #fff;
    background: #000;
    border-color: #000
}

.news__content-bottom {
    margin: 0 0 105px;
    padding-top: 50px;
    border-top: 1px solid #f2f2f2
}

.news__content-bottom .pager {
    margin-top: 0
}

.news__listItem-content {
    padding-left: 15px
}

.header__articles {
    text-align: center;
    padding-top: 200px;
}

.header__articles .h-articles__category {
    display: block;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .3px;
    line-height: 13px;
    /* margin-top: 70px; */
    margin-bottom: 15px;
    text-decoration: none
}

.header__articles h1 {
    font-size: 41px;
    line-height: 45px;
    font-weight: 400 !important;
    letter-spacing: .4px;
    text-transform: none;
    padding: 0 150px;
    margin-top: 0
}

.header__articles h1:after {
    display: none
}


.header__content--news {
    height: 365px;
}

.header__articles.news h1 {
    margin-top: 0;
    font-size: 38px;
    line-height: 42px
}

.header__articles .header-articles-infoTop {
    display: inline-block;
    margin: 20px 0 35px;
    vertical-align: top
}

.header__articles .header-articles-infoTop > * {
    display: block;
    float: left;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-right: 20px
}

.header__articles .header-articles-infoTop > :before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.header__articles .header-articles-infoTop .articles__likes:before {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-like_white.svg) no-repeat;
    width: 18px;
    height: 16px
}

.header__articles .header-articles-infoTop .articles__views:before {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-views_white.svg) no-repeat;
    width: 22px;
    height: 12px
}

.header__articles .header-articles-infoTop .articles__comments:before {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-comments_white.svg) no-repeat;
    width: 22px;
    height: 17px
}

.header__bottom {
    padding-bottom: 20px
}

.articles__return-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 10
}

.articles__return-link span {
    font-size: 14px
}

.article__page-left {
    position: relative
}

.article__date {
    font-size: 16px;
    color: #636363;
    font-weight: 400
}

.article__page.news .article__title {
    font-size: 34px;
    line-height: 40px
}

.article__shareleft {
    position: absolute;
    left: 15px;
    top: 120px;
    width: 15px;
    height: 365px
}

.article__shareleft > div {
    position: relative;
    margin-top: 169px
}

.article__shareleft span {
    display: block;
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: 1px;
    white-space: nowrap
}

.article__shareleft .share__nav-left {
    margin-top: 70px;
    position: relative
}

.article__shareleft .share__nav-left:before {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    left: 6px;
    top: -55px;
    background: #ffd633
}

.article__shareleft .share__nav-left a {
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    display: block;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.article__shareleft .share__nav-left a:not(:last-child) {
    margin-bottom: 20px
}

.article__shareleft .share__nav-left a:hover {
    color: #ffd633
}

.article__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 45px
}

.article__content {
    font-size: 15px;
    line-height: 24px
}

.article__content .gallery-img img {
    width: 100%
}

.article__content p {
    margin: 0 0 20px
}

.article__content ul {
    list-style: none;
    padding-left: 30px
}

.article__content ul > li {
    position: relative;
    margin-bottom: 6px;
    list-style-image: url(/bitrix/templates/gektargroup/css/../img/icons/icon-list_item.gif)
}

.article__content h1 {
    font-size: 41px;
    line-height: 45px;
    font-weight: 500;
}

.article__content h2 {
    font-size: 31px !important;
    line-height: 35px;
    font-weight: 500;
}

.article__content h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

.article__content h4 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
}
.article__content h5 {
    font-size: 15px;
    line-height: 20px
}

.article__content h1, .article__content h2, .article__content h3, .article__content h4, .article__content h5 {
    margin-top: 30px
}

.article__content img {
    max-width: 945px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    margin-top: 10PX;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.article__content img[align=left] {
    margin-left: -70px;
    margin-right: 35px
}

.article__content img[align=right] {
    margin-right: -70px;
    margin-left: 35px
}

.article__content.service-content {
    padding-bottom: 80px
}

.article__content.service-content ul {
    margin-right: -15px
}

.article__content.service-content ul li {
    font-size: 14px
}

.article__content.service-content ol li {
    position: relative
}

.article__content.service-content ol li:before {
    position: absolute;
    left: -40px
}

.article__content.service-content img[align=left] {
    margin-left: 0 !important;
    margin-right: 35px
}

.article__content.service-content img[align=right] {
    margin-right: 0 !important;
    margin-left: 35px
}

.article__content.service-content img {
    max-width: 1170px
}

.article__content a {
    color: #3f7fe9;
    text-decoration: underline
}

.article__content a:hover {
    text-decoration: none
}

.article__content ol {
    list-style: none;
    counter-reset: awesome-counter;
    padding: 0
}

.article__content ol > li {
    margin-bottom: 30px
}
.article__content ol > li p {
    display: inline-block;
    max-width: calc(100% - 60px);
    vertical-align: top;
	margin: 0;
}

.article__content ol > li:before {
    content: counter(awesome-counter);
    counter-increment: awesome-counter;
    display: inline-block;
    background: #f3f3f3;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
    margin: 0 10px 10px 0
}

.article__content blockquote {
    font: italic 17px/28px GothamPro, sans-serif;
    color: #666;
    display: block;
    border: 1px solid #e1e5eb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0 20px -70px;
    padding: 30px 40px 30px 110px;
    position: relative
}

.article__content blockquote:before {
    content: "\201c";
    font: 500 120px/95px GothamPro, sans-serif;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -18px;
    color: #ffd633
}

.article__page {
    padding-bottom: 40px
}

.yellow_border-text {
    border: 4px solid #ffd633;
    padding: 20px 30px;
    line-height: 24px;
    font-size: 15px;
    background: #fff;
    margin: 30px 0 !important
}

.article__tags {
    margin-top: 50px
}

.article__tags a, .article__tags span {
    color: #8492a6;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.article__tags a:not(:last-child), .article__tags span:not(:last-child) {
    margin-right: 15px
}

.article__bottom {
    background: #ffd633;
    padding: 75px 0 50px
}

.article__bottom .title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    height: 38px
}

.article__share {
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-size: 9px;
    text-transform: uppercase;
    height: 32px;
    color: #fff;
    text-decoration: none !important;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 0 20px 0 13px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #000
}

.article__share:not(:last-child) {
    margin-right: 26px
}

.article__share:hover.vk {
    background: #476c95
}

.article__share:hover.fb {
    background: #215b9a
}

.article__share:hover.tw {
    background: #00adf2
}

.article__share:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: 10px
}

.article__share.color.vk {
    background: #476c95 !important
}

.article__share.color.fb {
    background: #215b9a !important
}

.article__share.color.tw {
    background: #00adf2 !important
}

.article__share.color:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.article__share.fb:before {
    content: "\f09a";
    font-size: 18px
}

.article__share.vk:before {
    content: "\f189";
    font-size: 20px;
    margin-top: -3px
}

.article__share.tw:before {
    content: "\f099";
    font-size: 20px;
    margin-top: -3px
}

.l-like-article {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px
}

.l-like-article:before {
    content: "\f08a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 35px;
    line-height: 35px
}

.l-like-article.active:before {
    content: "\f004"
}

.article__likes-info {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top
}

.article__likes-info > span {
    display: block
}

.article__likes-info .text {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px
}

.article__likes-info .count {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    line-height: 32px
}

.article__subscribe {
    padding-left: 40px
}

.article__subscribe input[type=text] {
    border: none;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    width: 310px;
    line-height: 40px;
    background: #fff;
    outline: 0
}

.article__subscribe button {
    width: 60px;
    height: 46px;
    background: #000;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    outline: 0;
    border: none;
    color: #fff;
    font-size: 15px
}

.article__subscribe .input__block {
    display: inline-block !important;
    vertical-align: middle !important;
    width: inherit !important;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2)
}

.article__subscribe .input__block:nth-child(2) {
    margin-left: -5px
}

.article-image-detail {
    margin: 0 0 50px
}

.article-image-detail img {
    margin: 0 !important
}

.articles__other {
    padding: 45px 0;
    width: 100%;
    background: #f9f9f9
}

.articles__other .tl, .articles__other .tr {
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .5px;
    color: #b3b3b3;
    text-transform: uppercase
}

.article-left {
    padding-left: 35px;
    text-align: left;
    padding-right: 70px
}

.article-left:hover:before {
    opacity: 1;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.article-left:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: 22px;
    opacity: .3;
    -webkit-transition: .4s;
    transition: .4s
}

.article-right {
    text-align: right;
    padding-left: 70px;
    padding-right: 35px
}

.article-right:hover:after {
    opacity: 1;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.article-right:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 22px;
    opacity: .3;
    -webkit-transition: .4s;
    transition: .4s
}

.articles__other a {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative
}

.articles__other a span {
    border-bottom: 1px solid transparent;
    -webkit-transition: .4s;
    transition: .4s
}

.articles__other a:hover span:not(.tl):not(.tr) {
    border-color: #ccc
}

.related__articles {
    padding: 75px 0 70px
}

.title-block_mini {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin-bottom: 50px
}

.related__articles-item {
    text-decoration: none;
    color: #fff
}

.related__articles-item > div {
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

.related__articles-item > div:before {
    content: '';
    background: rgba(33, 53, 71, .6);
    display: block;
    width: 100%;
    height: 246px;
    position: absolute;
    z-index: 5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.related__articles-item > div:hover:before {
    background: rgba(33, 53, 71, .8)
}

.related__articles-item > div:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.related__articles-item .image {
    width: 100%;
    height: 246px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.related__articles-item .image img {
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.related_content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding: 0 15px 25px 20px
}

.related_content .related__article-category {
    color: #ffd633;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px
}

.related_content .related__article-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px
}

.b_content {
    padding: 0 0 100px
}

.b_content.promo-page {
    padding-bottom: 40px
}

.clients__page > div {
    margin-bottom: 30px
}

.clientItem {
    position: relative;
    height: 150px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin: 1px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s
}

.clientItem .client__logo {
    line-height: 150px;
    text-align: center;
    width: 100%
}

.clientItem .client__logo img {
    max-width: 195px;
    max-height: 100px;
    display: inline-block;
    vertical-align: middle
}

.clientItem:hover {
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    border-color: #fff
}

.clientItem a {
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: absolute;
    -webkit-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
    bottom: 0;
    left: 0;
    text-decoration: none;
    display: block;
    color: #fff;
    background: #323a43;
    font-weight: 500;
    font-size: 13px;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.clientItem .client__descr {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    padding: 0 6px
}

.clientItem .client__name {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

span.icon-report {
    display: inline-block;
    vertical-align: middle;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAA5CAQAAADjY9GfAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiAQkNGB0+9RHAAAADzklEQVRYw72Ya2xURRTHf7OUBgotaEFLoaU01QjhQ6O8oqEhUCpg1DQmhKqJfiBpSBAihCZIjPKKVMWQyONLCY+QWNDGTUETHi1CUpIakPIwJGbrI1QIxVJXbBF3u4cPvbe9c5ftziylZ77Mf+bMb8+ee++cuVeRwQdMx8bCrCLsChnAUbGF1QTpMUYX8RI/UubiZUDnIIes4n4X4TbNjHHhiVsAiFrBAeZTyAkXn9gC1mCAK2b41OCG+FThfXg1AD51uAH+UeBJ8WkpQYs9/TXs5YQqk3C8mz28C7joG5vFBqoGA/4N+QzzjdWSPjhpEa7rEtR/D3d9tAuaxPyRjzVeGeMfO3gV1RaBVVBrA9/LLxaRn7aLvIOgReRJbQgv6GIqjVcKWzlvA7/P3xaBxewib6RxMNMyhDmfyEyLtWfotIEv43ML+FK+tknLdpRFS4J+zDkfwgtayTaU4coe3uGYDbyBjcZhxfjJLvIQOyz+dQYvMEmNIJyoCqRW/UfxNm/xoqeWPquKOECdaFuCDp9NRQLcOY44PUUlmxnLUZZznla5p0YxhTm8wWFCqkqCieAFlCS4f9xnMZtaSqnhY/50p6SLq1ylRk3jI75V+1gp3e5ckP3G6cjlGu2Ueof0EzlLucs5shxlAR/JRdoo8mV/PukafjYd1KPi4ZkUx7Un+mb3cE87yME0mhCOUqDhF9DDunj4hoe8e+xy5p4nxmoPWPEFQpRbRIiwVsNX08VEPzydgriW4czVEdIu/wqET8gSGMMBhCUeeCa32WGe8/FEeE8b+aN3VxQE0mjhghb7p9xhhCm8AmGCRz+DsKj/buF9hKc88GKEeaa74kxC3PToQuCyR/8MPOfRV7jLXFN4PiFN5xKj3aNvArn9UnpoJc8Uns19TefQrr2/3gKyNY8w403hHb6NIk+LGzqJkqONBIgGgOEG8F+Z7FHDeZUW77REuMBCbcVkbqTRwjqD42chUxnNv47ayCR2+zx2cVAtl5peoZ4mn8sBtlGd/GDGbwRY4vRnsJ5NNPs8DlHHbuX+v9fA5vT2HT84vZUDfKh43bnPm2kSi0q0k+8p5RRwmLBTg8oo5zM+5EunnkZoAFDlzKLcPG6AU7T6PiS8jPAVwnTt0R9HG6dRYgXPp4PjvjfO9ZxkhYbO4CydTBHs4FBCN8f16H2V6EnO0s08txLZ2Vz+4vfeLSseziu0cYeSPm1teQQRzrCM0f1wsniTJoST5Hl+LCUr5RgxolyinoPUc4koMRpZpCfJ9GQYbzmUMIMJZPI/12mhQW74XR4AnuOR50D24vsAAAAASUVORK5CYII=) no-repeat;
    width: 46px;
    height: 57px
}

span.icon-price {
    display: inline-block;
    vertical-align: middle;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAsCAQAAABBcxk6AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiAQkNEg3ZrekuAAABZklEQVRIx+3VPU8UQRgA4GeXg4TwdaEm8RoKqSgoaIwSC0okVjRUJCRW+AdsLOwosOEnEGNMzNlSQKWVFASj4QzS0JCDSIMkd2MBeIfhjtsdGhLebWYns0/eeWd2JtGIJSXto2rbpsPmrtDUHhQ6emo+edxMJP/aRUcqFtpmMWLCjBLWvHD0fxZFwZabIzWrIvjuQV4C+r0X7BrOT9DlneBjDEGfH4LpGIJngo04IvFTMJJm+uhqBGU8iSH4itE44hhDcUQP/sQRD/ErjniKL43X7Is6JtiTxmTxBm9DPX8Wi4KK3vy7c17Nmcm8v1nRquDMc7ITfR5Zdiw4MHXeFSTmrOhGYlDdSVtiCJxa9Vr1kihkKOBve3as+3B+al43w6z74iKLuN0Jt0EUFIxJMYBe4y3G7V+W77p41dEd9q11LQrKSlL0mFNVbjHycydTuuMrck/cE3eBqKGeh2gcvydequQh/gLMr5UGBW/opgAAAABJRU5ErkJggg==) no-repeat;
    width: 33px;
    height: 44px
}

span.icon-quality {
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-quality.png) no-repeat;
    width: 48px;
    height: 52px
}

span.icon-manager {
    display: inline-block;
    vertical-align: middle;
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAA3CAQAAAA2q9vRAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiAQkNHhgYxULJAAAEPUlEQVRYw7XXXWjVdRzH8dc5rhPNLKuNXIWZBKagzSR0Qo8URRlFYQRJhZJ1VykRuaCLutB2YUVSdpEWGFkX9mBaElZmD2aj6QQfMyqtcMuNnM4tt28X52w7bjtPO/j5X/z5fR/e53d+///v+/39E4pXhRpjHPOXUwPGKAGQS1UW26pLCKHLVotd1IfPdxUz53odQjjgU+9Y74AQOtSrKBdf7VvhmGUmZFknWuaEsEV1OfgLNQtbjB/Gd7mtQrMLRopP2CB8JDXInjIjc/9Y2CAxMvw8YafKQdbRPvWrsaBSk/DgSPBJB4RZg6y1moWwVRWYrtcBydLxtwibBq32G/4TXrdN+NvTphlrs3BT6fgG4S2z1ZphjiW+0iv85m6MtlJvFqWhdPwXQ2KbPO7sfv+V6q31ofeFTbnwiZz4JpMsNd4YJxyxyzd+HTbubCftiFolqlmoKCLuLKEp1+yTOdPaUV0Evhr/5nLmxv+Cq4rAT8H+0vHbcUMR+BvRWETcIE0Wvi8i7gdh0kiKwh5RcHkmC7tzF4VkntTVWFgA/yjeLn1poFqn42ryRNQ4oTNfzc+vl4U38vjfFF4up5206nFdDu91erW6sJxmOE/4w8XDeC52KH+tL66VrxJ2Dtm/1ZqFVeWfFFI2CwfVZdnqHBQ2S5WPp9JaIay3wO0WWC+Etek2WT6ehEcczso67JG+Up4fnyjyB0i5TZ0qrb6zSXefudBho0yNFH+pOtNdY4mfc8ZM9qxddtgW7cVOZ5yHrfFb//K91+/ZpD1zzc1YVmVieu3yqjtV5nu053hMY79nvzWe0KbHlRl/ix7tjguLwXjdjnrSGvszOSdtNDf71DOgmx0UQpv3zXdZxvqisBKcL3yJW4WlYLnwQgZzmfk+0CaEZtcOxi/UI/xojlGn/aNqnbrUYHqmvE1N71ZVOnSqOm0pRplju9Dt/mz8fUJ4btjqv0J4CXOFpzBO2IjnhdeGvveSnhO6zerDj9UiPJnjUV/hlGPGqhfuQIXQ6FytTpkw/LaySNgnlcY/I3yW5116V6i3SpiYecR/ekJYQ65d63PhoTS+UZxWsAbraqHFT7ozz2W3br8L0/Lg64QvAik9DhXYvRuFsCsz+koIG9KDHPiEw7qMSrpE0s4Cezv9Iu7LjI5k2XIowg4plySdh3/k19e2YW9m1IIfbCmQcxRjkpLoUUjL6N+9tYXmDk4hlSwYltZH9rjXRFxvtt0+KS6tWHyvBkmLsAQNeovMUyusLiIu5ZDjbhH+yP4UzdkGVwu1Q2df455hT5bdlqu0DssHetWAElcl7kkMOdENxc+0zgPDzn+ldudq8+aw3gesM3Okaw8dVmCFjuJTSsHzijavlJJQGr7FbVrPHD79SXQG8SUq/eU6JauZTMWsnM1liPpL7SzclZjQ75iSvtUWOMeVc9UmnGPSGVubvf8DmdsbjlO9o3wAAAAASUVORK5CYII=) no-repeat;
    width: 47px;
    height: 55px
}

.license__page .title-page {
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 50px;
    padding-top: 15px
}

.license__page .sro_info {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 40px
}

.sro-base_nopriz {
    width: 320px;
    height: 505px;
    background: #ffd633;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.sro-base_nopriz:before {
    position: absolute;
    right: -10px;
    bottom: -70px;
    content: '';
    background: url(/bitrix/templates/gektargroup/css/../img/sro/sro_vyp_1.jpg) no-repeat;
    z-index: 5;
    width: 227px;
    height: 312px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    -webkit-transition: .2s ease;
    transition: .2s ease
}

.sro-base_nopriz:after {
    position: absolute;
    left: 37px;
    bottom: -60px;
    content: '';
    background: url(/bitrix/templates/gektargroup/css/../img/sro/sro_vyp_2.jpg) no-repeat;
    z-index: 3;
    width: 143px;
    height: 202px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.sro-base_nopriz .logo {
    text-align: center;
    padding: 30px 0 0
}

.sro-base_nopriz .logo img {
    display: inline-block;
    vertical-align: top
}

.sro-base_nopriz > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin: 35px 0 0
}

.sro-base_nopriz > p span {
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin-top: 20px
}

.sro-gallery a {
    display: block;
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border: 3px solid #fff;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.sro-gallery a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25)
}

.sro-gallery .big {
    height: 505px;
    overflow: hidden;
    border: 5px solid #fff
}

.sro-gallery .line a {
    display: block;
    margin-bottom: 30px;
    height: 237px;
    overflow: hidden;
    text-align: center
}

.sro-gallery .line a img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top
}

.question__block {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f3f3f3;
    width: 857px;
    margin: 0 auto 60px
}

.question__block:last-child {
    margin-bottom: 0
}

.question__block-name {
    background: #eff2f7;
    height: 54px;
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 54px;
    text-transform: uppercase;
    padding: 0 0 0 50px
}

.question__item-link {
    text-decoration: none;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 15px 90px 15px 50px;
    position: relative
}

.question__item-link:after {
    content: '';
    display: block;
    position: absolute;
    right: 36px;
    top: 13px;
    background: #f3f3f3 url(/bitrix/templates/gektargroup/css/../img/icons/icon-faq_arrow.svg) no-repeat center center;
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.question__item:hover .question__item-link:after {
    background-color: #ffd633
}

.question__item.open .question__item-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.question__item.open .question__item-answer {
    display: block
}

.question__item.open .question__item-link:after {
    background-color: #ffd633
}

.question__item:not(:last-child) {
    border-bottom: 1px solid #f3f3f3
}

.question__item-answer {
    color: #5e5e5e;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-left: 50px;
    padding-right: 90px;
    margin: 15px 0 30px;
    display: none
}

.ask__question {
    padding: 75px 0 80px;
    background: #f3f3f3
}

.ask__question .title-ask {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase
}

.ask__question .title-ask span {
    font-size: 18px;
    font-weight: 300;
    display: block;
    text-transform: lowercase
}

.buttons-ask {
    margin-top: 50px;
    text-align: center
}

.buttons-ask a {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    width: 260px;
    font-size: 14px
}

.buttons-ask a:nth-child(1) {
    margin-right: 45px
}

.buttons-ask a:hover {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.promo-list {
    margin: 70px 0 0
}

.promo-list > div {
    margin-bottom: 50px
}

.promo-page__top {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 65px
}

.promo-list__item {
    position: relative;
    height: 287px;
    width: 370px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #fff
}

.promo-list__item:hover .promoItem__content {
    background: #ffd633;
    color: #000
}

.promo-list__item:hover .promoItem__next {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.promo-list__item:hover .promoItem__next svg {
    fill: #000
}

.promo-list__item:hover .promo__enddate span:last-child {
    color: #000 !important
}

.promo-list__item .promo-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 287px;
    z-index: 2
}

.promo-list__item .promo-image img {
    height: 100%
}

.promo-list__item .promoItem__content {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 350px;
    height: 267px;
    z-index: 5;
    background: rgba(25, 44, 61, .6);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.promo-list__item .promoItem__content > div {
    position: relative;
    width: 100%;
    height: 100%
}

.promo-list__item .promoItem__content .promo__name {
    position: absolute;
    left: 14px;
    top: 105px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.promo-list__item .promoItem__content .promo__name:before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background: #ffd633;
    margin-bottom: 15px
}

.promo-list__item .promoItem__content .promo__tags {
    left: 14px;
    position: absolute;
    bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    padding-bottom: 10px
}

.promo-list__item .promoItem__content .promo__tags span:not(:last-child) {
    margin-right: 6px
}

.promo-list__item .promoItem__content .promo__tags span:before {
    content: '#';
    display: inline-block;
    vertical-align: top
}

.promo-list__item .promoItem__content .promoItem__type-client {
    left: 14px;
    position: absolute;
    bottom: 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px
}

.promo-list__item .promoItem__content .promoItem__type-client span {
    display: inline-block;
    padding: 10px 15px
}

.promo-list__item .promoItem__content .promoItem__type-client span.client-1 {
    background: #f44336
}

.promo-list__item .promoItem__content .promoItem__type-client span.client-2 {
    background: #8bc34a
}

.promo-list__item .promoItem__content .promoItem__type-client span.client-3 {
    background: #03a9f4
}

.promo-list__item .promoItem__content .promo__enddate {
    left: 14px;
    top: 0;
    position: absolute;
    line-height: 20px;
    padding-top: 10px
}

.promo-list__item .promoItem__content .promo__enddate span:nth-child(1) {
    font-size: 12px;
    font-weight: 400
}

.promo-list__item .promoItem__content .promo__enddate span:last-child {
    font-size: 16px;
    font-weight: 700;
    color: #ffd633
}

.promoItem__next {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 15;
    right: 20px;
    bottom: 15px;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.promoItem__next svg {
    fill: #fff
}

.title-border_yellow {
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 34px
}

.title-border_yellow:after {
    content: '';
    display: block;
    height: 5px;
    width: 60px;
    background: #ffd633;
    margin-top: 18px
}

.promo__ipage {
    padding-top: 58px
}

.promo__ipage-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px
}

.promo__ipage-text p {
    margin-top: 0;
    margin-bottom: 33px
}

.promo-page__image img {
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 20px 21px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 21px rgba(0, 0, 0, .25)
}

.promo-page__share {
    padding-top: 60px;
    text-align: center
}

.promo__ipage-conditions {
    padding-right: 45px
}

.promo__ipage-bottom {
    margin-top: 120px
}

.promo__ipage-bottom .title {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 25px
}

.promo__ipage-bottom > * {
    float: left
}

.promo__ipage-bottom .left {
    margin-right: 50px
}

.promo-code .code {
    background: #fff;
    text-transform: uppercase;
    border: none;
    padding-left: 22px;
    color: #8492a6;
    font-size: 16px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    position: relative;
    z-index: 2;
    width: 150px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1)
}

.promo-code .btn {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: #ffd633;
    width: 52px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.promo-code .btn img {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 19px
}

.promo-code > * {
    float: left;
    display: block;
    height: 40px;
    line-height: 40px
}

.promo__countdown div {
    float: left
}

.promo__countdown div:not(:last-child) {
    margin-right: 25px
}

.promo__countdown span {
    display: block;
    text-align: center
}

.promo__countdown span:nth-child(1) {
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
    color: #000
}

.promo__countdown span:nth-child(2) {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8492a6
}

.title-block3 {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 30px
}

.promoList {
    margin-top: 40px
}

.promoList__others {
    background: #fafafa;
    padding: 55px 0;
    margin-top: 40px
}

.promo-other_item:hover .description {
    color: #424242
}

.promo-other_item a {
    text-decoration: none;
    display: block;
    padding-right: 15px
}

.promo-other_item .title {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 24px;
    display: inline-block
}

.promo-other_item .description {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 20px;
    -webkit-transition: .5s;
    transition: .5s
}

.promo-page__top .title-block3 {
    margin-bottom: 25px
}

.page__date-create {
    font-size: 14px;
    color: #8492a6
}

.page__date-create:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-calendar.svg) no-repeat;
    width: 16px;
    height: 15px;
    margin-top: -2px;
    margin-right: 12px
}

.service-content ol {
    margin-left: 35px
}

.services-list {
    padding-bottom: 105px
}

.service__item {
    border: 1px solid #e1e5eb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 270px;
    height: 240px;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.service__item span {
    color: #8492a6;
    font-size: 100px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.service__item:hover {
    -webkit-box-shadow: 0 16px 27px rgba(0, 0, 0, .09);
    box-shadow: 0 16px 27px rgba(0, 0, 0, .09);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: transparent
}

.service__item:hover span {
    color: #ffd633
}

.service__item-name {
    color: #000;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 23px;
    margin: 35px 0 25px;
    height: 50px
}

#icon__service-geodezy {
    width: 80px;
    height: 108px
}

#icon__service-geology {
    width: 163px;
    height: 99px
}

.service__item-links {
    list-style: none;
    padding-left: 30px
}

.service__item-links li {
    position: relative;
    margin: 0 0 8px
}

.service__item-links li a {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    color: #323a43;
    text-decoration: none
}

.service__item-links li a:hover {
    text-decoration: underline
}

.service__item-links li:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 9px;
    width: 12px;
    height: 12px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-list_item.svg) no-repeat;
    display: inline-block
}

.services__promo {
    height: 499px
}

.services__promo > div {
    float: left
}

.services__promo-left {
    text-align: right;
    padding-top: 100px;
    color: #fff;
    height: 499px;
    width: 50%;
    background: url(/bitrix/templates/gektargroup/css/../img/bg-service__promo-left.png) no-repeat
}

.services__promo-right {
    padding-top: 100px;
    color: #fff;
    height: 499px;
    width: 50%;
    background: url(/bitrix/templates/gektargroup/css/../img/bg-service__promo-right.png) no-repeat
}

.services__promo-title {
    text-transform: uppercase
}

.services__promo-title span {
    display: block
}

.services__promo-title span:nth-child(1) {
    color: #ffd633;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px
}

.services__promo-title span:nth-child(2) {
    font-weight: 900;
    font-size: 23px
}

.services__promo-left_content {
    margin-right: 95px;
    width: 490px;
    display: inline-block;
    text-align: left
}

.services__promo-right_content {
    width: 500px;
    margin-left: 85px;
    display: inline-block;
    text-align: left
}

.services__promo p {
    font-size: 14px;
    line-height: 24px;
    margin: 40px 0 35px
}

.sevices__promo-link {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ffd633;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 48px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.sevices__promo-link:hover {
    border-color: #fff;
    background: #fff;
    color: #323a43;
    -webkit-box-shadow: 0 2px 15px rgba(255, 255, 255, .65);
    box-shadow: 0 2px 15px rgba(255, 255, 255, .65)
}

.recently-projects {
    padding: 95px 0
}

.recently-projects .projects__catalog {
    margin-top: 45px;
    margin-bottom: 45px
}

.services__projects-btn {
    text-align: center
}

.service__items-title {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 40px;
    text-transform: uppercase
}

.service__category-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 55px
}

.header__services-cat h1 {
    margin: 80px 0 0
}

.header__services-cat .btn {
    margin-top: 40px
}

.servicesList_item {
    margin-bottom: 45px;
    position: relative
}

.services__items-item {
    background: #323a43;
    width: 270px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    height: 220px;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.services__items-item:hover .services__items-name {
    color: #ffd633
}

.services__items-item:hover .services__items-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.services__items-item:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.services__items-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #323a43;
    opacity: .65;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.services__items-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #ffd633;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: .3s;
    transition: .3s
}

.services__items-item .services__items-image {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    overflow: hidden
}

.services__items-item .services__items-image img {
    -webkit-transition: .5s ease;
    transition: .5s ease
}

.services__items-item .services__items-name {
    text-align: center;
    position: absolute;
    padding: 0 25px;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    text-transform: uppercase;
    left: 0;
    top: 90px;
    z-index: 4
}

.service__help {
    background: #323a43;
    min-height: 280px;
    margin-top: 80px
}

.service__help-title {
    margin-top: 55px;
    color: #fff
}

.service__help-title.bottom-line:after {
    content: '';
    width: 63px;
    height: 5px;
    margin-top: 23px;
    background: #ffd633;
    display: block
}

.service__help-title div span {
    color: #ffd633
}

.service__help-title div:nth-child(1) {
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase
}

.service__help-title div:nth-child(2) {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.service__help-left:before {
    content: '?';
    position: absolute;
    left: -60px;
    top: -60px;
    display: block;
    font-size: 250px;
    line-height: 250px;
    opacity: .05;
    color: #fefefe;
    font-weight: 500
}

.service__help-left p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px
}

.service__help-callus {
    padding-top: 65px;
    text-align: center
}

.service__help-callus span {
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px
}

.service__help-callus .service__help-tel {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    display: inline-block;
    margin-bottom: 30px
}

.service__help-callus .btn {
    height: 49px;
    line-height: 49px;
    padding: 0 35px;
    -webkit-box-shadow: 0 0 24px rgba(215, 219, 77, .2);
    box-shadow: 0 0 24px rgba(215, 219, 77, .2)
}

.recently-projects .title-block {
    line-height: 30px
}

.recently-projects .title-block .subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #868686
}

.services__projects-btn .btn-default {
    height: 60px;
    line-height: 60px;
    padding: 0 40px
}

.header__pageservice .header__buttons {
    margin-top: 45px
}

.header__pageservice .btn-default.yellow {
    padding: 0 55px;
    margin-right: 34px
}

.header__pageservice .header__content-category {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #d6d6d6;
    text-decoration: none
}

.header__pageservice h1 {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    font-size: 41px;
    font-weight: 400;
    line-height: 45px;
    text-transform: inherit
}


.header__pageservice h1:after {
    display: none
}

.b__service-kp__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    position: relative
}

.b__service-kp__title span {
    color: #ffd633;
    font-weight: bold;
}

.b__service-kp__title:before {
    content: '';
    display: block;
    position: absolute;
    left: -85px;
    top: 20px;
    height: 4px;
    width: 70px;
    background: #ffd633;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.b__service-kp__title:after {
    content: '';
    display: block;
    position: absolute;
    left: -55px;
    top: 38px;
    height: 4px;
    width: 40px;
    background: #ffd633;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.b__service-kp_left {
    margin-left: 145px
}

.b__service-form-kp {
    background: #323a43;
    color: #fff;
    padding: 56px 0
}

.b__service-kp__img {
    position: relative;
    margin-left: -5px;
    margin-top: 24px
}

.b__service-kp_link {
    margin-left: 80px;
    position: relative;
    top: -20px;
    border: 1px solid #fff;
    display: inline-block;
    height: 60px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 33px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.b__service-kp_link:hover {
    background: #fff;
    color: #323a43;
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, .42);
    box-shadow: 0 3px 13px rgba(0, 0, 0, .42)
}

.b__service-kp_link div {
    display: inline-block;
    line-height: 15px;
    vertical-align: middle
}

.b__service-kp_link span {
    font-weight: 400;
    font-size: 12px
}

.service-page__form {
    width: 340px;
    border: 5px solid #ffd633;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 25px 20px 25px
}

.service-page__form form .input__label {
    color: #bcbcbc
}

.service-page__form form input {
    color: #dbdbdb !important;
    border: transparent !important;
    background: rgba(255, 255, 255, .1)
}

.service-page__form form .input__block:not(:last-child) {
    margin-bottom: 16px
}

.service-page__form form .input__block:last-child {
    margin-bottom: 30px
}

.service-page__form form button {
    cursor: pointer;
    border: none;
    padding: 0;
    width: 100%;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-transform: inherit;
    font-size: 15px
}

.service-page__form form button:hover {
    -webkit-box-shadow: 0 2px 15px rgba(255, 214, 51, .65) !important;
    box-shadow: 0 2px 15px rgba(255, 214, 51, .65) !important
}

.service-page__form form .checkbox-custom {
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2)
}

.service-page__form form .checkbox-custom:hover, .service-page__form form label:hover .checkbox-custom {
    background: 0 0;
    border-color: rgba(255, 255, 255, .4)
}

.service-page__form form .checkbox:checked + .checkbox-custom {
    background: 0 0;
    border-color: rgba(255, 255, 255, .4)
}

.service-page__form form .checkbox:checked + .checkbox-custom::before {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/check-green.svg) no-repeat
}

.service-page__form form .form__confedential a {
    color: #898989
}

.b_service__kp-subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 28px
}

.b_service-projects {
    background: #eff2f7
}

.b_service-projects {
    padding-bottom: 50px
}

.service-projects__title {
    padding: 48px 0 26px;
    margin-bottom: 45px;
    border-bottom: 1px solid #dadada
}

.service-projects__tc {
    font-size: 24px;
    line-height: 26px
}

.service-projects__item {
    text-decoration: none;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 292px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    -webkit-transition: .3s;
    transition: .3s
}

.service-projects__item:hover {
    -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .35)
}

.service-projects__item-image {
    position: relative;
    z-index: 1
}

.service-projects__item-image:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(46, 53, 60, .65);
    position: absolute;
    left: 0;
    top: 0
}

.service-projects__item-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding: 0 70px;
    text-align: center
}

.service-projects__item-bottom {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 30px
}

.service-projects__item-s {
    position: relative;
    color: #fff
}

.service-projects__item-s span {
    display: block
}

.service-projects__item-s span:nth-child(1) {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #ffd633;
    letter-spacing: .5px
}

.service-projects__item-s span:nth-child(2) {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

.service-projects__item-s1 {
    margin-left: 40px;
    padding-left: 48px
}

.service-projects__item-s1:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-ob_yellow.svg) no-repeat;
    width: 31px;
    height: 31px
}

.service-projects__item-s2 {
    padding-left: 62px
}

.service-projects__item-s2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-customer_y.svg) no-repeat;
    width: 42px;
    height: 37px
}

.link_all-projects {
    margin-top: 60px;
    border: 1px solid #323a43;
    color: #323a43;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.link_all-projects:hover {
    border-color: #ffd633
}

.service_all-projects {
    text-align: center
}

.p_service-other_projects {
    padding-bottom: 70px
}

.projects-others__top {
    margin-top: 85px;
    margin-bottom: 55px
}

.projects-others__top .title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 26px
}

.projects-others__top p {
    font-size: 14px;
    margin: 10px 0 0;
    line-height: 18px;
    color: #989ca0
}

.s-other__projectsItem {
    display: block;
    position: relative;
    text-decoration: none;
    text-align: center
}

.s-other__projectsItem.discount:before {
    content: attr(data-discount);
    display: block;
    width: 60px;
    height: 60px;
    background: #000;
    color: #fff;
    position: absolute;
    right: -10px;
    top: -15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.s-other__projectsItem p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000
}

.s-other__projectsItem_image {
    -webkit-box-shadow: 0 14px 22px rgba(0, 0, 0, .25);
    box-shadow: 0 14px 22px rgba(0, 0, 0, .25);
    width: 100%;
    height: 220px;
    display: block;
    margin-bottom: 20px;
    background-size: cover;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.mgfp {
    position: relative;
    width: 380px;
    min-height: 400px;
    background: #fff;
    margin: auto;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 21px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 21px rgba(0, 0, 0, .4)
}

.mgfp .mfp-close {
    text-indent: -9999px;
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-close_mgfp.svg) no-repeat;
    width: 15px;
    height: 15px;
    top: 14px;
    right: 14px
}

.mgfp__top {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    /*background: url(/static/img/mgfp__top-bg.jpg) no-repeat;*/
    background-size: cover;
    width: 100%;
    padding: 40px 0 30px;
    text-align: center
}
#consultPopup{
	padding:0 !important;
}

.mgfp__title {
    /*color: #fff;*/
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 18px;
    letter-spacing: .4px
}

.mgfp__descr {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    /*color: #fff;*/
    color: #000;
    padding: 0 20px
}

.mgfp__content {
    padding: 32px 40px
}

.mgfp__content input[type=text] {
    width: 100%;
    border: 1px solid #d8d8d8;
    font-size: 13px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0 !important;
    height: 46px;
    line-height: 46px
}

.mgfp__content input[type=text]:focus {
    border-color: #ffd633
}

.mgfp__content button {
    display: block;
    width: 100%;
    height: 54px;
    text-align: center;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    background: #ffd633;
    cursor: pointer;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: 0
}

.mgfp__content button:hover {
    -webkit-box-shadow: 0 2px 15px rgba(255, 214, 51, .65);
    box-shadow: 0 2px 15px rgba(255, 214, 51, .65)
}

.mgfp__content .input__block {
    margin-bottom: 20px
}

.mgfp__confedential {
    margin-top: 20px;
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #898989
}

.mgfp__confedential a {
    color: #3f7fe9
}

.mgfp__confedential a:hover {
    text-decoration: none
}

.mgfp__confedential .checkbox__mgfp, .mgfp__confedential .label {
    display: inline-block;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.mgfp__confedential .label {
    margin-left: 10px
}

.input__block {
    position: relative;
    width: 100%;
    overflow: hidden
}

.input__field {
    position: relative;
    display: block;
    float: right;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 12px 0 0 40px;
    font: 400 13px GothamPro, sans-serif;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #d8d8d8;
    outline: 0 !important;
    height: 46px;
    line-height: 46px
}

.input__field:focus {
    border-color: #ffd633
}

.textarea__field {
    position: relative;
    display: block;
    float: right;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 10px 12px 0;
    font: 400 13px GothamPro, sans-serif;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #d8d8d8;
    outline: 0 !important;
    resize: none;
    line-height: 16px;
    min-height: 80px
}

.textarea__field:focus {
    border-color: #ffd633
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
    padding: 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.textarea__field + .input__label {
    padding-left: 12px !important
}

.input__label {
    position: absolute;
    width: 100%;
    text-align: left;
    line-height: 46px;
    padding: 0 0 0 40px;
    height: 100%;
    pointer-events: none;
    display: inline-block;
    float: right;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input--filled .input__label .input__label-content, .input__field:focus + .input__label .input__label-content, .textarea__field:focus + .input__label .input__label-content {
    -webkit-transform: translate3d(0, -5px, 0) scale3d(.8, .8, 1);
    transform: translate3d(0, -5px, 0) scale3d(.8, .8, 1)
}

.input__icon:before {
    content: '';
    position: absolute;
    left: 13px;
    top: 15px;
    z-index: 5
}

.input__icon.icon-user:before {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-form_user.svg) no-repeat;
    width: 14px;
    height: 15px
}

.input__icon.icon-mail:before {
    background: url(/bitrix/templates/gektargroup/css/../img/icons/icon-form_mail.svg) no-repeat;
    width: 16px;
    height: 10px;
    top: 18px
}

.input__icon.icon-phone:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAACXBIWXMAAAsSAAALEgHS3X78AAABDElEQVQoU43SsUuCQRjH8TfELVBRHBqChkgEQXiD1IZwawubghzEyS0XG8QKUmpxEIcSdAyEFj3Uv+/1+3bPwWXpOXx43+fu/d177/OepxarA7QxwBh+EATePjwe7qAbFlzzmOLIFTThgT1AfYsXV9CEnzbClxi5gib8hpgEjzFEyRU04RaqEq6Fi7lCdvgUE+l6HB/IuII/YXnjAx7lvogFkvuGo/jCldQ3mCHhDEvgBEucSV3BHOfWfNjcjln010oMFrBCVuoyRugpfQLv0VD6IF382YosEO7g2hq7Q9qqc/j891uU/gPfasdJY667tRlMRvCqdCPrSFlzTbxvDVsP+nhWullNue/jcA2el3LLP7Z2wQAAAABJRU5ErkJggg==) no-repeat;
    width: 15px;
    height: 15px
}

.checkbox {
    display: none
}

.checkbox-custom {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #aaa;
}

.checkbox-custom:hover, label:hover .checkbox-custom {
    background: #ccc
}

.checkbox:checked + .checkbox-custom {
    background: #ffd633
}

.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 11px;
    height: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAYAAAAvOAWIAAAACXBIWXMAAAsSAAALEgHS3X78AAAAfklEQVQYV2P4//8/AyEMBHFAvIEYhaFA/BeIKwgp9AXiX0DcBOUzlAKxORaFTkD8DYh7kcQYVgDxGyDWRRI0B+KvQDwdiBmRFbMB8SYgfgXEKkBsAMQfgXgpEDOj2AbVwQHE+4D4CRC/ZgD5HE0hXDFUAxcQHwXibSDbsHkYAOQpqGTiTR56AAAAAElFTkSuQmCC) no-repeat
}

.btn-default {
    height: 54px;
    line-height: 56px;
    padding: 0 38px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.btn-default.yellow {
    background: #ffd633;
    color: #000;
    letter-spacing: .4px;
    -webkit-box-shadow: 0 2px 15px rgba(255, 214, 51, .65);
    box-shadow: 0 2px 15px rgba(255, 214, 51, .65)
}

.btn-default.yellow:hover {
    -webkit-box-shadow: 0 2px 15px rgba(255, 214, 51, .65);
    box-shadow: 0 2px 15px rgba(255, 214, 51, .65)
}

.btn-default.yellow2 {
    background: #ffd633;
    color: #000;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .1);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .1)
}

.btn-default.yellow2:hover {
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, .15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, .15)
}

.btn-default.white {
    background: #fff;
    color: #000
}

.btn-default.white-head {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.btn-default.white-head:hover {
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 2px 15px rgba(255, 255, 255, .65);
    box-shadow: 0 2px 15px rgba(255, 255, 255, .65)
}

.btn-default.gray {
    background: #323a43;
    color: #fff
}

.btn-default.btn-opacity-white {
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px
}

.btn-default.btn-opacity-white:hover {
    border-color: #ffd633
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    background: #323a43
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0
}

.mfp-no-margins img.mfp-img {
    padding: 0
}

.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0
}

.mfp-no-margins .mfp-container {
    padding: 0
}

.table-ceny tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}

.table-ceny th {
    background-color: #FFE33E;
    padding: 1px 2px;
    border: 1px solid #ececec;
}

.table-ceny {
    width: 100%;
}

.ceny-page > p strong {
    font-size: 20px;
}

html{
    overflow-x: hidden;
}

._none{
    display: none;
}

.s-figures .item-figure a {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: #000;
}

#menu-o-button {
    display: none;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
    padding: 10px 5px;
}
#menu-o-button img {
    width: 100%;
}
#menu-o-button path{
    transform: scale(1.8);
}

.header__top .ht__left .searchLink {
    display: none;
    color: #fff;
    font-size: 26px;
    width: 45px;
    padding-left: 11px;
}

.s-about-right_image{
    width: unset;
    height: unset;
}

.b__usefulLink .usefulLink{
    width: 100%;
    font-size: 12px;
}

.col-xm-3, .col-xm-4, .col-xm-5, .col-xm-6, .col-xm-7, .col-xm-12, .col-12, .col-6{
    float: left;
}

@media (max-width: 1499px){
    .staff__image-wrap, .staff__image-wrap img, .equipment__image-wrap, .equipment__image-wrap img{
        width: 100%;
        margin-left: 0;
    }
    .staff::after, .about__equipment::before {
        width: 454px;
        height: 380px;
    }
}

@media (max-width: 1199px){
    .header__top.new {
        padding-bottom: 20px;
    }

    /* .header__top.new .container .ht__left{
        padding-bottom: 25px;
    } */
    .main__adv2-item {
        padding-left: 0 !important;
    }
    .hbl1__item {
        width: 100% !important;
    }
    .hbl1__item-image {
        width: 100px !important;
    }

    #menu-o-button {
        display: block;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
    }
    .htr__line-time {
        margin-top: 33px;
    }
    .ht__logo {
        margin-top: 32px;
        float: left;
    }
    .nav-bar .nav__wrap{
        display: none;
    }
    .header__services{
        position: relative;
        margin-top: 0px;
    }
    .header__services .nav__services{
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .header__services .nav__services a{
        width: 25%;
        line-height: 30px;
    }
    .header__services .container{
        height: 200px;
        position: relative;
    }
    .header__services .services__nav-bg{
        bottom: 0px;
    }
    .header__slider{
        margin-bottom: 60px;
    }
    .footer_about-bl{
        padding: unset;
        margin-top: 20px;
    }
    .main__newsList .item-mini-news{
        min-height: 285px;
    }
    .staff::after, .about__equipment::before {
        height: 320px;
        width: 380px;
    }
    .license__page img{
        margin: 0 auto;
        display: block;
        object-fit: contain;
        width: 100%;
        height: 100%;
    }
    .contacts__content .contacts__form{
        margin-left: unset;
        width: unset;
    }
    .service__items .services__items-item{
        width: unset;
    }
    .service__items .services__items-item .services__items-name{
        font-size: 13px;
    }
    .services-list .service__col{
        display: flex;
        margin-bottom: 15px;
    }
    .services-list .service__col .service__item-catalog{
        width: 65%;
    }
    .services-list .service__col .service__item-catalog li{
        width: 50%;
        display: inline-block;
        padding-right: 25px;
        vertical-align: top;
    }
    .services__promo{
        height: unset;
    }
    .services__promo .services__promo-left, .services__promo .services__promo-right{
        float: unset;
        width: 100%;
        background-size: cover;
        height: unset;
    }
    .services__promo .services__promo-left_content, .services__promo .services__promo-right_content {
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .recently-projects .item-project.small .projectBox__info-category{
        height: unset;
    }
    .projects__list .item-project.small .projectBox__info-category{
        height: unset;
    }
    .promo-list{
        width: 900px;
        margin: 0 auto;
    }
    .article-image-detail img{
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px){
    .bl_view_izisk {
        margin-top: 20px !important;
    }
    #video_company:before {
        display: inline-block;
        vertical-align: top;
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
        right: inherit !important;
        overflow: inherit !important;
        margin: inherit !important;
        width: 60px !important;
        height: 60px !important;
    }
    .s-about-right_image.resp {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        text-align: left !important;
    }
    #video_company {
        display: block !important;
        position: inherit;
        left: 0;top: 0;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        font-size: 14px;
    }
    #video_company span {
        display: inline-block !important;
        vertical-align: top;
        padding-top: 20px;
        margin-left: 20px;
    }
    /*#video_company img {
        display: none;
    }*/
    .s-about__company.new .s-about-right_image {
        margin-left: inherit !important;

    }
    .s-about__company.new .s-about-right_image.resp {
        width: 100% !important;
        height: inherit !important;
    }
    .s-about-right_image_text {
        display: none;
    }

    .ht__email {
    display: none;
    }
    .hbl1__services > div:nth-child(5) {
        clear: both;
    }
    .header__block1 {
        padding-bottom: 20px;
    }
    .main__advantages{
        height: unset;
        padding-bottom: 30px;
    }
    .main__newsList .item-mini-news{
        min-height: 230px;
        margin-bottom: 10px;
    }
    .article-card, .b__usefulLink .usefulLink{
        margin-bottom: 10px;
    }
    .sproject__box{
        background-size: cover;
    }
    .similar-project{
        margin-top: 30px;
    }
    .staff::after, .about__equipment::before {
        height: 250px;
        width: 290px;
    }
    .next__step-image{
        position: relative;
        right: 70px;
    }
    .clientItem .client__logo img{
        width: 100%;
    }
    .contacts__content .contacts__form{
        margin-top: 15px;
    }
    .question__block{
        width: 100%;
    }
    .service__items .services__items-item .services__items-image img{
        width: 100%;
    }
    .article__shareleft{
        display: none;
    }
    .related__articles-item{
        margin-bottom: 10px;
        display: block;
    }
    .related__articles-item .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .header__pageservice h1{
        width: 100%;
    }
    .service-page__form{
        margin: 0 auto;
    }
    .service-projects__item-image{
        height: 100%;
    }
    .service-projects__item-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .service-projects__item{
        margin-bottom: 10px;
    }
    .services__promo-left {
        text-align: right;
        padding-top: 20px;
        color: #fff;
        height: 499px;
        width: 50%;
        background: url(/bitrix/templates/gektargroup/css/../img/bg-service__promo-left.png) no-repeat;
    }
    .services__promo-right {
        padding-top: 20px;
        color: #fff;
        height: 499px;
        width: 50%;
        background: url(/bitrix/templates/gektargroup/css/../img/bg-service__promo-right.png) no-repeat;
    }
    .services-list {
        padding-bottom: 5px;
    }
}

@media (max-width: 850px){
    .promo-list{
        width: 400px;
    }
	.staff__stepItem > p.big_text {
		font-size:11px;
	}
	.staff__stepItem{
		height:190px;
	}
}

@media (max-width: 767px){
    .adv2List__wp {margin-bottom: 90px;}
    .main_advantages2 .title-block {margin-bottom: 60px !important;}
    .adv2List__item .number {
        float: left;
        display: block;
    }
    .main__adv2-lists {
        padding: 0 50px;
    }
    .mc__feature .image {
        margin-bottom: 15px;
    }
    .main-title-h1 h1 {
        font-size: 26px !important;
    }
    .title-block {
        font-size: 26px !important;
    }
    #menu-o-button {
        float: left;
        margin-top: 20px;
        /* margin-left: inherit;
        margin-top: inherit; */
    }
    .header.new {
        min-height: 400px !important;
    }
    .hbl1__services  {
        display: none;
    }
    .col-6{
        width: 50%;
    }
    .col-12{
        width: 100%;
    }
    .hbl1__item {
        height: 50px !important;
    }
    .hbl1__item br {display: none;}

    /* .header__top .ht__left {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
        float: unset;
    } */
    .header__top .ht__left .ht__logo{
        margin: 30px 0 0;
        width: 220px;
    }
    .hbl1__item-image img {
        max-width: 100px;
        max-height: 35px;
        margin-top: 5px !important;
    }
    .hbl1__item-name {margin-top: 15px !important;}
    .header__top.new .ht__right {padding-top: 0;}
    /* .header__top .ht__right{
        float: unset;
    }
    .header__top .ht__right .htr__line-time{
        display: flex;
        width: 100%;
        justify-content: center;
    } */
    .header__top .ht__left .searchLink{
        display: none;
    }
    .b__usefulLink .usefulLink{
        text-align: center;
    }
    .col-xm-12{
        width: 100%;
    }
    .col-xm-7{
        width: 58.33333333%;
    }
    .col-xm-6{
        width: 50%;
    }
    .col-xm-5{
        width: 41.66666667%;
    }
    .col-xm-4{
        width: 33.33333333%;
    }
    .col-xm-3{
        width: 25%;
    }
    .main__newsList .item-mini-news{
        min-height: 170px;
    }
    .row div:first-child .item-project, .row div:nth-of-type(2) .item-project{
        margin-bottom: 30px;
    }
    .main__projects .first-item{
        margin-bottom: 30px;
    }
    .staff__image-wrap, .equipment__image-wrap{
        height: 300px;
        width: 300px;
        margin: 0 auto;
        display: block;
    }
    .staff__image-wrap img, .equipment__image-wrap img{
        height: 100%;
        object-fit: cover;
    }
    .staff::after, .about__equipment::before {
        height: 320px;
        width: 65%;
    }
    .about__equipment::before{
        top: 330px;
    }
    .equipment__image{
        margin-top: 40px;
    }
    .staff__stepItem.item-5{
        width: 100%;
    }
    .about__courts{
        height: unset;
        background-size: cover;
        background-position: 50%;
        padding-bottom: 30px;
    }
    .next__step {
        height: unset;
        padding-bottom: 120px;
        background: #141414 url("/bitrix/templates/gektargroup/img/pavel.png") no-repeat 90% 104%;
        background-size: 200px;
    }
    .next__step-image{
        display: none;
    }
    .sro-base_nopriz{
        width: unset;
    }
    .article-card_image img{
        width: unset;
		max-width: 100%;
    }
    .question__item-link{
        font-size: 14px;
    }
    .buttons-ask a:nth-child(1){
        margin-right: unset;
        margin-bottom: 30px;
    }
    .buttons-ask{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header__top{
        /*border-bottom: 0px;*/
        top: 0;
    }
    .header__top.new {padding-bottom: 20px;}
    .services-list .service__col{
        flex-direction: column;
        align-items: center;
    }
    .services-list .service__col .service__item-catalog{
        width: 100%;
    }
    .promo-list > div{
        width: 100%;
    }
    .promo-list__item{
        margin: 0 auto;
    }
    .title-block.ipage{
        margin-left: 0;
        margin-bottom: 10px;
    }
    .articles__sort a{
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .articles__sort{
        text-align: left;
    }
    .clients__slider .owl-nav{
        display: none;
    }
    .clients__slider .item{
        margin: 0 auto;
    }
    .item-figure_topo{
        max-width: 535px;
        width: 90%;
    }
    .header__articles h1{
        min-height: 240px;
        padding: 0px 30px;
    }
    .article__content table, .news__content table{
        width: 100%;
        display: block;
        overflow-x: scroll;
    }
    .article__content table tbody, .news__content table tbody{
        min-width: 750px;
        display: block;
    }
    .article__content.service-content img{
        width: 100%;
        height: 100%;
    }
    .b__service-kp_left{
        margin-left: unset;
    }
    .b__service-kp__title{
        padding-left: 70px;
    }
    .b__service-kp__title::before{
        left: -5px;
    }
    .b__service-kp__title::after{
        left: 25px;
    }
    .b__service-kp__img, .b__service-kp__img img{
        margin: 0 auto;
        display: block;
    }
    .b__service-kp_link {
        margin: 0 auto;
        display: block;
        width: 250px;
    }
}

@media (max-width: 634px){
    .ht__phone_text {display: none;}
}

@media (max-width: 470px){
    .header__top .ht__left .ht__logo {
        width: 175px;
    }

    .mm-page.mm-slideout .header__top.new {
        position: inherit;
        display: block;
    }

    .mm-page.mm-slideout {background: #fff !important;}

}

@media (max-width: 460px){
    .header__top.new.fixed {
        background: #000;
    }
    .header__top .ht__left .ht__logo {
        margin-top: 20px;
    }
    #menu-o-button {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        height: 30px;
    }
    .ht__left {
        float: none;
        position: relative;
    }
    .header__top.new {
        padding-bottom: 20px;
    }
    .htr__line-time {margin-top: 0;}
    .ht__left:after {
        content: '';
        display: table;
        clear: both;
    }
    .header__block1 {
        padding-top: 60px;
    }
    .header__top.new {
        position: fixed !important;
        width: 100%;
        top: 0;
        background: #000;
    }
    .ht__right {
        float: none;
        text-align: center;
        position: absolute;
        right: 15px;
        top: 28px;
    }
    .main-title-h1 h1 {
        font-size: 23px !important;
    }
    .s-about__company.new .title-block:after {
        margin-top: 23px !important;
    }
    .s-about__company.new .title-block {
        margin-bottom: 20px;
    }

	.hiconLink__wh {
		margin-top: -5px;
		line-height: 30px !important;
		display: inline-block;
	}
    .hiconLink__tg,
    .hiconLink__fb {
    	display: none;
    }
    .hicon.wh {
    	background: none;
    	width: 30px;
    	height: 30px;
    }
    .hicon.wh:before {
    	content: '';
    	display: inline-block;
    	width: 30px;
    	height: 30px;
    	background: url(/bitrix/templates/gektargroup/css/../img/icons/whatsapp.png) no-repeat;
    	background-size: cover;
    }
}

@media (max-width: 575px){
    .footer__content.row > div:nth-child(1),
    .footer__content.row > div:nth-child(2),
    .footer__content.row > div:nth-child(3) {
        display: none;
    }
    .header__block1-title {
        line-height: 43px !important;
    }
    .header__block1-subtitle {
        line-height: 26px;
        margin-top: 20px !important;
    }
    .col-6{
        width: 50%;
    }
    .col-12{
        width: 100%;
    }
    .row div:first-child .item-project, .row div:nth-of-type(2) .item-project{
        margin-bottom: unset;
    }
    .row div:nth-of-type(-n+3) .item-project{
        margin-bottom: 30px;
    }
    .equipment__image{
        margin-top: 60px;
    }
    .about__equipment::before {
        top: calc(605px - 40vw);
        height: 300px;
    }
    .next__step {
        padding-bottom: 200px;
    }
    .contacts__content .contacts__form form{
        padding: 0 15px;
    }
    .header__top .ht__right .htr__line-time{
        flex-direction: column;
        align-items: center;
    }
    .header__top .ht__right .htr__line-time .link__call{
        margin-left: unset;
        margin-top: 20px;
    }
    .service__help-callus{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .service__help-callus .btn-default.yellow{
        width: 300px;
    }
    .promo-list__item{
        width: 320px;
    }
    .promo-list__item .promoItem__content{
        width: 300px;
    }
    .promo-list{
        width: 100%;
    }
    .item-figure_topo > div{
        float: unset!important;
        margin-left: 0!important;
    }
    .item-figure_topo{
        display: flex;
        flex-direction: column;
        height: unset;
        align-items: center;
    }
    .nav__services a{
        line-height: 24px;
        font-size: 11px;
    }
    .nav__services a.ns__geology::before{
        background-size: 70%;
        background-position: 50%;
    }
    .article__subscribe{
        padding-left: 0;
    }
    .article__subscribe input[type="text"]{
        width: 230px;
    }
    .article__share{
        margin-bottom: 15px;
    }
    .service-page__form{
        width: 100%;
        padding: 30px 14px 20px 14px;
    }
    .service-projects__item-title{
        top: 10px;
    }
    .service-projects__item-bottom{
        bottom: 7px;
    }
    .service-projects__item-s1{
        margin-left: 0;
    }
    .header__pageservice .btn-default.yellow{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .btn-default.btn-opacity-white{
        font-size: 13px;
    }
    .header__content h1{
        font-size: 26px;
    }
    .slider__item .title{
        font-size: 22px;
        line-height: 30px;
    }
    .slider__item .title span{
        font-size: 26px;
    }
    .slider__buttons a, .slider__buttons a:first-child{
        margin: unset;
    }
    .slider__buttons a:first-child{
        margin-bottom: 15px;
    }
    .slider__buttons {
        padding-left: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .slider__buttons a{
        width: 250px;
        padding: 0 10px;
        font-size: 12px;
        text-align: center;
    }
    .header__slider .container{
        padding-top: 20px;
    }
    .s-about-left {
        padding: 0px 0 60px;
    }
    .main__projects {
        padding: 0px 0 56px;
        position: relative;
    }
    .similar-project {
        height: 250px;
    }
     .mfp-content form{
        width: 100%;
    }
    .main__press, .main__news {
        padding: 25px 0;
    }
    .main__advantages .title-block{
        margin-top: 30px;
    }
    .services-list .service__col .service__item-catalog li{
        width: 100%;
    }
    .item-project.big {
        height: 322px;
    }
    .services-list {
        padding-bottom: 0px;
    }
    .recently-projects {
        padding: 35px 0;
    }
    .recently-projects .projects__catalog {
        margin-top: 25px;
        margin-bottom: 5px;
    }
    .main__about {
        padding-top: 0px;
    }
/*     .breadcrumbs {
    margin-bottom: 0px;
} */
}


.b__service-kp_link {
    display: none;
}

.serviceHeaderLP {
    min-height: 600px !important;
}
.header__pageservice {
    padding-top: 180px !important;
}
.header__pageservice h1 {
    font-weight: 700 !important;
    font-size: 41px;
    line-height: 45px !important;
}

.header__pageservice h1 span {
    font-size: 41px;
}

.header__pageservice .btn.yellow {
    padding: 0 40px !important;
}
.header__pageservice .btn-opacity-white {
    background: none !important;
    padding: 0 50px !important;
}

/* .header__pageservice.LP_HEADER {
    margin-top: 60px !important;
} */

.header__pageservice.LP_HEADER p.text_white.text_center {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}

.header__promo_title h1 {
    font-weight: 700 !important;
    font-size: 38px !important;
    line-height: 54px;
}

.mgfp-modal.mgfp-2 {
    width: 750px;
    margin: 30px auto;
}
.mgfp-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ht__phone_text a {
    text-decoration: none !important;
    color: #fff;
}


/*
    New
*/
.header.new {
    min-height: 700px;
    margin-bottom: 20px;
}
.header__block1 {
    padding-top: 202px;
}
.header__block1-title {
    font-weight: 700;
    font-size: 40px;
    color: #ffd633;
    margin: 0 0 6px !important;
    padding: 0 !important;
    line-height: 33px;
}
.header__block1-subtitle {
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    margin: 0 0 80px;
    padding: 0;
}
.hbl1__item {
    width: 97%;
    height: 110px;
    line-height: 110px;
    border: 1px solid rgba(255,255,255,0.4);
    text-decoration: none !important;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    transition: .2s;
}
.hbl1__item:hover {
    border-color: #ffe32a;
    transform: translateY(-5px);
}
.hbl1__item.i-geology img {
    width: 50px;
}
.hbl1__item.i-geodezy img {
    width: 43px;
}
.hbl1__item.i-marksh img {
    width: 65px;
}
.hbl1__item.i-aerofoto img {
    width: 73px;
    padding-top: 10px;
}
.hbl1__item.i-lazerskan img {
    width: 61px;
}
.hbl1__item.i-techobsl img {
    width: 69px;
}
.hbl1__item-image {
	max-width:25%;
    display: inline-block;
    width: 75px;
    vertical-align: middle;
    text-align: center;
}
.hbl1__item-image img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 22px;
}
.hbl1__item-name {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
	max-width: 73%;
}
.hbl1__services > .item:nth-child(1),
.hbl1__services > .item:nth-child(2),
.hbl1__services > .item:nth-child(3) {
    margin-bottom: 20px;
}
.hbl1__services > .item:nth-child(4) .hbl1__item-name {
    margin-top: 45px;
}



.s-about__company.new {
    padding-bottom: 60px;
}
.s-about__company.new .s-about-left p {
    line-height: 24px;
    font-weight: 400;
}

.s-about__company.new .s-about-left {
    padding-bottom: 30px;
}

a.link-arrow-yellow {
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    color: #000;
    text-decoration: none;
}
a.link-arrow-yellow:after {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 10px;
    background: #ffdb4d url(/bitrix/templates/gektargroup/css/../img/icons/right-arrow-button.png) no-repeat center center;
    transition: .3s;
}
a.link-arrow-yellow:hover:after {
    transform: translateX(2px);
}
a.link-arrow-yellow.l2 {
    font-weight: 400;
    font-size: 13px;
}
a.link-arrow-yellow.l2 span {
    border-bottom: 1px dotted #000;
    transition: .3s;
}

.s-about__company.new .s-about-right_image {
    margin-top: -10px;
    width: 705px !important;
    height: 470px !important;
    margin-left: -20px;
    text-align: center;
}

.l-download-pdf {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    margin-top: 30px;
}
.l-download-pdf span {
    display: inline-block;
    border-bottom: 1px dotted #000;
}
.l-download-pdf:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(/static/img/icon-pdf.png) no-repeat;
    margin-right: 10px;
    position: relative;
    bottom: -4px;
}
.l-download-pdf:hover {
   opacity: .7;
}

.s-about__company.new .s-about-left {
    padding-left: 16px;
    position: relative;
}
.s-about__company.new .title-block:after {
    margin-top: 43px;
}

.s-about-right_image_text {
    text-transform: uppercase;
    font-size: 72px;
    color: rgba(0,0,0,0.05);
    font-weight: bold;
    position: absolute;
    left: -76px;
    top: -80px;
    width: 830px;
    z-index: -1;
    letter-spacing: 0px;
}
#video_company {
    text-decoration: none;
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}
#video_company span {
    display: none;
}
#video_company:hover:before {
    transform: scale(1.1);
}

/*#video_company:before {
    transition: .2s;
    content: '';
    z-index: 2;
    width: 82px;
    height: 82px;
    background: #ffdb4d url(/bitrix/templates/gektargroup/css/../img/icons/icon-play_video.svg) no-repeat 57% center;
    -webkit-background-size: 45%;
    background-size: 45%;
    border-radius: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}*/

.main__view-iziskaniy {
    padding-left: 0;
    margin-left: 2px;
}
.main__view-iziskaniy li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    transition: .3s;
}
.main__view-iziskaniy li:not(:last-child) {
    margin-right: 54px;
}

.title-main_h3 {
    color: #000;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
}
.main__view-iziskaniy.first {
    margin-bottom: 30px;
}
.bl_view_izisk {
    margin-top: -15px;
}


.mc__feature .title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.mc__feature p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #606060;
}
.mc__feature:not(:last-child) p {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.main__company-features {
    background: #f8f8f8;
    padding: 60px 0;
}

.mc__feature .image {
    padding-top: 7px;
}

.main__adv2 {
    background: #f8f8f8;
    padding: 80px 0 54px;
}
.main__adv2-image img {
    margin-left: -25px;
    margin-bottom: -10px;
	float:left;
}
.main__adv2-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #292929;
}
.plusses_item{
	width: calc(100% - 97px);
	float: left;
	line-height: 20px;
}
.main__adv2-item p {
    font-weight: 400;
    font-size: 14px;
    color: #989ca0;
    line-height: 22px;
}
.main__adv2-lists {
    margin-top: 60px;
}

.main__adv2-item:nth-child(1),
.main__adv2-item:nth-child(3),
.main__adv2-item:nth-child(5), {
    padding-left: 120px;
}

/*.main__adv2-item:nth-child(2),
.main__adv2-item:nth-child(4) {
    padding-left: 70px;
}*/
/*.main__adv2-item:nth-child(1),
.main__adv2-item:nth-child(2) {
    margin-bottom: 30px;
}*/

.main_advantages2 {
    background: url(https://gektargroup.ru/bitrix/templates/gektargroup/img/adv2_main-bg.png) no-repeat;
    min-height: 628px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
.main_advantages2 .container {
    padding-top: 110px;
}
.main_advantages2 .title-block {
    color: #fff;
    margin-bottom: 100px;
}
.main_advantages2 .title-block span {
    color: #ffdb4d;
}
.adv2List__item {
    margin-bottom: 30px;
}
.adv2List__item .number {
    background: #ffdb4d;
    width: 45px;
    height: 45px;
    color: #000;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
}
.adv2List__item .text {
    color: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 25px;
    padding-top: 12px;
}
.otzyvy__list {
    margin-bottom: 50px;
}
.otzyvy__listItem {
    border: 1px solid #eee;
    background: #fff;

    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}
.otzyvy__listItem:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}
.otzyvy__listItem-image {
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
}
.otzyvy__listItem-image img {
	/*max-height: 340px;*/
    display: inline-block;
}
.otzyvy__listItem-name {
    padding: 20px 15px;
    font-weight: 500;
    border-top: 1px solid #eee;
    font-size: 15px;
    color: #282828;
    line-height: 21px;
}
.otzyvy__listItem_wrap:nth-child(4n+5) {
	clear: left;
}

@media (max-width: 1199px){
    .otzyvy__listItem-image img {
        width: 100%;
    }
}

@media (max-width: 991px){
    .otzyvy__listItem-image img {
        width: inherit;
    }
    .otzyvy__listItem_wrap:nth-child(4n+5) {
        clear: inherit;
    }
    .otzyvy__listItem_wrap:nth-child(2n+3) {
        clear: left;
    }
}

@media (max-width: 460px){
    .header__pageservice {
        margin-top: 0 !important;
        padding-top: 140px;
    }
    .article__page.news .article__title {
        font-size: 21px;
        line-height: 30px;
    }
    .header__articles.news h1 {
        margin-top: 130px;
    }
    .header.innerPages {
        min-height: inherit !important;
        padding-bottom: 120px;
    }
    #menu-o-button {
        width: 35px !important;
    }
}

@media (max-width: 325px){
    .header__top .ht__left .ht__logo {
        width: 140px;
    }
}

.breadcrumbs__wrap {
    white-space: nowrap;
}



.otzyvyPage_wrapper {
    margin-top: 40px;
}
.content.page {
    margin-top: 40px;
}



/**
** Дополнения на странице Услуги
**/
.service__page-additional {
    padding-bottom: 50px;
}
.additionalUslugi__tabs-content {
  display: none;
}
.additionalUslugi__tabs-content.active {
  display: block;
}
.additionalUslugi__tabs-caption {
    list-style-type: none;
    margin: 0 0 28px;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
}
.additionalUslugi__tabs-caption li {
    cursor: pointer;
    transition: .3s;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    color: #323a43;
    opacity: .7;
    padding: 0 20px;
    margin: 0 0 10px;
    position: relative;
}
.additionalUslugi__tabs-caption li:not(:first-child) {
    margin-left: -4px;
}
.additionalUslugi__tabs-caption li.active {
    opacity: 1;
}
.additionalUslugi__tabs-caption li:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 0%;
    background: transparent;
    height: 3px;
    transition: .5s;
}
.additionalUslugi__tabs-caption li.active:after {
    width: 100%;
    background: #000;
}
.reviewsListService__wrap {
    padding: 0 60px;
    text-align: center;
    position: relative;
}
.reviewsListService__wrap .owl-prev {
    position: absolute;
    left: -58px;
    top: 45%;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7 url(/bitrix/templates/gektargroup/css/../img/icons/project-prev.png) no-repeat center center;
    text-indent: -999999px;
    margin-top: -19px;
    transition: .3s;
}
.reviewsListService__wrap .owl-next {
    position: absolute;
    right: -48px;
    top: 45%;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7 url(/bitrix/templates/gektargroup/css/../img/icons/project-next.png) no-repeat center center;
    text-indent: -999999px;
    margin-top: -19px;
    transition: .3s;
}
.reviewsListService__wrap .owl-prev:hover,
.reviewsListService__wrap .owl-next:hover {
    background-color: #ffdb4d;
}

.reviewsListService,
.equipmentObsled,
.obsledExamplesOtchet {
    display: inline-block;
}
.reviewsListService .item,
.equipmentObsled .owl-item,
.obsledExamplesOtchet .item {
    width: 146px;
    height: 200px;
    border: 1px solid #f2f2f2;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    transition: .2s;
    position: relative;
}
.obsledExamplesOtchet .item {
    width: 230px !important;
    height: 310px;
    cursor:  pointer !important;
    margin: 0 15px;
}
.obsledExamplesOtchet .item img {
    width: 100% !important;
}
.reviewsListService .item:hover,
.equipmentObsled .owl-item:hover,
.obsledExamplesOtchet .item:hover {
    border-color: #ffdb4d;
}

/* Main Menu mobile */
.mm-menu{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba( 0,0,0, 0.3 )}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:20px;line-height:var(--mm-line-height);-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:0;margin:0;position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{color:inherit;text-decoration:none}[dir=rtl] .mm-menu{direction:rtl}.mm-panels,.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-panel,.mm-panels{-webkit-box-sizing:border-box;box-sizing:border-box;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels{overflow:hidden}.mm-panel{-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;padding:0 20px;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after,.mm-panel:before{content:'';display:block;height:20px}.mm-panel_has-navbar{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;display:none;width:100%;padding:10px 0 10px 10px}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;padding:0}.mm-btn:after,.mm-btn:before{border-color:rgba(0,0,0,.1);border-color:var(--mm-color-button);border-width:2px;border-style:solid}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3);background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text-dimmed);border-bottom-width:1px;border-bottom-style:solid;text-align:center;display:none;height:44px;height:var(--mm-navbar-size);padding:0 44px;margin:0;position:absolute;top:0;left:0;right:0;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12px;padding:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-left:0;padding-right:0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar__title{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn{position:absolute;top:0;bottom:0;z-index:1}.mm-navbar__btn:first-child{text-align:left;left:0}.mm-navbar__btn:last-child{text-align:right;right:0}.mm-panel_has-navbar .mm-navbar{display:block}[dir=rtl] .mm-navbar__btn:first-child{text-align:right;right:0;left:auto}[dir=rtl] .mm-navbar__btn:last-child{text-align:left;left:0;right:auto}.mm-listitem,.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);color:var(--mm-color-text);border-color:rgba(0,0,0,.1);border-color:var(--mm-color-border);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{color:inherit;display:block;padding-top:12px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-bottom:12px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2)}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{-webkit-tap-highlight-color:rgba(255,255,255,.4);tap-highlight-color:rgba(255,255,255,.4);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);tap-highlight-color:var(--mm-color-background-emphasis);background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:54px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}.mm-panels>.mm-panel>.mm-listview{margin:20px -20px}.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview{margin-top:-20px}.mm-listitem_divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);font-size:75%;text-transform:uppercase;min-height:20px;min-height:var(--mm-line-height);padding:6.5px;padding:calc(((var(--mm-listitem-size) * .75) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-btn_next{top:44px;top:var(--mm-listitem-size)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:54px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}
 .mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{display:none;position:fixed;right:auto;z-index:0}.mm-menu_offcanvas.mm-menu_opened{display:block}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}
 .mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}
 .mm-menu_autoheight{-webkit-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}
 [class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}
 .mm-counter{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:right;display:block;min-width:44px;float:right}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left}
 .mm-listitem_divider{opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-menu_dividers-light .mm-listitem_divider{background:inherit;font-size:inherit;color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);padding-top:18px;padding-top:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .75);padding-bottom:6px;padding-bottom:calc((var(--mm-listitem-size) - var(--mm-line-height)) * .25)}.mm-menu_border-none .mm-listitem_divider{border-top-width:1px;border-top-style:solid}.mm-listview_fixeddivider{background:inherit;display:none;width:100%;position:absolute;top:0;left:0;right:0;z-index:10}.mm-listview_fixeddivider:after{content:none!important;display:none!important}.mm-panel_dividers .mm-listview_fixeddivider{display:block}
 .mm-wrapper_opened.mm-dragging .mm-menu,.mm-wrapper_opened.mm-dragging .mm-slideout{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}
 .mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}[class*=mm-menu_tip-]:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}
 .mm-menu{--mm-iconbar-size:44px}.mm-iconbar{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);border:0 solid rgba(0,0,0,.1);border-color:var(--mm-color-border);border-right-width:1px;text-align:center;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;width:44px;width:var(--mm-iconbar-size);position:absolute;top:0;left:0;bottom:0;z-index:2}.mm-menu_iconbar .mm-navbars_bottom,.mm-menu_iconbar .mm-navbars_top,.mm-menu_iconbar .mm-panels{left:44px;left:var(--mm-iconbar-size)}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:11px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}
 .mm-menu{--mm-iconpanel-size:44px}.mm-panel_iconpanel-1,.mm-panel_iconpanel-1.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 1));width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2,.mm-panel_iconpanel-2.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 2));width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3,.mm-panel_iconpanel-3.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - (44px * 3));width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel,.mm-panel_iconpanel-first~.mm-panel_opened~.mm-listview_fixeddivider{width:calc(100% - 44px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-listview_fixeddivider,[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}
 .mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{outline:0;background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}
 .mm-navbars_bottom,.mm-navbars_top{background:inherit;border-color:inherit;border-width:0;position:absolute;left:0;right:0;z-index:1}.mm-navbars_bottom>.mm-navbar,.mm-navbars_top>.mm-navbar{border-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns){padding:0}.mm-navbars_bottom>.mm-navbar>:not(img):not(.mm-btn),.mm-navbars_top>.mm-navbar>:not(img):not(.mm-btn){-webkit-box-flex:1;-ms-flex:1;flex:1}.mm-navbars_top{border-bottom-style:solid;border-bottom-width:1px;top:0;bottom:auto}.mm-menu_navbar_top-1 .mm-panels{top:44px;top:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_top-2 .mm-panels{top:88px;top:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_top-3 .mm-panels{top:132px;top:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_top-4 .mm-panels{top:176px;top:calc(var(--mm-navbar-size) * 4)}.mm-navbars_bottom{border-top-style:solid;border-top-width:1px;bottom:0;top:auto}.mm-menu_navbar_bottom-1 .mm-panels{bottom:44px;bottom:calc(var(--mm-navbar-size) * 1)}.mm-menu_navbar_bottom-2 .mm-panels{bottom:88px;bottom:calc(var(--mm-navbar-size) * 2)}.mm-menu_navbar_bottom-3 .mm-panels{bottom:132px;bottom:calc(var(--mm-navbar-size) * 3)}.mm-menu_navbar_bottom-4 .mm-panels{bottom:176px;bottom:calc(var(--mm-navbar-size) * 4)}.mm-navbar_size-2{height:88px;height:calc(var(--mm-navbar-size) * 2)}.mm-navbar_size-3{height:132px;height:calc(var(--mm-navbar-size) * 3)}.mm-navbar_size-4{height:176px;height:calc(var(--mm-navbar-size) * 4)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-overflow-scrolling:touch;overflow-x:auto;text-align:left;padding:0 0 0 20px}.mm-navbar__breadcrumbs>*{display:inline-block;padding-right:6px;padding-top:12px;padding-top:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5);padding-bottom:12px;padding-bottom:calc((var(--mm-navbar-size) - var(--mm-line-height)) * .5)}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar_has-btns .mm-navbar__breadcrumbs{margin-left:-44px}.mm-navbar_has-btns .mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{margin-left:0;padding-left:0}.mm-navbar__tab_selected{background:inherit!important;color:inherit!important;border-width:1px;border-style:solid;border-color:inherit}.mm-navbar__tab_selected:first-child{border-left:none}.mm-navbar__tab_selected:last-child{border-right:none}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:inherit!important;color:inherit!important}.mm-navbars_top .mm-navbar_tabs:not(:last-child){border-bottom-width:1px;border-bottom-style:solid}.mm-navbars_top .mm-navbar__tab_selected{border-bottom:none;margin-bottom:-1px}.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected{border-top:none}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:inherit;color:inherit}.mm-navbars_bottom .mm-navbar_tabs:not(:first-child){border-top-width:1px;border-top-style:solid}.mm-navbars_bottom .mm-navbar__tab_selected{border-top:none;margin-top:-1px}.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected{border-bottom:none}.mm-navbar_tabs>a:not(.mm-navbar__tab_selected),.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar,.mm-navbars_top.mm-navbars_has-tabs>.mm-navbar:not(.mm-navbar_tabs){background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed)}
 .mm-searchfield{height:44px;height:var(--mm-navbar-size);padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.mm-searchfield input{border:none!important;outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:4px;background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight);color:rgba(0,0,0,.75);color:var(--mm-color-text);font:inherit;font-size:inherit;line-height:35.2px;line-height:calc(var(--mm-navbar-size) * .7);display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%;height:24px;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{padding:6.6px 10px 0 10px;padding-top:calc(var(--mm-navbar-size) * .15);position:relative}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;padding:44px 0}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__input{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%}.mm-searchfield__cancel{line-height:44px;line-height:var(--mm-navbar-size);text-decoration:none;display:block;padding-right:10px;margin-right:-100px;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-panel>.mm-searchfield{width:100%;position:absolute;top:0;left:0}.mm-panel_has-searchfield{padding-top:44px;padding-top:var(--mm-navbar-size)}.mm-panel_has-navbar.mm-panel_has-searchfield{padding-top:88px;padding-top:calc(var(--mm-navbar-size) * 2)}.mm-panel_has-navbar.mm-panel_has-searchfield>.mm-searchfield{top:44px;top:var(--mm-navbar-size)}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}
 .mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:15;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panels{-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease}.mm-menu_has-sectionindexer .mm-sectionindexer{right:0}.mm-menu_has-sectionindexer .mm-panels{right:20px}.mm-menu_navbar_top-1 .mm-sectionindexer{top:46px;top:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_top-2 .mm-sectionindexer{top:90px;top:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_top-3 .mm-sectionindexer{top:134px;top:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_top-4 .mm-sectionindexer{top:178px;top:calc((var(--mm-navbar-size) * 4) + 2px)}.mm-menu_navbar_bottom-1 .mm-sectionindexer{bottom:46px;bottom:calc((var(--mm-navbar-size) * 1) + 2px)}.mm-menu_navbar_bottom-2 .mm-sectionindexer{bottom:90px;bottom:calc((var(--mm-navbar-size) * 2) + 2px)}.mm-menu_navbar_bottom-3 .mm-sectionindexer{bottom:134px;bottom:calc((var(--mm-navbar-size) * 3) + 2px)}.mm-menu_navbar_bottom-4 .mm-sectionindexer{bottom:178px;bottom:calc((var(--mm-navbar-size) * 4) + 2px)}
 .mm-menu_selected-hover .mm-listitem>.mm-listitem__btn,.mm-menu_selected-hover .mm-listitem>.mm-listitem__text,.mm-menu_selected-parent .mm-listitem>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem>.mm-listitem__text{-webkit-transition:background .4s ease;-o-transition:background .4s ease;transition:background .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected .mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}
 .mm-menu,.mm-slideout{--mm-sidebar-collapsed-size:44px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:block!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 44px);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(44px,0,0);transform:translate3d(44px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{border-right-width:1px;border-right-style:solid;min-width:0!important;max-width:100000px!important}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
 label.mm-toggle{border-radius:34px;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:5px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2)}label.mm-toggle:before{content:'';display:block;border-radius:34px;width:32px;height:32px;margin:1px}input.mm-toggle{position:absolute;left:-10000px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-toggle{background:rgba(0,0,0,.1);background:var(--mm-color-border)}label.mm-toggle:before{background:#f3f3f3;background:var(--mm-color-background)}input.mm-toggle:checked~label.mm-toggle{background:#4bd963}label.mm-check{width:34px;height:34px}label.mm-check:before{border-color:rgba(0,0,0,.75);border-color:var(--mm-color-text);content:'';display:block;border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check{position:absolute;left:-10000px}input.mm-check:checked~label.mm-check:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}
 .mm-menu_border-none .mm-listitem:after,.mm-panel_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after,.mm-panel_border-full .mm-listitem:after{left:0!important}.mm-menu_border-offset .mm-listitem:after,.mm-panel_border-offset .mm-listitem:after{right:20px}
 .mm-menu_fx-menu-zoom{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-zoom{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center}.mm-wrapper_opening .mm-menu_fx-menu-zoom{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center}.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-menu-fade{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-wrapper_opening .mm-menu_fx-menu-fade{opacity:1}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel,.mm-panel_fx-zoom{-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened,.mm-panel_fx-zoom.mm-panel_opened{-webkit-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent,.mm-panel_fx-zoom.mm-panel_opened-parent{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent,.mm-panel_fx-slide-0.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent,.mm-panel_fx-slide-100.mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-up .mm-panel,.mm-panel_fx-slide-up{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.mm-menu_fx-panels-slide-up .mm-panel_opened,.mm-menu_fx-panels-slide-up .mm-panel_opened-parent,.mm-panel_fx-slide-up.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-right .mm-panel,.mm-panel_fx-slide-right{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fx-panels-slide-right .mm-panel_opened,.mm-menu_fx-panels-slide-right .mm-panel_opened-parent,.mm-panel_fx-slide-right.mm-panel_opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[class*=mm-menu_fx-listitems-] .mm-listitem{-webkit-transition:none .4s ease;-o-transition:none .4s ease;transition:none .4s ease}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1){-webkit-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2){-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3){-webkit-transition-delay:150ms;-o-transition-delay:150ms;transition-delay:150ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4){-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5){-webkit-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7){-webkit-transition-delay:350ms;-o-transition-delay:350ms;transition-delay:350ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8){-webkit-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9){-webkit-transition-delay:450ms;-o-transition-delay:450ms;transition-delay:450ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10){-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11){-webkit-transition-delay:550ms;-o-transition-delay:550ms;transition-delay:550ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12){-webkit-transition-delay:.6s;-o-transition-delay:.6s;transition-delay:.6s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13){-webkit-transition-delay:650ms;-o-transition-delay:650ms;transition-delay:650ms}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15){-webkit-transition-delay:750ms;-o-transition-delay:750ms;transition-delay:750ms}.mm-menu_fx-listitems-slide .mm-listitem{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0);opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.mm-menu_fx-listitems-fade .mm-listitem{-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;opacity:0}.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem{opacity:1}.mm-menu_fx-listitems-drop .mm-listitem{-webkit-transition-property:opacity,top;-o-transition-property:opacity,top;transition-property:opacity,top;opacity:0;top:-25%}.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem{opacity:1;top:0}
 .mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}
 .mm-menu_listview-justify .mm-panels>.mm-panel:after,.mm-menu_listview-justify .mm-panels>.mm-panel:before,.mm-panels>.mm-panel_listview-justify:after,.mm-panels>.mm-panel_listview-justify:before{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview,.mm-panels>.mm-panel_listview-justify .mm-listview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem,.mm-panels>.mm-panel_listview-justify .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:44px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem:not(.mm-listitem_divider),.mm-panels>.mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text,.mm-panels>.mm-panel_listview-justify .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}
 [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}
 .mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}
 .mm-menu_multiline .mm-listitem__text,.mm-panel_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}
 .mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
 .mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow);content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}
 .mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}
 .mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-listitem_divider,.mm-panel_tileview .mm-listitem_divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}
 body.modal-open .mm-slideout{z-index:unset}
/* End */


/* Start:/bitrix/templates/gektargroup/css/uslugi.css?160078977810556*/
.service__items {

}

@media(max-width:991px) {
	.service__items .flex-row {display: flex; flex-direction: column}
	.service__items .order-1{order: 2}
	.service__items .order-2{order: 1}
}

.header.innerPages:after {
	background: rgba(26, 41, 49, .8);
}

.header__content h1 {
	font-weight: 500!important;
}

/* header links */

.service__links {
	margin-top: 50px;
	padding-bottom: 150px;
}
.service__links a {
	font-size: 15px;
	color: #fff;
	margin: 0 15px;
	display: inline-block;
	text-decoration: none;
	border-bottom: .5px dotted;
	line-height: 1.2;
	transition: .3s;
}
.service__links a:hover {
	border-color: transparent;
}

/* right */

.service__sidebar_menu {
	border: 1px solid #ffdb4d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	margin-bottom: 40px;
}
.service__sidebar_menu .services__items-item {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
	color: #000;
	padding: 20px;
	transition: .2s;
}
.service__sidebar_menu .services__items-item:before,
.service__sidebar_menu .services__items-item:after {
	display: none;
}
.service__sidebar_menu .services__items-item:hover,
.service__sidebar_menu .services__items-item.active {
	background: #ffdb4d;
}

.service__boss {
	
}
.service__boss .heading {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.service__boss .shadow_wrapper {
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
.service__boss .service__boss_info {
	padding: 20px;
	line-height: 1.1;
}
.service__boss .service__boss_info .name {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}
.service__boss .service__boss_info .duty {
	text-align: center;
	font-size: 12px;
	color: #666;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.service__boss .service__boss_info ul {
	font-size: 12px;
	padding: 0 0 0 20px;
	margin: 0;
}
.service__boss .service__boss_info ul li {
	margin-bottom: 15px;
}
.service__boss_question {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding: 20px 0;
	display: block;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.service__boss_question:hover {

}
.service__boss img {
	filter: grayscale(100%);
	margin: auto;
}

@media(max-width:991px) {
	.service__sidebar_menu > div {display: inline-block;}
	.service__sidebar_menu .services__items-item {padding: 15px 20px}
	.service__boss img  {display: none;}
	.service__price_block {margin-top: 35px;}
	.service__links {padding-bottom: 0px;}
	.header__content h1 {margin-top: 100px;}
}
@media(max-width:520px) { 
	.service__links a {display: block; margin: 0 0 10px 0; border: none;}
}

/* left */

.service__price_block {
	margin-bottom: 35px;
}
.service__price_block > a,
.service__price_block > div {
	vertical-align: middle;
	display: inline-block;
	margin-right: 45px;
}
.service__price_block .price {
	font-size: 15px;
	font-weight: 700;
}
.service__price_block .price span {
	font-size: 25px;
}
.service__price_block .price span:after {
	content: ' руб.';
	text-transform: uppercase;
	color: #999;
}
.service__price_block .price_full {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
	line-height: 1;
	transition: .5s;
}
.service__price_block .price_full:hover {
	border-color: transparent;
}

@media(max-width:520px) { 
	.service__price_block > a, .service__price_block > div {margin-right: 0; margin-top: 10px;}
}

.collapse_text {
	max-height: 300px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	transition: max-height 2s ease-out;
}
.collapse_text:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.collapse_text.open {
	max-height: 9999px;
}
.collapse_text.open:after {
	display: none;
}
.text_opener {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	display: block;
}
.collapse_text__wrapper {
	margin-bottom: 80px;
}
.text_opener:after {
    display: inline-block;
	vertical-align: middle;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 3px;
    content: "\f107";
    color: #000;
}


@media(max-width:767px) {
	.service__price_block {text-align: center;}
	.service__price_block > div {display: block; margin: 15px 0; text-align: center;}
}

@media(max-width:520px) {
	.service__price_block .price {margin-bottom: 0;}
	.service__price_block .price_full {margin: 0 0 15px;}
}

.service__advantages {}

.service__advantages_list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.service__advantages_list .item {
	text-align: center;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

.service__advantages_list .item .icon {
	position: relative;
	display: inline-block;
	line-height: 1;
	margin-bottom: 35px;
	height: 42px;
}
.service__advantages_list .item .icon:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #ffdb4d;
	position: absolute;
	left: -10px;
	bottom: -8px;
	z-index: -1;
}
.service__advantages_list .item .heading {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.service__advantages_list .item .text {
	font-size: 13px;
	font-weight: 500;
	opacity: .7;
	line-height: 1.2;
}

@media(max-width:991px) {
	.service__advantages_list {display: block; text-align: center;}
	.service__advantages_list .item {width: 45%; margin-bottom: 30px;}
	.service__advantages_list .item .icon {margin-bottom: 15px;}
}
@media(max-width:480px) {
	.service__advantages_list .item {width: 100%}
}


/* steps slider */

.steps__slider {
	position: relative;
	margin-bottom: 70px;
}
.steps__slider .owl-dots {
	position: absolute;
	top: 0;
	left: 0;
}
.steps__slider .owl-dots .owl-dot {
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 3px;
	color: #000;
	background: #eff2f7;
	transition: .2s;
	display: inline-block;
	margin-right: 10px;
}
.steps__slider .owl-dots .owl-dot.active {
	background: #ffdb4d;
}
.steps__slider .owl-nav {
	position: relative;
    height: 40px;
	display: flex;
	justify-content: space-around;
}
.steps__slider .owl-prev,
.steps__slider .owl-next {
	font-weight: 500;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #8492a6;
    -webkit-transition: .3s;
    transition: .3s;
}
.steps__slider .owl-prev:hover,
.steps__slider .owl-next:hover {
	color: #000;
}
.steps__slider .owl-prev:before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7 url(/bitrix/templates/gektargroup/css/../img/icons/project-prev.png) no-repeat center center;
    margin-right: 15px;
}
.steps__slider .owl-next:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff2f7 url(/bitrix/templates/gektargroup/css/../img/icons/project-next.png) no-repeat center center;
    margin-left: 15px;
}
.steps__slider .owl-stage-outer {
    padding: 0;
}
.steps__slider .item {
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.steps__slider .item .text {
	padding: 80px 30px 50px;
	font-size: 12px;
	line-height: 20px;
}
.steps__slider .item .text .heading {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
.steps__slider .item .text p {
	margin-bottom: 20px;
}
.steps__slider .item .image {
	padding: 15px 30px;
	margin-bottom: 50px;
}

@media(max-width:991px) {
	.steps__slider .item .text {padding: 50px 0 15px}
	.steps__slider .item .image {padding: 0; margin-bottom: 0;}
	.steps__slider .item .image img {max-height: 200px; width: auto; box-shadow: none;}
}
@media(max-width:520px) {
	.steps__slider .owl-nav {display: none;}
	.steps__slider {margin-bottom: 30px;}
}
/* service__after */

.service__after {
	padding: 50px 0;
}
.service__after .portfolio__sort {
	margin-bottom: 5px;
}
.service__after .portfolio__sort a {
	font-weight: 500;
	cursor: pointer;
}

.service__after .promo-list > div {
	width: 100%;
}


.service__after .recently-projects {
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.service__after .recently-projects  {
	margin: 0 -15px;
}
.service__after .recently-projects .item-project {
	width: 45%;
	padding: 15px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.service__after .recently-projects .item-project:hover {
	box-shadow: none;
}
.service__after .recently-projects	.item-project .project__box {
	height: 140px;
	width: 100%;
	background-size: cover;
}
.service__after .recently-projects .item-project .project__box {
	z-index: 9;
}
.service__after .recently-projects .item-project .project__box:before {
	display: none;
}
.service__after .recently-projects .item-project .project__box-text {
	margin-top: 15px;
	position: relative;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	line-height: 1.2;
}

.promo-list__item {
	height: auto;
	width: 100%;
	color: #000;
}

@media(max-width:991px) {
	.service__after .recently-projects {margin: 0 -5px; display: block;}
	.service__after .recently-projects .item-project {padding: 5px;}
}
@media(max-width:480px) {
	.service__after .recently-projects .item-project {width: 100%}
	.additionalUslugi__tabs-caption li {margin: 15px!important; padding: 15px 0 5px; display: block;}
}

.article__content .service__text ol > li:before {
	background: #fff;
	border: 1px solid #ffdb4d;
	font-size: 14px;
	font-weight: 400;
}
.filtr-container > div {
	max-width: 100%;
	transition: none!important;
}

.table-ceny {table-layout: auto;}
.table-ceny p {margin: 0;}	
.table-ceny td, .table-ceny th {min-width: 150px;}
/* End */


/* Start:/bitrix/templates/gektargroup/styles.css?1586846904665*/
.yellow_border-text{
	border: 4px solid #FFD633;
	padding: 20px 30px;
	line-height: 24px;
	font-size: 15px;
	background: #fff;
	margin: 30px 0;
}
blockquote {
		font: italic 17px/28px "GothamPro", sans-serif;
		color: #666;
		display: block;
		border: 1px solid #e1e5eb;
		-webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
		margin: 20px 0 20px 0;
		padding: 30px 40px 30px 110px;
		position: relative;
}
blockquote:before {
			content: "\201c";
			font: 500 120px/95px "GothamPro", sans-serif;
			display: block;
			position: absolute;
			left: 20px;
			top: 50%;
			margin-top: -18px;
			color: #FFD633;
}
/* End */


/* Start:/bitrix/templates/gektargroup/template_styles.css?1586846904139*/
.article__content td {
border: 1px solid #ececec;
padding: 5px 10px;
}

table.first tr:first-child{
color: #999;
    background: #f7f7f7;
}
/* End */
/* /bitrix/templates/gektargroup/css/header.css?159929886520505 */
/* /bitrix/templates/gektargroup/css/styles.css?1600789048347841 */
/* /bitrix/templates/gektargroup/css/uslugi.css?160078977810556 */
/* /bitrix/templates/gektargroup/styles.css?1586846904665 */
/* /bitrix/templates/gektargroup/template_styles.css?1586846904139 */


.min_height_200{
	min-height: 200px !important;
}

.error_popup{
	text-align: center;
    color: red;
}
.error_contacts{
	text-align: center;
    color: red;
}

.consult_right{
	display:block;border-radius: 7px 0 0 7px;z-index:10;position:fixed;right:0;top: calc(50% - 130px);overflow: hidden;-webkit-box-shadow: -6px 0px 20px 5px rgba(0,0,0,0.57);-moz-box-shadow: -6px 0px 20px 5px rgba(0,0,0,0.57);box-shadow: -6px 0px 20px 5px rgba(0,0,0,0.57);
}

.consult_bottom{
	display:none;border-radius: 7px 0 0 7px;z-index:10;position:fixed;right:0;bottom:0; overflow: hidden;width:100%;text-align:center;background: #000;padding: 5px;
	}
.consult_bottom img{
		max-height: 40px;
		border-radius: 7px;
}


@media(max-width:760px) {
	.consult_right{
		display:none;
	}
	
	.consult_bottom{
		display:block;
	}	
}
