body.relative {
    position: relative;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/local/media/css/font/fontawesome-webfont/fontawesome-webfont.eot?v=4.7.0');
    src: url('/local/media/css/font/fontawesome-webfont/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/media/css/font/fontawesome-webfont/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/media/css/font/fontawesome-webfont/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/media/css/font/fontawesome-webfont/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/media/css/font/fontawesome-webfont/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.page {
    background: #f8f8f8;
    display: block;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 100%;
}

.content {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
    /*border-bottom:1px solid #e1e1e1;*/
    padding: 50px 0 80px;
}

.page.fancybox-wrap {
    min-width: 0!important;
    min-height: 0!important;
}

.page .fancybox-skin {
    background: #fff;
}

.page.fancybox-wrap .fancybox-inner {
    overflow: visible !important;
}

.page .fancybox-close {
    top: 5px;
    right: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAU0lEQVQoz3XQwQkAMQhE0V9J2DSi6b8Vm9jD4oZB9aYPVAZg0dUC2ARWyAg2gBc2gpONspByocstJQ/0LQx8ooN3fG8VNhkIW1n189M+4RnfGPwL+K8g1FfboNcAAAAASUVORK5CYII=) no-repeat center;
    width: 19px;
    height: 19px;
}

.page .fancybox-close:before {
    font: 11px/1 "Open Sans";
    color: #fff;
    position: absolute;
    top: -23px;
    left: -15px;
    display: block;
    content: "закрыть";
    transition: .2s;
}

.page .fancybox-close:hover:before {
    top: -25px;
}

.white-bg {
    background: #fff;
}

.ri-content {
    padding: 10px 12px 6px 12px;
    font-size: 14px;
    line-height: 23px;
    /* height: 100%; */
}

.fixed-btn {
    position: fixed;
    bottom: calc(100% - 247px);
    right: 0;
    z-index: 100;
    transition: .4s;
}

.fixed-btn.bottom {
    bottom: 10%;
}

.fixed-btn a {
    /* display: block;
    color: #fff;
    text-decoration: none;
    width: 102px;
    height: 95px;
    text-align: center;
    padding: 11px 6px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    float: right; */


    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    color: #fff;
    text-decoration: none;
    width: 90px;
    /*height: 85px;*/
    text-align: center;
    padding: 10px 5px 12px 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    float: right;
}


.fixed-btn a:hover {
    width: 100px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.btn-callback {
    /*background: #33a4bc;*/
	/*background: #657480;*/
    background: #006666;
	/* background: var(--gradient6); */
}
.btn-callback i {
	display: block;
    background: url(../images/icon-call-30.svg) no-repeat;
    height: 30px;
    width: 30px;
}

/* .fixed-btn a:hover {
    width: 90px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
}

.btn-callback {
    background: #006666
} */

/* .btn-callback i {
    background: url(../images/icon-callback.png) no-repeat;
    height: 25px;
    width: 24px;
    display: block;
    margin: 0 auto 3px;
} */

/* .btn-callback i {
    background: url('../images/nstyle-garant-plus/icon-call.svg') no-repeat;
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 auto 3px;
} */

.btn-chat {
    background: #068ada;
}

/* .btn-chat i {
    background: url(../images/icon-chat.png) no-repeat;
    height: 24px;
    width: 29px;
    display: block;
    margin: 0 auto 5px;
} */

.btn-chat i {
    background: url('../images/nstyle-garant-plus/icon-chat.svg') no-repeat;
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 auto 5px;
}

.fixed-btn a:hover {}

.mobile-menu {
    display: none;
}

.header {}

.header-top {
    /* background: #004874; */
    /* background: #f15922;
    background: #ea612f;
    background: #383838; */
    position: relative;
    z-index: 4;
}

.header-top .container {
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateY(-10px);
    z-index: 4;
    transition: .2s;
}

.logo a {
    /* background: #0069aa; */
    /* background: #f15922; */
    /* background: #347a57; */
    display: block;
    height: auto; 
    width: 242px;
    /* width: 169px;
    height: 173px; */
    /* z-index: 2; */
    text-align: center;
    /* line-height: 173px; */
    vertical-align: bottom;
    display: block;
}

.logo:hover {
    transform: translateY(0px);
}

.logo a img {}

.logo-garant-plus-margin {
    margin-right:30px
}

.logo-garant-plus {

}

.logo-garant-plus a {
    display: block;
}

.logo-garant-plus a img {
    width: 300px;
}

.main-menu--switcher {}

.main-menu--switcher a {
    text-decoration: none;
    color: #bec7d3;
    margin-bottom: -1px;
    padding: 18px 18px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    transition: .2s;
    vertical-align: top;
}

.background-white {
    background:#fff !important;
    border:1px solid transparent
}

.main-menu--switcher a:hover {
    color: #fff;
}

.main-menu--switcher a.is-selected {
    background: #fff;
    color: #004874;
    color: #f15922;
    opacity: 1;
}

.header-top--links {}

.header-top--links>div[id*="bx_incl"] {
    display: inline-block;
    vertical-align: top;
}

.header-top--links a {
    text-decoration: none;
    color: #bec7d3;
    color: #fff;
    /* padding: 16px 20px 17px; */
    padding: 16px 0px 17px 17px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.header-top--links a:hover {
    color: #fff;
}

.header-top--links a span {}

.header-top--links a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

a.dashed-span span {
    border-bottom: 1px dotted;
}

a.dashed-span:hover span {
    border-bottom-color: transparent;
}

.icon-location {
    background: url(../images/icon-location.png) no-repeat;
    height: 13px;
    width: 10px;
}

.icon-address {
    background: url(../images/icon-address.png) no-repeat;
    height: 16px;
    width: 22px;
}

.icon-profile {
    background: url(../images/icon-profile.png) no-repeat;
    height: 14px;
    width: 15px;
}

.header-bottom {
    /* border-top: 1px solid #f0f1f2;
    border-bottom: 1px solid #f0f1f2; */
    border-top: transparent;
    border-bottom: transparent;
    background: #fff;
    position: relative;
    z-index: 3;
}

.header-bottom>.container {
    position: relative;
}

.header-search--form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8.333333%;
    left: 66.666667%;
    background: #fff;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}

.header-search--form.is-opened {
    left: 16.666667%;
    opacity: 1;
    visibility: visible;
}

.header-search--form input {
    height: 48px;
    line-height: 48px;
    color: #333;
    border: 0;
    padding-left: 65px;
    width: 100%;
}

.header-search--form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    border-radius: 0;
    width: 65px;
}

.main-menu {
    width: 100%;
}

.main-menu li {
    width: 1%;
    white-space: nowrap;
}

.main-menu li a {
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    /* padding: 17px 10px; */
    /* padding: 28px 10px; */
    display: block;
    text-align: center;
    /* border:1px solid red */
}

.main-menu li a:hover {
    /* color: #0069aa;
    color: #f15922; */
    color: #347a57;
    color: #006666;
}

.main-menu li a.is-opened,
.main-menu li a.is-selected {
    position: relative;
    /* color: #0069aa;
    color: #f15922; */
    /* color: #347a57; */
    color: #006666;
}

.main-menu li a.is-opened:after,
.main-menu li a.is-selected:after {
    display: block;
    height: 2px;
    width: 100%;
    /* background: #0069aa;
    background: #f15922; */
    /* background:#347a57; */
    background:#006666;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.search-btn {
    /* background: #0069aa; */
    /* background: #f15922; */
    background: #347a57;
    background: #006666;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 58px;
    margin: -1px 0;
    position: relative;
}

.search-btn span {
    display: block;
    height: 19px;
    width: 19px;
    position: absolute;
    top: 15px;
    left: 20px;
}

.search-btn span:before {
    height: 100%;
    width: 1px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -5px;
    right: 5px;
    content: "";
    transition: all ease .2s;
}

.search-btn span:after {
    height: 100%;
    width: 100%;
    /* background: #0069aa; */
    /* background: #f15922; */
    background: #347a57;
    background: #006666;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "";
    transition: all ease .2s;
}

.search-btn.is-opened span:before {
    bottom: 0;
    right: 9px;
}

.search-btn.is-opened span:after {
    width: 1px;
    transform: rotate(45deg);
    background: #fff;
    border: 0;
    left: 9px;
}

.header-bottom--second {
    /* position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
    background: #fff;
    border-top: 1px solid #ebebeb;
    padding: 40px 0 60px;
    display: none; */
    position: absolute;
    /* top: 100%;
    left: 0;
    right: 0; */
    z-index: 3;
    background: #fff;
    border-top: 1px solid #ebebeb;
    /* padding: 40px 0 60px; */
    padding: 0px 0 0 0;
    display: none;
    width: 360px;
    margin: 0 0 0 38.5%
}

.header-bottom--second .product-links {
    margin: 0;
}

.header-bottom--second .product-links li a {
    color: #333333;
}

.header-bottom--second-service {
    position: absolute;
    z-index: 3;
    background: #fff;
    border-top: 1px solid #ebebeb;
    padding: 0px 0 0 0;
    display: none;
    width: 360px;
    margin: 0 0 0 48%
}

.header-bottom--second-service .product-links {
    margin: 0;
}

.header-bottom--second-service .product-links li a {
    color: #333333;
}

.loading-bg {
    background: url(../images/icon-load-32.gif) no-repeat center;
}

.index-slider {
    height: 530px;
    overflow: hidden;
}

.index-slider--item {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/icon-load-32.gif) no-repeat center;
}

.index-slider--item-vmiddle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 16px;
    color: #fff;
    transition: .2s;
}

.index-slider--item-vmiddle.fadeInLeft {
    transform: translate(220px, -50%);
    transition-delay: .1s;
}

.index-slider--item-vmiddle.fadeInRight {
    transform: translate(-220px, -50%);
    transition-delay: .1s;
}

.index-slider--title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 30px;
}

.index-slider--text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 32px;
    /* border-left: 2px solid #33a4bc;
    border-left: 2px solid #f15922; */
    border-left: 2px solid #347a57;
    border-left: 2px solid #fff;
}

.index-slide--btn {
    margin-top: 40px
}

.index-slide--btn .btn-tranparent-border {
    color: #fff;
}

.index-slide--btn .btn-tranparent-border:hover {
    color: #62707d;
}

.index-slide--btn .btn-tranparent-border:active {
    color: #fff;
}

.index-slider--item-img {
    transform: none;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 630px;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    margin-top: -100px;
    /*background-attachment:fixed;*/
}


/*.index-slider--item.slick-current .index-slider--item-img {
            background-attachment: fixed;
            background-position:top center;
        }*/

.index-slider .slick-prev {
    transform: translateX(20px) rotateY(180deg);
    opacity: 0;
}

.index-slider .slick-next {
    transform: translateX(-20px);
    opacity: 0;
}

.index-slider:hover .slick-prev {
    opacity: .35;
    transform: translateX(0) rotate(180deg);
}

.index-slider:hover .slick-next {
    transform: translateX(0);
    opacity: .35;
}

.index-section {
    padding: 60px 0 37px;
    /* padding: 60px 0 60px 37px; */
}

.section-title {
    font-size: 40px;
    line-height: 58px;
    color: #454747;
    font-weight: 800;
    margin: 0 0 40px;
}

.section-title--container {
    margin: 0 0 40px;
}

.section-title--container .section-title {
    margin: 0;
}

.section-title small {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #9c9c9c;
    font-weight: 400;
}

.section-title--right {
    line-height: 58px;
}

.section-title--right a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.services-list {}

.service-item {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}

.service-item--hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px 30px 80px;
    z-index: 2;
    transition: .2s;
}

.servive-item--state {
    padding: 40px 30px 80px;
    position: relative;
    min-height: 338px;
}

.service-item--title {
    font-size: 20px;
    line-height: 26px;
    color: #454747;
    text-decoration: none;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    transition: .3s;
}

.service-item--title span {}

.service-item--text {
    margin-top: 20px;
    transition: .3s;
    transition-delay: .05s;
}

.service-item--btn {
    margin-top: 30px;
}

.service-item--text ul {
    margin: 0 !important;
    padding: 0 !important;
}

.service-item--text ul li:before {
    background: #b9c5cd;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
}

.service-item--icon {
    position: absolute;
    bottom: 23px;
    right: 25px;
    /*height:49px;*/
    transition: .3s;
}

.service-item--icon_1 {
    background: url(../images/service-icon-1.png) no-repeat;
    width: 43px;
}

.service-item--icon_2 {
    background: url(../images/service-icon-2.png) no-repeat;
    width: 35px;
}

.service-item--icon_3 {
    background: url(../images/service-icon-3.png) no-repeat;
    width: 100px;
}

.service-item--icon_4 {
    background: url(../images/service-icon-4.png) no-repeat;
    width: 45px;
}

.service-item--icon_5 {
    background: url(../images/service-icon-5.png) no-repeat;
    width: 46px;
}

.service-item--icon_6 {
    background: url(../images/service-icon-6.png) no-repeat;
    width: 50px;
}

.service-item--icon_7 {
    background: url(../images/service-icon-7.png) no-repeat;
    width: 93px;
    height: 56px;
}

.service-item--icon_8 {
    background: url(../images/service-icon-8.png) no-repeat;
    width: 30px;
    height: 51px;
}

.service-item:hover .service-item--hover {
    opacity: 1;
}

.service-item--hover {
    /* background-color: #0069aa;
    background-image: linear-gradient(140deg, #0069aa, #33a4bc); */
    /* background-color: #f15922; */
    background-color: #347a57;
    background-color: #006666;
    /* background-image: linear-gradient(140deg, #ea612f, #d58f75); */
    background-image: linear-gradient(140deg, #347a57, #66a485);
    background-image: linear-gradient(140deg, #33af9b, #006666);
}

.service-item--hover .service-item--icon {
    background-position: bottom center !important;
    opacity: 1;
    transition: .3s;
}

.service-item--hover .service-item--title {
    color: #fff;
    opacity: 1;
}

.service-item--hover .service-item--title span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: .2s;
}

.service-item--hover .service-item--title:hover span {
    border-color: #fff;
}

.service-item--btn {}

.service-item--btn div+div {
    margin-top: 25px;
}

.service-item--btn div {
    transition: .3s;
    opacity: 0;
    transform: translateY(30px);
}

.service-item:hover .service-item--hover .service-item--title {
    opacity: 1;
}

.service-item:hover .service-item--hover .service-item--btn div {
    opacity: 1;
    transform: translateY(0);
}

.service-item:hover .service-item--hover .service-item--btn div+div {
    transition-delay: .05s;
}

.service-item:hover .service-item--hover .service-item--icon {
    opacity: 1;
}

.service-item:hover .servive-item--state .service-item--title {
    opacity: 1;
}

.service-item:hover .servive-item--state .service-item--text {
    opacity: 1;
}

.service-item:hover .servive-item--state .service-item--icon {
    opacity: 1;
}


.index-geo {
    /* background: url(../images/geo-bg.png) no-repeat #0069aa left top; */
    background: url(../images/geo-bg-new1.png) no-repeat #f15922 left top;
    /* background: url(../images/geo-bg.png) no-repeat; */
    /* background: url(../images/card_garant_plus.jpg) no-repeat left top; */
    background-size: cover;
    color: #fff;
    font-size: 16px;
    padding: 60px 0 45px 0;
}
.index-geo .section-title {
    color: #fff;
    margin: 0 0 50px;
}

.geo-map {
    position: relative;
    padding-bottom: 0px;
}

.geo-map .row {
    position: relative;
    z-index: 2;
}

.geo-map--canvas {
    position: absolute;
    bottom: -0.5%;
    right: 0;
    z-index: 1;
}

.geo-map--text {
    margin: 0;
    font-size: 16px;
}

.geo-map--cities {}

.geo-map--cities li {
    margin: 0 0 5px !important;
}

.geo-map--cities li a {
    font-size: 16px;
    line-height: 28px;
    color: #8295a1;
    text-decoration: none;
    transition: .2s;
}

.geo-map--cities li a:hover {
    color: #fff;
}

.geo-count {}

.geo-count+.geo-count {
    margin-left: 30px;
}

.geo-count--title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.counter {
    font-size: 0;
    line-height: 0;
}

.counter-ml {
   margin-left:30px;
}

/* .counter-item {
    display: inline-block;
    width: 54px;
    height: 85px;
    line-height: 85px;
    vertical-align: top;
    position: relative;
} */

.counter-item {
    display: inline-block;
    width: 44px;
    height: 65px;
    line-height: 65px;
    vertical-align: top;
    position: relative;
}

.counter-item+.counter-item {
    margin-left: 4px;
}

.counter-item b {
    /* background: #048bdc; */
    /* background: #d58f75; */
    background:#53b394;
    height: 42px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}

.counter-item b:after,
.counter-item b:before {
    display: block;
    height: 2px;
    width: 2px;
    /* background: #005b96; */
    /* background: #d58f75; */
    background:#53b394;
    position: absolute;
    content: "";
}

.counter-item b:after {
    left: 0;
}

.counter-item b:before {
    right: 0;
}

.counter-item b:first-child {
    top: 0;
}

.counter-item b:last-child {
    bottom: 0;
}

.counter-item b:first-child:after,
.counter-item b:first-child:before {
    bottom: 0;
}

.counter-item b:last-child:after,
.counter-item b:last-child:before {
    top: 0;
}

/* .counter-item span {
    position: relative;
    z-index: 2;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 85px;
} */


.counter-item span {
    position: relative;
    z-index: 2;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 65px;
}

.geo-counter--description {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 7px;
}

.index-news {
    background: #fff;
}

.news-list {}

.news-item {
    padding: 0 0 20px;
}

.news-item>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    padding: 0 0 10px;
    color: #000000;
}

.news-item a:hover .news-item--name {
    color: #008de4;
}

.news-item>a span {
    display: block;
}

.news-item--date {
    font-size: 16px;
    line-height: 1;
    color: #9c9c9c;
    margin: 0 0 17px;
}

.news-item--name {
    font-size: 16px;
    font-weight: bold;
    color: #454747;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.news-item--text {}

.news-item--share {
    padding: 10px 0 0;
    position: relative;
    z-index: 2;
}

.news-item--share .ya-share2__list,
.news-item--share .ya-share2__list li.ya-share2__item {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-item--share .ya-share2__list li:before {
    display: none;
}

.news-item--share a {
    color: #62707d;
    text-decoration: none;
    opacity: 0;
    display: inline-block;
    transform: translateY(10px);
    transition: .2s;
}

.news-item--share .ya-share2__list li.ya-share2__item+li {
    margin: 0 0 0 12px!important;
}

.news-item--share .ya-share2__container_size_m .ya-share2__icon {
    font: 14px FontAwesome;
    color: #62707d;
    background: none;
    height: auto;
    width: auto;
    box-shadow: none;
}

.news-item--share .ya-share2__container_size_m .ya-share2__icon:hover {
    color: #008de4;
}

.news-item--share .ya-share2__container_size_m .ya-share2__badge {
    background: none;
}

.ya-share2__item_service_facebook .ya-share2__icon:after {
    content: "\f09a";
}

.ya-share2__item_service_twitter .ya-share2__icon:after {
    content: "\f099";
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon:after {
    content: "\f263";
}

.ya-share2__item_service_vkontakte .ya-share2__icon:after {
    content: "\f189";
}

.ya-share2__item_service_gplus .ya-share2__icon:after {
    content: "\f0d5";
}

.news-item:hover .news-item--share li a,
.visible-share.news-item--share li a {
    opacity: 1;
    transform: translateY(0);
}

.news-item:hover .news-item--share .ya-share2__list li:nth-child(2) a {
    transition-delay: .05s;
}

.news-item:hover .news-item--share .ya-share2__list li:nth-child(3) a {
    transition-delay: .10s;
}

.news-item:hover .news-item--share .ya-share2__list li:nth-child(4) a {
    transition-delay: .15s;
}

.news-item:hover .news-item--share .ya-share2__list li:nth-child(5) a {
    transition-delay: .20s;
}

.news-item:hover .news-item--share .ya-share2__list li:nth-child(6) a {
    transition-delay: .25s;
}

.index-news--all {}

.index-news--all a {
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

.index-business {
    position: relative;
    padding: 0;
}

.index-nofix .index-business--img {
    background-attachment: scroll;
}

.index-business--img {
    height: 530px;
    position: relative;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}

.index-business>img {
    margin: auto;
}

.index-business--content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.index-business--content .section-title {
    color: #fff;
    font-size: 48px;
}

.index-business--text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 32px;
    border-left: 2px solid #33a4bc;
    border-left: 2px solid #f15922;
    border-left: 2px solid #fff;
    margin-bottom: 50px;
}

.index-partners {
    background: #fff;
    /* padding: 80px 0 93px; */
    padding: 33px 0 53px 0;
}

.partners-slider {
    padding: 0 80px;
    text-align: center;
    position: static;
}

.partners-slider .slick-prev {
    left: 10px;
}

.partners-slider .slick-next {
    right: 10px;
}

.partners-slider a {
    display: block;
    line-height: 65px;
}

.partners-slider a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 65px;
    margin: auto;
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
    /* Firefox 10+, Firefox on Android */
    /* filter: gray; */
    /* IE6-9 */
    /* -webkit-filter: grayscale(100%); */
    transition: .2s;
    vertical-align: middle;
}

.partners-slider a:hover img {
    /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale"); */
    /* -webkit-filter: grayscale(0%); */
}

.partners-slider--item {
    padding-top: 20px;
}

.partners-slider--item .project-list--item__name {
    padding-bottom: 20px;
}

.partners-list {}

.partners-list--item {
    display: block;
    text-decoration: none;
    background: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    transition: .2s;
}

.partners-list--item span {
    display: block;
}

.partners-list--item__img {
    height: 120px;
    line-height: 120px;
    text-align: center;
    padding: 15px;
    transition: .2s;
    margin: 0 0 15px;
}

.partners-list--item__img img {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.partners-list--item__name {
    color: #454747;
    font-weight: bold;
    padding: 10px 30px 40px;
}

.partners-list--item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.partners-list--item:hover .partners-list--item__img {
    opacity: .7;
}

footer.footer {
    /* background: #363636; */
    background: #657480;
    color: #fff;
    /* padding-top: 55px; */
    padding-top: 35px;
}

footer.footer hr {
    border-color: #474747;
    border-color: #b8b9bc;
    margin: 30px 0;
}

.product-links {
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    margin-bottom: -30px;
}

.product-links a {
    text-decoration: none;
    /* color: # */
}

.product-links a:hover {
    text-decoration: underline;
}

.product-links--title {
    margin-bottom: 0px;
}

.product-links--title+.product-links--title {
    margin-top: 10px;
}

.product-links--title a {
    font-weight: bold;
    color: #1792dd;
    color: #f15922;
    color: #fff;
}

.product-links ul {
    margin-bottom: 24px !important;
}

.product-links li {
    margin-bottom: 11px !important;
}

.product-links li a {
    color: #fff;
}

.footer-find-error {
    margin: 0px 0 30px 0;
}

.footer-find-error span {
    display: inline-block;
    color: #1792dd;
    color: #f15922;
    color: #c4c4c4;
}

.footer-find-error span b {
    display: block;
    margin: 0 0 10px;
}

.footer-club {
    background: url(../images/card-img.png) #0069aa no-repeat bottom left;
    border-radius: 9px;
    overflow: hidden;
    height: 147px;
    width: 229px;
    padding: 25px 0 0 16px;
    display: block;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.footer-club:before {
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    right: -120%;
    display: block;
    z-index: 1;
    transform: rotate(35deg);
    background: rgba(255, 255, 255, .05);
    content: "";
    transition: .2s;
}

.footer-club:hover:before {
    right: 10%;
}

.footer-club .btn {
    font-size: 13px;
    text-transform: none;
    padding-left: 13px;
    padding-right: 13px;
}

.footer-club b {
    font-weight: normal;
    display: block;
    margin: 0 0 31px;
}

.footer-club img {
    position: absolute;
    top: 72px;
    right: 17px;
}

.footer-subscribe {
    position: relative;
}

.footer-subscribe:before {
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -39px;
    background: #474747;
    background: #b8b9bc;
    content: "";
}

.footer-subscribe:after {
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -39px;
    background: #474747;
    background: #b8b9bc;
    content: "";
}

.footer-subscribe:after {
    left: auto;
    right: 9px;
}

.footer-subscribe--text {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.footer-subscribe--input {}

.footer-subscribe--input input {
    margin-right: 17px;
    font-size: 16px;
    background: #fff;
    padding: 7px 10px 9px;
    border: 0;
    border-radius: 3px;
    height: 40px;
}

.footer-subscribe .checkbox {
    font-size: 14px;
    margin: 20px 0 0;
}

.footer-subscribe .checkbox a {
    color: #fff;
}

.footer-phone {
    margin: 0 0 18px;
}

.footer-phone div {
    display: inline-block;
}

.footer-phone a {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.footer-font-size-text {
    font-size: 12px;
}

.footer-font-size-text a {
    margin:0 0 5px 0;
    display:block;
    font-size:13px;
}

.footer-font-size-text a:last-child {
    margin:0;
    display:block;
    font-size:13px;
}


@media (min-width: 280px) and (max-width: 990px) {
   .footer-font-size-text a {
        margin:5px 0 !important;
        display:block;
        font-size:13px;
    }

    .footer-font-size-text a:last-child {
         margin:5px 0 10px 0 !important;
    }

    .fdatac {
        display:block;
    }
}

.footer-address {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 18px;
}

.footer-socials {}

.footer-socials a {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 12px 0 0;
}

.footer-socials--fb {
    background: #0069aa;
}

.footer-socials--vk {
    background: #4389b5;
}

.footer-socials--yt {
    background: #da251d;
}

.footer-socials--tw {
    background: #2da8ee;
}

.rbk-link {
    font-size: 14px;
    color: #777777;
}

.rbk-link a {
    color: #777;
}

.footer-bottom {
    margin-top: 50px;
    /* margin-bottom: 50px; */
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding-bottom: 50px;
}

.footer-bottom a {
    color: #fff;
}

.optimalgroup {
    color: #fff !important;
    text-decoration: none;
}

.optimalgroup span {
    color: #fff;
    display: inline-block;
    position: relative;
}

.optimalgroup span:after {
    height: 1px;
    width: 0;
    display: block;
    right: 0;
    bottom: -1px;
    background: #fff;
    position: absolute;
    content: "";
    transition: ease .4s;
}

.optimalgroup:hover span:after {
    width: 100%;
    transition: ease .2s;
}

.menu-bg {
    background: rgba(51, 51, 51, .85);
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.tabs-selector {
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 1;
    margin: 0 0 24px;
}

.tabs-selector a {
    display: inline-block;
    /* border: 1px solid #0069aa;
    border: 1px solid #f15922; */
    /* border: 1px solid #347a57; */
    border: 1px solid #006666;
    font: 16px/44px Open Sans;
    height: 46px;
    text-decoration: none;
    /* color: #0069aa;
    color: #f15922; */
    color: #006666;
    padding: 0 35px;
    transition: .2s;
}

.tabs-selector a.is-selected {
    /* background: #0069aa;
    background: #f15922; */
    background: #006666;
    color: #fff;
}

.tabs-selector a+a {
    border-left: 0;
}

.tabs-selector a:first-child {
    border-radius: 23px 0 0 23px;
}

.tabs-selector a:last-child {
    border-radius: 0 23px 23px 0;
}

.contacts-list--item {
    background: #fff;
    padding: 38px 30px;
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 20px;
}

.contacts-list--item__name {
    font-size: 18px;
    margin: 0 0 33px;
}

.contacts-list--item__text {
    margin: 0 0 55px;
}

.contacts-list--item__time {
    margin: 0 0 35px;
    font-size: 0;
    line-height: 0;
}

.contacts-list--item__time span {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    width: 30px;
    border: 2px solid #0069aa;
    border: 2px solid #f15922;
    position: relative;
}

.contacts-list--item__time span+span {
    margin-left: 11px;
}

.contacts-list--item__time span.is-selected {
    background: #0069aa;
    background: #f15922;
}

.contacts-list--item__time span.is-half:after {
    background: #0069aa;
    background: #f15922;
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.contacts-list--item__days {
    margin: 0 0 38px;
}

.contacts-map {
    height: 695px;
    margin-bottom: -80px;
}

.yaPopUp-container {
    position: absolute;
    box-shadow: 0 13px 13px rgba(0, 0, 0, .11);
    width: 390px;
    display: block;
}

.yaPopUp-container .contacts-list--item {
    margin: 0;
}

.yaPopUp-container:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 30px 0 30px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}

.yaPopUp-close {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 15px;
    right: 10px;
    z-index: 2;
}

.yaPopUp-close:before,
.yaPopUp-close:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    content: "";
    background: #333;
}

.yaPopUp-close:before {
    transform: rotate(-45deg);
}

.yaPopUp-close:after {
    transform: rotate(45deg);
}

.popup-form {
    max-width: 490px;
    width: 100%;
    padding-bottom: 1px;
    z-index: 100000;
    /*Fix cut btn bottom line in firefox*/
}

.auth-form {
    width: 490px;
}

.popup-form--title {
    font-size: 40px;
    font-weight: 900;
    color: #454746;
    margin: 0 0 42px;
}

.popup-form--text {
    font-size: 18px;
    line-height: 24px;
    color: #888888;
    margin: -18px 0 42px;
}

.content-container {
    background: #fff;
    padding: 40px 35px;
}

.content-container+.content-container {
    margin-top: 24px;
}

.section-description {
    background: #fff;
    font-size: 17px;
    line-height: 24px;
    color: #333;
    padding: 70px 120px;
    margin: 0 0 60px;
}

.about-content {
    padding: 30px 43px 25px 43px;
    font-size: 14px;
    line-height: 23px;
}

.about-img {
    display: block;
    margin: 0 30px 30px 0;
}

.about-img img {
    display: block;
    /* margin: 5px 0 15px 0; */
    margin: 5px 0 0px 0;
    /* width: 450px; */
    width: 209px;
    /* margin: 0 auto; */
}

.about-img figcaption {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.about-img figcaption b {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.section-menu {
    background: #fff;
    margin: 0 0 32px !important;
}

.section-menu>li {
    border-left: 5px solid transparent;
}

.section-menu>li>a,
.section-menu li .second-level a {
    padding: 18px 40px 19px 29px;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    position: relative;
    transition: .2s;
}

.section-menu li.is-selected,
.section-menu li.is-opened {
    /* border-left-color: #008de4;
    border-left-color: #f15922; */
    /* border-left-color: #347a57; */
    border-left-color: #006666;
}

.section-menu li.is-selected a {
    /* color: #008de4;
    color: #f15922 */
    /* color: #347a57; */
    color: #006666;
}

.section-menu li a:hover {
    /* color: #008de4;
    color: #f15922; */
    /* color: #347a57 */
    color: #006666;
}

.section-menu li a:after {
    font: 14px/1 FontAwesome;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f105";
    z-index: 2;
    transition: .2s;
    transform-origin: top;
}

.section-menu li a:hover:after {
    right: 15px;
}

.section-menu>li.has-child {
    background: #f7fafc;
}

.section-menu>li.has-child>a:after {
    transform: rotate(90deg) translateY(-50%);
}

.section-menu li .second-level {
    display: none;
}

.section-menu li.is-opened .second-level {
    display: block;
}

.aside-benefits {
    background: #fff;
    padding: 19px 0 30px;
}

.aside-benefits .z2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 35px;
}

.aside-benefits--item {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}

.aside-benefits--item+.aside-benefits--item {
    border-top: 1px solid #ebebeb;
    margin-top: 21px;
    padding-top: 27px;
}

.aside-benefits--item div {
    font-weight: bold;
    color: #008de4;
    color: #f15922;
    position: relative;
    padding-left: 64px;
    margin-bottom: 24px;
}

.aside-benefits--item div i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.aside-benefits--item div span {
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
}

.aside-benefits--item p {
    margin: 0;
}

.news-filter .project-filter {
    padding: 38px 40px;
    margin-bottom: 26px;
}

.project-filter {
    background: #fff;
    padding: 18px 25px;
    margin-bottom: 22px;
}

.project-filter--row {
    font-size: 14px;
    color: #454747;
}

.project-filter--row__label {
    border-bottom-color: transparent;
    font-weight: 600;
    color: #454747;
    display: block;
    float: left;
    margin-right: 10px;
    width: 50px;
}

.project-filter--row+.project-filter--row {
    margin-top: 20px;
}

.project-filter--row .is-selected {
    border-bottom-color: transparent;
    font-weight: 600;
    color: #454747;
    display: inline-block;
    vertical-align: middle;
}

.project-filter--row span {
    margin-right: 30px;
}

.project-filter--row a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.project-list {}

.project-list--item {
    background: #fff;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
}

.project-list--item span {
    display: block;
}

.project-list--item__text {
    position: absolute;
    z-index: 2;
    background: #0069aa;
    bottom: -100%;
    color: #fff;
    transition: .3s;
}

.project-list--item:hover .project-list--item__text {
    bottom: 0;
}

.project-list--item__img {
    position: relative;
    overflow: hidden;
}

.project-list--item__img .project-list--item__date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    background: #0069aa;
    text-align: center;
    padding: 15px 13px;
    z-index: 3;
    transition: .3s;
}

.project-list--item__img .project-list--item__date b {
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.project-list--item__img img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: .2s;
    position: relative;
    margin: 0 auto;
}

.project-list--item:hover img {
    transform: scale(1.1);
}


/*.project-list--item:hover .project-list--item__date  {
                right:-100%;
                top:-100%;
            }*/

.project-list--item__city {
    line-height: 1;
    padding: 20px 30px 20px;
    position: relative;
}

.project-list--item__city i {
    position: absolute;
    left: 12px;
    top: 20px;
    background: url("../images/icon-location.png") no-repeat;
    height: 13px;
    width: 10px;
    display: block;
}

.project-list--item__name {
    font-weight: bold;
    padding: 10px 30px 40px;
}

.footer-pager {
    margin-top: 25px;
}

.footer-pager a,
.footer-pager b {
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #454747;
    text-decoration: none;
    transition: .2s;
    margin: 0 4px;
}

.footer-pager b {
    background: #0069aa;
    color: #fff;
    border-color: #0069aa;
}

.footer-pager a:hover {
    color: #0069aa;
    border-color: #0069aa;
}

.disclosure-text {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    margin: 0 0 45px;
}

.disclosure--selectors {
    margin: 0 0 50px;
    display: table;
}

.disclosure--selectors a {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    /* color: #0069aa;
    color: #f15922; */
    color: #347a57;
    text-decoration: none;
    display: table-cell;
    text-align: left;
    border-bottom: 4px solid transparent;
    padding: 0 20px 23px;
}

.disclosure--selectors a.is-selected {
    color: #000033;
    /* border-bottom-color: #0069aa;
    border-bottom-color: #f15922; */
    border-bottom-color: #347a57;
    border-bottom-color: #006666;
}

.disclosure-tab--title {}

.disclosure-tab--items+.disclosure-tab--title {
    margin-top: 40px;
}

.disclosure-tab--items {}

.disclosure-tab--items div {}

.disclosure-tab--items div+div {
    margin-top: 10px;
}

.disclosure-tab--items div a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 45px;
    line-height: 26px;
    min-height: 26px;
    text-decoration: none;
    color: #008de4;
    color: #333;
}

.disclosure-tab--items div a i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABOklEQVRIx2M4wcAwC4h3k4GtgJiBGAwiLgGxPhArkYA3AvFzYi2CWcJPrKugeCkQBwDxVWIsosQSXSBWBuIrhCyi1BIGYiyihiUELcJmSQwQn0HDkVgsuYqm5iEQfwBiYWIsYQFiQTTMjKaRG4saEN4JxHLUCi5ceAuxlmgDcRqR2JdcS0yBuJxIHEuuJXQJLrpYkgDEd4nEKwfCJwZAzEFNS7SITBxJ2CxxB+KZeLAdVF0UEK9DS9IgsyqQ+PkgMWyWiAOxCx4sgmRJBYE44cdlCbGYIktABZwxFmyEVoYhW8KEZgkTIUu8gHgVFrwMiKWxWAIqUI8CsTrUEkUgngfEftQOLhMgvg41awcQTwBiRlrEiQm0PumHWkCziJdDsgDDElKbRDxQS7oIqNOHWUJO484JiolROwsAYVSMq7sWBWoAAAAASUVORK5CYII=);
    width: 25px;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}

.disclosure-tab--items div a span {
    display: inline-block;
    line-height: 1;
    text-decoration: underline;
    vertical-align: middle;
}

.disclosure-tab--items div a b {
    display: inline-block;
    line-height: 1;
    text-decoration: underline;
    vertical-align: middle;
    font-weight: normal;
    color: #000;
    color: #333;
}

.disclosure-tab--items div a:hover span,
.disclosure-tab--items div a:hover b {
    text-decoration: none;
}

.configurator-filter {}

.configurator-table {
    width: 100%;
    background: none !important;
    margin: 60px 0 0;
}

.configurator-table thead th {
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    padding: 13px 20px;
}

.configurator-table td {
    font-size: 14px;
    color: #0069aa;
    padding: 13px 20px;
}

.configurator-table tr:nth-child(odd) td {
    background: #f0f6fa;
}

.configurator-table tr:hover td {
    background: #dee7ec;
}

.configurator-table tr td:first-child {
    color: #333333;
}

.service-banner {
    height: 399px;
    position: relative;
    overflow: hidden;
}

.service-banner--img {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 399px;
}

.service-about {
    padding: 45px 0;
    font-size: 16px;
    line-height: 24px;
}

.service-about .z3 {
    font-size: 32px;
    font-weight: 900;
    color: #454747;
}

.service-about--text {}

.service-about--text+.service-about--text {
    margin-top: 50px;
}

.service-about--detail {
    font-size: 14px;
    line-height: 30px;
    /* color: #0069aa !important;
    color: #f15922 !important; */
    color: #347a57 !important;
    color: #006666 !important;
}

.service-about--detail i {
    border: 1px solid #bcd5e5;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    text-align: center;
    line-height: 28px;
    transition: .2s;
    position: relative;
    top: -2px;
}

.service-about--detail:hover i {
    /* border-color: #0069aa;
    border-color: #f15922; */
    border-color: #347a57;
    border-color: #006666;
}

.service-about--text {
    font-size: 14px;
    line-height: 24px;
    color: #777777;
}

.service-about--text .z4 {
    /* color: #0069aa;
    color: #f15922;
    color: #347a57; */
    color: #006666;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px;
}

.service-rules {
    padding: 30px 0 30px 60px;
    background: #fff;
}

.service-rules--selectors {
    margin: 0 0 30px 30px;
}

.service-rules--selectors a {
    font-size: 16px;
    line-height: 1;
    /* color: #0069aa;
    color: #f15922; */
    color: #347a57;
    color: #006666;
    display: inline-block;
    border-bottom: 4px solid transparent;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.service-rules--selectors a+a {
    margin-left: 80px;
}

.service-rules--selectors a.is-selected {
    color: #333;
    /* border-bottom-color: #0069aa;
    border-bottom-color: #f15922; */
    border-bottom-color: #347a57;
    border-bottom-color: #006666;
}

.service-rules--tab {

}

.service-rules--tab .z3 {
    font-weight: 900;
    margin: 0 0 65px;
}

.service-rules--list {}

.service-rules--list li {
    position: relative;
    padding-left: 94px !important;
    margin: 0 0 35px 35px !important;
}

.service-rules--list li:nth-child(3){
    position: relative;
    padding-left: 94px !important;
    margin: 0 0 0 35px !important;
}

.service-rules--list li i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 48px;
    /* border: 1px solid #0069aa;
    border: 1px solid #f15922; */
    /* border: 1px solid #347a57; */
    border: 1px solid #006666;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    /* color: #0069aa;
    color: #f15922; */
    /* color: #347a57; */
    color: #006666;
    font-style: normal;
}

.service-rules--list li .z5 {
    margin: 0 0 14px;
    word-break: break-word;
    text-align: left;
}

.service-connect {
    padding: 60px 0;
}

/* .service-connect .btn-action {
    margin: 60px 0 -60px;
    padding: 40px 0;
    background-image: linear-gradient(to right, #0069a9, #004773);
} */

.service-connect .btn-action {
    margin: 60px 0 -60px;
    padding: 40px 0;
    background-image: linear-gradient(to right, #006666, #006666);
}

.service-connect .z3 {
    font-weight: 900;
    margin: 0 0 65px;
}

.service-connect--line {
    position: relative;
    padding: 0 0 0 80px;
}

.service-connect--line__item {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #454747;
}

.service-connect--line__item.js-ScrollTo {
    cursor: pointer;
}

.service-connect--line__item i {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
}

.service-connect--line__item+.service-connect--line__item i:after {
    background: url(../images/service-connect--line.png) no-repeat right center;
    overflow: hidden;
    height: 16px;
    width: 90%;
    display: block;
    position: absolute;
    right: 90%;
    top: 28px;
    content: "";
}

.service-faq {
    background: #fff;
    padding: 50px 0 34px;
    overflow: hidden;
}

.service-faq .container {
    position: relative;
    z-index: 2;
    /* min-height: 610px; */
    margin-bottom: 40px;
}

.service-faq--img {
    /* background: url(../images/faq-bg.jpg) no-repeat right bottom;
    background: url(../images/help-callback-bg-2.jpg) no-repeat right bottom; */
    /* height: 539px; */
    width: 422px;
    height: auto;
    display: block;
    position: absolute;
    right: 62px;
    bottom: -34px;
    z-index: -1;
}

.service-faq .z3 {
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 60px;
}

.faq-list {}

.faq-list--item {
    border-bottom: 1px solid #ebebeb;
    padding: 22px 0;
}

.faq-list--item__title {
    position: relative;
    padding-right: 15px;
}

.faq-list--item__title:after {
    font: 10px FontAwesome;
    color: #333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(-50);
    content: "\f078"
}

.is-opened .faq-list--item__title:after {
    content: "\f077";
}

.faq-list--item__title a {
    font-size: 20px;
    line-height: 24px;
    color: #0069aa;
    color: #4c4c4c;
    font-weight: bold;
}

.faq-list--item__text {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding: 40px 0 0;
}

.service-count {
    background: #f8f8f8;
    padding: 64px 0 85px;
}

.service-count--form {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 90px 0 40px;
}

.service-count--form>.z3 {
    margin-bottom: 65px;
}

.cities-list {}

.cities-list li {
    margin-bottom: 10px !important;
    font-size: 16px;
}

.page-404 {
    padding: 100px 0 450px;
    background: url(../images/404-bg.jpg) no-repeat center bottom;
}

.page-404--sign {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1;
    color: #454747;
}

.page-404--sign div {
    margin: 0 0 60px;
    font-size: 16px;
    font-weight: bold;
}

.page-404--sign b {
    display: block;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 33px;
}

.page-404--search {
    margin: 0 auto;
    max-width: 491px;
    width: 100%;
    position: relative;
}

.page-404--search input {
    background: #fff;
}

.page-404--search .btn {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

.review-item {}

.review-item a {
    display: block;
    background: #fff;
    position: relative;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px;
}

.review-item .review-item--date {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff;
    background: #0069aa;
    text-align: center;
    padding: 15px 13px;
    z-index: 3;
    transition: .3s;
    z-index: 1;
}

.review-item .review-item--date b {
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.review-item .review-item--img {
    border: 1px solid #e5e5e5;
    margin: 29px auto 33px;
    display: block;
    width: 100%;
    max-width: 226px;
}

.review-item .review-item--name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    background: #0069aa;
    z-index: 2;
    padding: 28px 28px 22px;
    font-size: 14px;
    line-height: 26px;
    transition: .3s;
}

.review-item .review-item--name div {
    margin-bottom: 10px;
}

.review-item a:hover .review-item--name {
    bottom: 0;
}

.review-item a:hover {}

.purchase-filter {
    padding: 24px 20px 20px 26px;
}

.purchase-filter .project-filter--row {
    padding-top: 18px;
    line-height: 50px;
}

.purchase-filter .project-filter--row a,
.purchase-filter .project-filter--row span,
.purchase-filter .project-filter--row div {
    line-height: 1;
}

.purchase-search {
    position: relative;
    margin: 0 0 15px;
}

.purchase-search .form-control {}

.purchase-search .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 0;
}

.purchase-item {
    background: #fff;
    padding: 40px 26px;
    margin: 0 0 20px;
}

.purchase-item-title {
    font-size: 24px;
    line-height: 1;
    color: #454747;
    margin: 0 0 37px;
    font-weight: bold;
}

.purchase-item--legend {
    font-size: 14px;
    font-weight: 900;
    color: #454747;
    margin: 0 0 27px;
}

.purchase-item--label {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin: 0 0 7px;
}

.purchase-item--value {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.purchase-item--file {
    font-size: 14px;
    line-height: 24px;
}

.purchase-item--file span {
    text-decoration: underline;
    color: #999999;
}

.purchase-item--file a {
    position: relative;
    display: inline-block;
}

.purchase-item--file a i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAArElEQVQ4y2NgyFzFgAerAbEvEPsAsQhOdQQM0YUaAsLSQ9cQDiB2B2JvJEO8gNgWnyFsQKwBxJpQzA7EKkgGwAwRwWeIOBB7ALEeFCuhxQ7IAFFC3gEZYo9DkRLUAAEgNsaCtYkxBISZgFgVybswDAl4IMENtc0JiPlJwHxAzAUzxAMtAEnBKjBDzCgwxBpmiCIFhngjh4kvRRga+k7UMESHGoaAEpInmYbYAADVdWXQsuj2aAAAAABJRU5ErkJggg==);
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    top: 3px;
    right: -28px;
    content: "";
}

.contract-form {
    padding: 75px 0 44px;
    margin: 0 0 -80px;
}

.contract-form .form-control--label {
    font-size: 14px;
    color: #000;
}

.contract-form--description {
    font-size: 14px;
    line-height: 26px;
}

.contract-form--text {}

.contract-form--text ol {
    font-size: 14px;
    line-height: 23px;
    margin-left: 15px !important;
}

/* .contract-steps {
    padding: 60px 0 75px;
    background-image: linear-gradient(to right, #004773, #0069a9);
    color: #fff;
} */

.contract-steps {
    padding: 60px 0 75px;
    background-image: linear-gradient(to right, #006666, #006666);
    color: #fff;
}


.contract-steps .z2 {
    font-size: 32px;
    margin: 0 0 65px;
}

.contract-step--list {
    display: table;
    width: 100%;
}

.contract-step {
    text-align: center;
    display: table-cell;
    width: 20%;
}

.contract-step i {
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    line-height: 78px;
    text-align: center;
    position: relative;
}

.contract-step+.contract-step i:before {
    height: 1px;
    width: 160px;
    background: none;
    border-bottom: 1px dashed #fff;
    display: block;
    position: absolute;
    right: 100%;
    top: 40px;
    content: "";
}

.contract-step span {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
}

.contract-step div {
    margin-top: 10px;
}

.contract-step a {
    color: #90b2c6;
    font-weight: bold;
}

.search-page--form {
    position: relative;
}

.search-page--form input {
    height: 50px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebebeb;
    font: 400 18px/1.4 'Open Sans', sans-serif;
    color: #333333;
    padding: 21px 70px 21px 28px;
    display: block;
    width: 100%;
}

.search-page--form button {
    margin: 0;
    height: 100%;
    width: 58px;
    /* background: #0069aa;
    background: #f15922; */
    background: #347a57;
    background: #006666;
    font-size: 19px;
    color: #fff;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}

.search-page--form button span {
    top: 15px;
    left: 20px;
}

.search-page--form button span:after {
    /* background: #0069aa;
    background: #f15922; */
    background: #347a57;
    background: #006666;
}

.search-page--form button i {
    font-size: 20px;
}

.table-overflow {
    overflow: auto;
}

.help-content {
    background: #fff;
    padding: 24px 25px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.help-address {
    height: 310px;
}

.help-price {
    padding-right: 12px;
    height: 238px;
}

.help-order {
    height: 132px;
}

.help-faq {
    padding-bottom: 64px;
    background: #fff;
    height: 100%;
}

.help-client {
    height: 310px;
}

.help-template {}

.help-icon {
    position: relative;
}

.help-icon+.help-text {
    margin-top: 25px;
}

.help-faq .help-text {
    margin-top: 25px;
}
.col-p-0 {
    padding:0 10px 10px 0 !important;
    /* background: #fff; */
    /* border:1px solid red */
}


.item-content
{
    align-items: stretch !important;
    align-content: stretch !important;
    margin-left:0px;
}

.help-icon .help-icon--block {
    display: block;
    /* position: absolute;
    right: 0;
    margin: 160px 0 0 0; */
    text-align: right;
}

.help-address .help-icon {
    min-height: 52px;
}

.help-address .help-icon .help-icon--block,
.help-price .help-icon .help-icon--block {
    bottom: 0;
}

.help-order .help-icon {
    padding-right: 78px;
}

.help-order .help-icon .help-icon--block {
    top: -10px;
}

.help-faq.help-icon .help-icon--block {
    right: 16px;
    top: 29px;
}

.help-client .help-icon .help-icon--block {
    top: 0;
}

.help-template .help-icon .help-icon--block {
    bottom: 0;
}

.help-title {
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    margin: 0 0 17px;
}

.help-address--city {
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
}

.help-address--city i {
    position: absolute;
    top: 0;
    left: 21px;
    height: 48px;
    font-size: 16px;
    /* color: #0069aa;
    color: #f15922; */
    color: #347a57;
    color: #006666;
    line-height: 48px;
    z-index: 2;
}

.help-address--city .form-control--select .chosen-container-single .chosen-single,
.help-address--city .form-control--select select {
    color: #999999;
    font-size: 18px;
    height: 48px;
    background: none;
    border: 0;
    padding: 0 105px 0 40px;
    line-height: 48px;
}

.help-address--city button {
    height: 50px;
    padding: 0;
    margin: -1px 0;
    font-size: 14px;
    color: #fff;
    /* background: #0069aa;
    background: #f15922; */
    background: #347a57;
    background: #006666;
    border-radius: 0;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.help-icon ul {}

.help-icon ul li {
    font-size: 16px;
    line-height: 24px;
}

.help-faq .help-title {
    margin: 0 0 5px;
}

.help-download {
    margin-bottom: 10px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.help-download b {
    color: #ee2600;
    font-size: 16px;
    display: inline-block;
    margin: 0 13px 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAYAAABCfffNAAABOklEQVRIx2M4wcAwC4h3k4GtgJiBGAwiLgGxPhArkYA3AvFzYi2CWcJPrKugeCkQBwDxVWIsosQSXSBWBuIrhCyi1BIGYiyihiUELcJmSQwQn0HDkVgsuYqm5iEQfwBiYWIsYQFiQTTMjKaRG4saEN4JxHLUCi5ceAuxlmgDcRqR2JdcS0yBuJxIHEuuJXQJLrpYkgDEd4nEKwfCJwZAzEFNS7SITBxJ2CxxB+KZeLAdVF0UEK9DS9IgsyqQ+PkgMWyWiAOxCx4sgmRJBYE44cdlCbGYIktABZwxFmyEVoYhW8KEZgkTIUu8gHgVFrwMiKWxWAIqUI8CsTrUEkUgngfEftQOLhMgvg41awcQTwBiRlrEiQm0PumHWkCziJdDsgDDElKbRDxQS7oIqNOHWUJO484JiolROwsAYVSMq7sWBWoAAAAASUVORK5CYII=);
    width: 25px;
    height: 26px;
    vertical-align: middle;
}

.help-callback {
    padding: 40px 30px 30px;
    /* background: url(../images/help-callback-bg.jpg) no-repeat right bottom #fff; */
    background: #fff; 
    min-height: 727px;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.help-callback .z2 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    margin: 0 0 20px;
}

.help-phone {
    margin: 20px 0;
}

.help-email {
    margin: 20px 0 30px;
}

.help-email a {
    text-decoration: none;
    color: #333;
}

.tooltip {
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, .6);
    font-size: 14px;
    color: #fff;
    padding: 16px 20px;
    max-width: 564px;
}

.tooltip:after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: rgba(0, 0, 0, .6) transparent transparent transparent;
    position: absolute;
    bottom: -7px;
    left: 76px;
    content: "";
}

.tooltip.right-view:after {
    transform: rotateY(180deg);
    left: auto;
    right: 0;
}

.tooltip.left-view:after {
    left: 24px;
}

.icon-more {
    line-height: 30px;
}

.back-link a i,
.icon-more i.fa {
    border: 1px solid #bcd5e5;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    transition: .2s;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.back-link {
    margin: 20px 0 0;
}

.back-link a {
    font-size: 14px;
    line-height: 30px;
    color: #0069aa;
    color: #f15922;
}

.back-link a i {
    margin-right: 14px;
    margin-left: 0;
}

.purchase-table {}

.purchase-table th,
.purchase-table td {
    padding: 20px 30px !important;
    text-align: center;
}

.purchase-table th {
    font-weight: bold;
    color: #008de4;
    border-color: #008de4 !important;
}

jdiv {
    display: none !important;
}

div#jivo-iframe-container.jivo-collapsed {
    opacity: 0 !important;
}

div#jivo-iframe-container.jivo-collapsed #jivo_container {
    display: none !important;
}

.date-inputs--label {
    padding: 10px 0 0;
}

.date-inputs {
    display: table;
}

.date-inputs .form-control--middle {
    padding: 0 15px;
    display: table-cell;
}

.date-inputs .form-control--date {
    position: relative;
    display: table-cell;
}

.date-inputs .form-control--date input {
    cursor: pointer;
}

.date-inputs .form-control--date i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    z-index: 2;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
}

.service-section {
    background: #fff;
    padding: 27px 48px 30px;
    margin-bottom: 20px;
}

.service-section-20 {
    height: 379px;
}

.service-section-16 {
    height: 461px;
}

.service-section-17 {
    height: 860px;
}

.service-section-15 {
    height: 307px;
}

.service-section-18 {
    height: 315px;
}

.service-section-19 {
    height: 198px;
}

.service-section--img {
    margin: 0 0 23px;
}

.service-section .z5 {
    font-size: 20px;
    margin: 0 0 40px;
}

.service-section .z5 a {
    text-decoration: none;
    color: #333333;
}

.service-section ul.service-section--items {
    margin: 0 !important;
    padding: 0 !important;
}

.service-section ul.service-section--items li:before {
    background: #b9c5cd;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
}

.service-section ul.service-section--items li {
    margin: 0 !important;
}

.service-section ul.service-section--items li a {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

.information-inheader {
    margin-bottom: 20px;
}

.mail-inheader {
    font-size: 45px;
    position: relative;
    top: -5px;
}

.information-inheader .z6 {
    margin: 10px 0 0;
}

.promo-list {}

.promo-list--item {
    background: #fff;
    overflow: hidden;
    margin: 0 0 20px;
}

.promo-item--img {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
    overflow: hidden;
}

.promo-item--img:before {
    height: 100%;
    width: 300%;
    position: absolute;
    top: 0;
    right: -300%;
    display: block;
    z-index: 1;
    transform: rotate(35deg);
    background: rgba(255, 255, 255, .3);
    content: "";
    transition: .6s ease-in-out;
}

.promo-list--item:hover .promo-item--img:before {
    right: 100%;
}

.promo-item {}

.promo-item span,
.promo-item a {
    display: block;
    text-decoration: none;
}

.promo-item a {
    padding: 20px;
    color: #333;
}

.promo-item--name {
    font-size: 20px;
    line-height: 26px;
    color: #454747;
    text-decoration: none;
    font-weight: 800;
    text-decoration: none;
    display: block;
    transition: .3s;
    margin: 0 0 20px;
}

.news-item--share.visible-share.share-center {
    padding: 30px 0 0;
    text-align: center;
}

.news-item--share.visible-share.share-center .ya-share2__list li.ya-share2__item+li {
    margin-left: 40px!important;
}

.page ol.register-list-type {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}


/* vakancii */

.cursor-pointer {
    cursor: pointer;
}

.bg-message {
    margin: 0 0 5px;
    padding: 15px 16px;
    border-radius: 5px;
    position: relative;
}

.bg-warning {
    background-color: #0069aa !important;
    color: #fff;
}

a.bg-warning:hover {
    background-color: #008de4;
}

.file-list--small {
    margin-bottom: 5px;
}

.file-list--small div {
    margin: 10px 0 10px 0;
}

.file-list--small a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-decoration: none;
    background: #f6f9f9
}

.file-list--small a+a {
    margin-top: 10px;
}

.file-list--small a span {
    width: 50px;
    background: #f6f9f9;
    background: #ecf0f4;
    border-radius: 5px;
    padding: 8px 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 14px;
}

.file-list--small a:hover span {
    background: #ecf0f4;
    background: #f4f4f4;
}

.file-list--small a:hover {
    background: #ecf0f4;
    background: #f4f4f4;
}


/* #a3acb5; */

.file-list--small a i {
    display: block;
    width: 100%;
    min-height: 34px;
    background-position: center;
    background-repeat: no-repeat;
}

.file-list--small a b {
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
}

.file-list--small .icon-file--career-2 {
    background-image: url(../icons/icon-file--career-small-2.png);
}

.display-none {
    display: none;
}

.mb-20 {
    margin: 20px 0 0 0;
}

.bl-ulli {
    font-size: 13px;
}

.bl-ulli ul li {
    padding: 5px 0 5px 20px;
    margin: 0;
}

.b-row {
    padding-top: 60px;
}

@media (max-width: 680px) {
    .b-row {
        display: block !important;
    }
    .b-row .col {
        display: block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .header-bottom--second {
        margin: 0 0 0 36%;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .header-bottom--second {
        margin: 0 0 0 19%;
    }
}

@media (min-width: 600px) and (max-width: 1099px) {
    .header-bottom--second {
        margin: 0 0 0 14%;
    }
}


@media (min-width: 1100px) and (max-width: 1200px) {
    .header-bottom--second-service {
        margin: 0 0 0 35%;
    }
}

@media (min-width: 800px) and (max-width: 1099px) {
    .header-bottom--second-service {
        margin: 0 0 0 33%;
    }
}


.hei-35 {
    height: 35px;
}

.p-mar-blok {
    margin-left: 19px;
}

@media (min-width: 690px) and (max-width: 1100px) {
    .hei-35 {
        height: 55px;
    }
}

@media (min-width: 280px) and (max-width: 690px) {
    .hei-35 {
        height: 0;
    }
}

@media (min-width: 280px) and (max-width: 780px) {
    .p-mar-blok {
        margin-left: 0px;
    }
}

.pp-br {
    height: 106px;
}

.pp-br-bot {
    height: 10px;
}

.text-justify {
    text-align: justify;
}

.service-about--text p {
    text-align: justify;
}

.service-rules--list li {
    text-align: justify;
    text-align: left;
}

.service-rules--tab p {
    text-align: justify;
}

.email-foot {
    margin-bottom: 14px;
    color: #fff;
}

.email-foot a {
    color: #fff;
    font-size: 14px;
}


.phone-foot {
    margin-bottom: 14px;
    color: #fff;
    margin-left:20px;
}

.phone-foot a {
    color: #fff;
    font-size: 14px;
}

.hei-geo {
    /* height: 200px; */
}

@media (min-width: 280px) and (max-width:780px) {
    .hei-geo {
        height: 0px;
    }
}

@media (min-width: 280px) and (max-width:780px) {
    .part-mob {
        /* display: none; */
        border: 1px solid red;
    }
    .loading-bg {
        display: none;
    }
}

.menu-foot-nav {
    color: #fff;
    font-style: 14px;
}

.menu-foot-nav li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 5px 0;
    display: block;
}


.menu-foot-nav-v2 {
    color: #fff;
    font-size: 14px;
    padding:5px 0 0 0 !important;
}

.menu-foot-nav-v2 li a {
    color: #fff;
    font-style: 14px;
    text-decoration: none;
    margin: 0px 0;
    /* display: block; */
}

.foot-nav-menu-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    /* text-align: center; */
    display: block;
    margin-bottom: 20px;
}

.menu-foot-nav-v {
    color: #fff;
    font-style: 14px !important;
}

.menu-foot-nav-v li a {
    color: #fff;
    font-size: 14px !important;
    text-decoration: none;
    margin: 5px 0;
    display: block;
}

.link-lia {
    font-size: 14px !important;
}

@media (min-width: 280px) and (max-width:780px) {
    footer.footer {
        background: #363636;
        background: #657480;
        color: #fff;
        padding-top: 20px;
    }
}

@media (min-width: 280px) and (max-width:900px) {
    .head-top-phone {
        color: #333 !important;
        border: 1px solid #fff !important;
        text-overflow: "" !important;
        /* padding: 10px 0;
        margin: 10px 0; */
        /* margin: 7px 0 5px 0; */
    }
    .head-top-phone:hover {
        border: 1px solid #fff !important;
        text-overflow: "" !important;
    }
}

@media (min-width: 280px) and (max-width:900px) {
    .search-btn {
        background: #c8c8c8;
    }
    .search-btn span:after {
        background: #c8c8c8;
    }
}

.home-icon-menu-hei {
    height: 380px;
}

@media (min-width: 280px) and (max-width:700px) {
    .home-icon-menu-hei {
        height: auto;
    }
}

.menu-top-ee-service {
    /* border: 1px solid #eee;
    border-top: 1px solid #fff; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.menu-top-ee-service .blok {}

.menu-top-ee-service .blok .back {
    /* background: #f4f4f4; */
}

.menu-top-ee-service .blok .active {
    background: #dcdcdc;
}

.menu-top-ee-service .blok .element {
    padding: 16px;
    width: 100%;
}

/* .menu-top-ee-service .blok .element:last-child img {
    width: 40px;
} */


.header-bottom--second-service #Id-2 img {
    width: 30px;
    /* border:1px solid red; */
    margin-left:10px;
}

.menu-top-ee-service .blok .element a {
    text-decoration: none;
}

.menu-top-ee-service .blok .element img {
    display: block;
    width: 50px;
    margin: 0;
    padding: 5px;
    border: 0px solid #eee;
}

.menu-top-ee-service .blok .element .align-items {
    align-items: center;
}

.menu-top-ee-service .blok .element .name-title {
    font-size: 14px;
    color: #333;
}

.menu-top-ee-service .blok .element:hover .name-title {
    font-size: 14px;
    color: #347a57;
    color: #006666;
}

.menu-top-ee-service .blok .element:hover img {
    /* border: 1px solid #f15922; */
}

.menu-top-ee-service .blok .element:hover {
    background: #f4f4f4;
}

.menu-top-ee-service .blok .element.active .name-title {
    font-size: 14px;
    /* color: #f15922; */
    color: #347a57;
    color: #006666;
}

.menu-top-ee-service .blok .element.active img {
    /* border: 0px solid #f15922; */
    border: 0px solid #347a57;
}


/* ============================= */

.contact-item {
    background: #fff;
    /* padding: 38px 30px; */
    padding: 20px;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    margin-bottom: 20px;
}

.contact-item-bold {
    font-weight: bold;
}

.contact-item-name {
    font-size: 22px;
    margin: 0 0 10px 0;
}

.contact-item-text {
    margin: 0;
}

.contact-item-text p {
    padding: 1px 0;
    margin: 0;
}

.contact-item-text p span {
    /* text-decoration: underline; */
    margin: 0 10px 0 0
}

.contact-item .child {
    margin: 20px 20px 20px 40px;
}

.contact-item .child .element {
    margin-bottom: 20px;
}

.contact-item .child .element::before {
    content: '\f111';
    position: absolute;
    z-index: 10;
    width: 6px;
    height: 6px;
    margin: 0px 0 0 -20px;
    text-align: center;
    display: block;
    font-size: 10px;
    color: #333;
    font-family: FontAwesome;
}

.contact-item .child .element .contact-item-name {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #0069aa;
    color: #333;
    font-weight: normal;
    font-weight: bold;
}

.contact-item .child .element .contact-item-text {
    margin: 0;
}

.contact-item .child .element .contact-item-text p {
    padding: 1px 0;
    margin: 0;
}

.contact-item .child .element .contact-item-text p span {
    /* text-decoration: underline; */
    margin: 0 10px 0 0
}

.contacts-list-hg {
    font-size: 20px;
    font-weight: 900;
    font-style: normal;
    /* color: #f15922; */
    color: #347a57;
    color: #006666;
    margin: 40px 0 20px 0;
}

.contacts-data-icon-adres {}

.contacts-data-icon-adres span {
    padding-left: 12px;
}

.contacts-data-icon-adres::before {
    content: '\f041';
    font-family: FontAwesome;
}

.contacts-data-icon-phone {}

.contacts-data-icon-phone span {
    padding-left: 7px;
}

.contacts-data-icon-phone::before {
    content: '\f095';
    font-family: FontAwesome;
}

.contacts-data-icon-email {}

.contacts-data-icon-email span {
    padding-left: 5px;
}

.contacts-data-icon-email::before {
    content: '\f003';
    font-family: FontAwesome;
}



.hh-pp {
    display: block;
    height: 122px;
    width: 100%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
    .hh-pp {
        display: block;
        height: 144px;
        width: 100%;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .hh-pp {
        display: block;
        height: 194px;
        width: 100%;
    }
}

@media (min-width: 700px) and (max-width: 800px) {
    .hh-pp {
        display: block;
        height: 194px;
        width: 100%;
    }
}

@media (min-width: 560px) and (max-width: 700px) {
    .hh-pp {
        display: block;
        height: 184px;
        width: 100%;
    }
}

@media (min-width: 200px) and (max-width: 560px) {
    .hh-pp {
        display: none;
    }
}


.btn-347a57 {
    /* color: #347a57; */
    background: #347a57;
    background: #006666;
}


.link-data-blok {
    padding:5px 0 0px 0;
}

.link-data-blok li {
    padding:10px 0 !important;
    display: block;
    height: auto;
    color:#333
}

.link-data-blok ul a {
    color:#333
}


.link-data-blok li a {
    color:#333
}


.tps-table3 .title {
    font-size:18px; 
    font-weight:normal;
    padding:10px 0;
    margin:0;
    text-align: left;
}


.tps-table3 table {
    padding: 0;
    margin: 0;
    width: 100%;
    /*border:1px solid #213a52;*/
    border: 0px solid #d5d5d5;
    border-collapse: collapse !important;
    font-style: normal;
    table-layout: auto;
}

.tps-table3 table tr.first {
    background: #7a7a7a;
}

.tps-table3 table tr.first td {
    color: #fff;
    font-size: 16px;
    border: 0px solid #f3f3f3;
    text-align: left;
    padding: 2px 2px 2px 10px;
    vertical-align: middle;
}

.tps-table3 table tr.first td:first-child {
    color: #fff;
    font-size: 16px;
    border: 0px solid #f3f3f3;
    text-align: left;
    padding: 2px 10px;
    vertical-align: top !important;
}

.tps-table3 table tr.first td:last-child {
    color: #fff;
    font-size: 16px;
    border: 0px solid #f3f3f3;
    text-align: left;
    padding: 2px 10px;
    vertical-align: top !important;
    font-weight: bold;
}

.tps-table3 table tr {
    background: #f1f1f1;
    border-bottom: 1px solid #fff;
}

.tps-table3 table tr td.left {
    text-align: left !important; 
}

.tps-table3 table tr td {
    color: #333;
    font-size: 16px;
    border: 0px solid #f3f3f3;
    text-align: center;
    padding: 10px 10px;
    vertical-align: middle !important;
    border-right: 1px solid #fff;
}

.tps-table3 table tr td:first-child {
    color: #333;
    font-size: 16px;
    border: 0px solid #f3f3f3;
    padding: 10px;
    text-align: left;
    vertical-align: top !important;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.tps-table3 .back1 {
    background: #f1f1f1;
}

.tps-table3 .back2 {
    background: #f8f8f8;
}



@media (min-width: 1000px) and (max-width: 1200px) {

    .logo-garant-plus-margin {
        margin-right:0;
    }

    .header-bottom .container .row {
        display: block;
        background: #fff;
    }

    .header-bottom .container .row .logo-garant-plus {
        width: 100%;
        display: block;
        margin:10px auto;
    }

    .header-bottom .container .row .logo-garant-plus a {
        display: block;
        margin: 0 auto;
        /* padding: 10px auto; */
    }

    .header-bottom .container .row .logo-garant-plus a img {
        display: block;
        margin: 0 auto;
        width: 40%;
    }
}

@media (min-width: 576px) and (max-width: 1000px) {
    .logo-garant-plus-margin {
        margin-right:0;
    }

    .header-bottom .container .row {
        display: block;
        background: #fff;
    }

    .header-bottom .container .row .logo-garant-plus {
        width: 100%;
        display: block;
        margin:10px auto;
    }

    .header-bottom .container .row .logo-garant-plus a {
        display: block;
        margin: 0 auto;
        /* padding: 10px auto; */
    }

    .header-bottom .container .row .logo-garant-plus a img {
        display: block;
        margin: 0 auto;
        width: 250px;
    }
}


@media (min-width: 200px) and (max-width: 575px) {

    .logo-garant-plus-margin {
        margin-right:0;
    }

    .header-bottom {
        position: absolute;
        z-index: 5;
        margin:-2px 0 0 60px;
        top:0;
        left: 0;
        background: transparent !important;
        padding: 0;
        height:100px;
        width: 74%;
    }

    .h1h1-mobilei {
        height:50px !important
    }

    .header-bottom--mobile {
        position: relative;
        height: 103px;
        background: #fff;
    }
    .header-bottom--mobile_btns {
        display: table;
        width: 100%;
        position: absolute;
        z-index: 10;
        left: 0;
        top: 0;
       margin:20px 0 0 0
    }


    .header-bottom .container .row {
        display: block;
        background: transparent !important;
    }

    .header-bottom .container .row .logo-garant-plus {
        width: 100%;
        display: block;
        margin:10px auto;
    }

    .header-bottom .container .row .logo-garant-plus a {
        display: block;
        margin: 20px auto;
    }

    .header-bottom .container .row .logo-garant-plus a img {
        display: block;
        margin: 0 auto;
        width: 250px;
    }
}

.span-breack {
    display: block;
}


#foot-menu-padd {
    height:30px;
    display: block;
}

@media (min-width: 280px) and (max-width: 900px) {
    #foot-menu {
        display: block;
    }

    #foot-menu .col {
        display: block;
        margin-bottom:10px;
    }
    
    #foot-menu .col-lg-6 {
        display: block;
    }
    
    #foot-menu .col-xl-6 {
        display: block;
    }

    #foot-menu-padd {
        height:10px;
        display: block;
    }


}


@media (min-width: 900px) and (max-width: 1200px) {
    #foot-menu-padd {
        height:30px;
        display: block;
    }

}


#foot-menu .footmobileel2 {
    /* border:1px solid #fff; */
}

#foot-menu .footmobileel3 {
    /* border:1px solid #fff; */
}


.m-row {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0;
}

.m-row-align-items-center {
    align-items: center !important;
    align-content: center !important;
}

.m-row-wrap {
    flex-wrap: wrap !important;
}

.m-row .elemrow {
    margin:0 !important;
    padding: 0 !important;
    width: 50% !important;
    display: block !important;
}


@media (min-width: 890px) and (max-width: 1200px) {
    #foot-menu .footmobileel2 {
        text-align: center; 
        margin-top:0px; 
    }
}

@media (min-width: 500px) and (max-width: 890px) {
    #foot-menu .footmobileel2 {
        text-align: center; 
        margin-top:30px; 
    }
}

@media (min-width: 280px) and (max-width: 500px) {
    #foot-menu .footmobileel2 {
        text-align: center; 
        margin-top:30px; 
    }
}



@media (min-width: 280px) and (max-width: 1200px) {
    .m-row {
        display: block !important;
        text-align: center;
    }
    .m-row .elemrow {
        margin:0 !important;
        padding: 0 !important;
        width: 100% !important;
        display: block !important;
    }
    .foot-nav-menu-title {
        text-align: center; 
    }

    /* #foot-menu .footmobileel2 {
        text-align: center; 
        margin-top:30px; 
    } */

    #foot-menu .footmobileel3 {
        text-align: center; 
    }
}

.foot-copyright-back {
    background: #657480;
}

.foot-copyright {
    /* padding:20px 0 20px 0; */
    color:#fff;
    font-size:13px;
}

.ifoot-copyright {
    padding:20px 0 20px 0;
}

.imari-10 {
    margin-left:30px !important
}

.imari-left {
  margin-left:10px !important  
}

@media (min-width: 280px) and (max-width: 900px) {
    .foot-copyright {
        /* padding:20px 0 20px 0; */
        color:#fff;
        font-size:13px;
        text-align: center;
    }

    
    .imari-10 {
        margin-left:0px !important
    }

    .imari-left {
       margin-left:0px !important  
    }
}


.el-figure-row {
    align-items: stretch !important;
    align-content: stretch !important;
}

.el-figure {
    display:block;
    margin-top:20px;
    background:#fff;
    margin:0 2% 0 0;
    width:32%
}

.el-figure:last-child {
    margin:0 0 0 0;
}

.el-figure figure {
    display:block;
}

.el-figure figure a {
    display:block;
    text-decoration:none;
    /* border:1px solid #657480; */
    padding:49px 0 28px 0;
}

.el-figure figure a img {
    display:block;
    margin:0 auto;
    width:auto;
}

.el-figure figure a  .curr-image {

    background-position:50px 50%;
    /* height:120px; */
    background-repeat:no-repeat;
    display:block;
    min-height:70px;
    height:100%
}

.el-figure figure a figcaption {
    display:block;
    padding:20px 20px 20px 50px;
    font-size: 20px;
    /* text-align: center; */
    color: #333333;
    font-weight: 900;
}

hgroup {
    display:block;
    padding:0;
    margin:0;
}

hgroup h2 {
    font-size:24px; 
    font-weight:normal;
    padding:5px 0;
    margin:0;
}


.service-banner-fix {
    /* height: 399px; */
    /* height: 528px; */
    height: 399px;
    /* position: relative; */
    /* overflow: hidden; */
}

.service-banner-fix--img {
    background-position: top center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 399px; */
    /* height: 528px; */
    height: 399px;
}

.index-fix {
    position: relative;
    padding: 0;
}

.index-nofix .index-fix--img {
    background-attachment: scroll;
}

.index-fix--img {
    /* height: 528px; */
    height: 399px;
    /* position: relative; */
    /* background-attachment: fixed; */
    background-position: center top;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 1;
}

.index-fix>img {
    margin: auto;
}

.index-fix--content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.index-fix--content .section-title {
    color: #fff;
    font-size: 48px;
    /* margin-bottom:60px */
}


.index-fix--content .section-title-color {
    color: #333;
}

.index-fix--content .section-title h1 {
    /* margin-top:-10px; */
}

.index-fix--text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 32px;
    border-left: 2px solid #33a4bc;
    border-left: 2px solid #f15922;
    border-left: 2px solid #fff;
    /* margin-bottom: 70px; */
    margin-bottom: 20px;
}


.loading-fix-bg {
    background: url(../images/icon-load-32.gif) no-repeat center;
}


.index-fix--text-color {
    border-left: 2px solid #333;
    color:#333;
}


.mrow {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: 0;
}

.mrow-align-items-center {
    align-items: center !important;
    align-content: center !important;
}

.mrow-wrap {
    flex-wrap: wrap !important;
}


@media (min-width: 900px) and (max-width: 1200px) {
    .el-figure {
        display:block;
        margin-top:20px;
        background:#fff;
        margin:0 2% 0 0;
    }
}

@media (min-width: 280px) and (max-width: 900px) {

    .mrow {
        display:block;
    }
    .el-figure {
        display:block;
        background:#fff;
        margin:20px 2%;
        width:96%;
    }

    .el-figure:last-child {
        margin:20px 2%;
    }

    .el-figure figure a {
        display:block;
        text-decoration:none;
        padding:49px 0 28px 0;
    }

    .el-figure figure a img {
        display:block;
        margin:0 auto;
        width:auto;
    }

    .el-figure figure a  .curr-image {

        background-position:50% 50%;
        /* height:120px; */
        background-repeat:no-repeat;
        display:block;
        min-height:70px;
        height:100%
    }

    .el-figure figure a figcaption {
        display:block;
        padding:20px;
        font-size: 20px;
        text-align: center;
        color: #333333;
        font-weight: 900;
    }

    .index-fix--content .section-title {
        color: #fff;
        font-size:32px;
        line-height: 30px;
        text-align: center;
        /* margin-bottom:60px */
    }

    .index-fix--text {
        font-size: 20px;
        line-height: 30px;
        padding-left: 0px;
        border-left: 0px solid #33a4bc;
        border-left: 0px solid #f15922;
        border-left: 0px solid #fff;
        /* margin-bottom: 70px; */
        margin-bottom: 20px;
        text-align: center;
    }

    .content { 
        padding:0;
    }

}



.file-list--small .icon-file--section {
    background-image: url('/local/media/icons/caties-30.png'); 
}

.file-list--small .icon-file--pdf {
    background-image: url('/local/media/icons/icon-file--pdf-small.png');
}

.file-list--small .icon-file--doc {
    background-image: url('/local/media/icons/icon-file--doc-small.png');
}

.file-list--small .icon-file--exl {
    background-image: url('/local/media/icons/icon-file--exl-small.png');
}

.file-list--small .icon-file--img {
    background-image: url('/local/media/icons/icon-file--img-small.png');
}

.breadcrumb {
    display: block;
    margin: 0 0 10px 0;
}

.h1-ri-margin {
    margin-top: 0px !important;
    margin-bottom: 24px !important;
}

.h1-ri {
    font-size: 26px !important;
}

.text-left {
    text-align: left;
}


.not-data {
    padding:20px 0;
}

.not-data-empty {
    padding:40px 0;
}


@media (min-width: 280px) and (max-width: 900px) {
    .h1-ri-margin {
        margin-top: 34px !important;
        margin-bottom: 24px !important;
    }
}

.display-none {
    display: none;
}


.itest {
    
}


.color-white {
    color:#fff;
}


.doh1 {

}

@media (min-width: 600px) and (max-width: 900px) {

    .doh1 {
        margin:20px 0 0 0;
    }
}

@media (min-width: 200px) and (max-width: 599px) {

    .doh1 {
        margin:50px 0 0 0;
        /* border:1px solid red; */
    }
}


.menu-window-home-buss {
}

.menu-btn {
    border: 1px solid #004874;
    border: 1px solid #006666;
    font: 300 16px/1.42857143 "Roboto";
    color: #fff;
    border-radius: 0px;
    padding: 15px 12px 11px 12px;
    margin: 0;
    user-select: none;
    text-decoration: none;
    transition: all ease .2s;
    display: block;
    text-align: center; 
    cursor:pointer
}

.menu-btn-back-default {
    background: #fff;
    color: #004874;
    color: #006666;
}

.menu-btn-back-active {
    background: #004874;
    background:#006666;
    color: #fff;
}

.menu-wh {
    flex-grow: 0;
    margin: 0 10px 0 0;
    width: 260px;
}

.menu-wb {
    flex-grow: 0;
    width: 260px;
}


.menu-form--title {
    font-size: 26px;
    font-weight: 900;
    color: #454746;
    margin: 10px 0 5px 0;
    text-align: center;
}

.menu-form--text {
    font-size: 18px;
    color: #888888;
    margin: 0;
}

.menu-form-control {
    height: 40px !important; 
    padding: 10px 20px !important;
}

.menu-form-control--select {

}


.menu-form-control--select .chosen-container-single .chosen-single {
    height: 40px !important; 
    padding: 10px 20px !important;
}


.menu-form-control--select .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    font: 12px/44px "FontAwesome" !important;
    color: #333;
    text-align: center;
}

.menu-form-cont-text {

    padding:20px 0 10px 0;
    
}

.menu-diplay-none {
    display:none
}

.menu-form-button {
    padding:10px 0;
    margin:20px 0 0 0;
}


.lk-btn-go {
    border: 1px solid #004874;
    border: 1px solid #006666;
    font: 300 16px/1.42857143 "Roboto";
    color: #fff;
    background: #004874;
    background: #006666;
    border-radius: 5px;
    padding: 15px 12px 11px 12px;
    margin: 0 auto;
    user-select: none;
    text-decoration: none;
    transition: all ease .2s;
    display: block;
    text-align: center; 
    cursor:pointer;
    width: 240px;
}


.marr-field {
    margin-bottom: 29px;
}

.is-error-auth {
    border: 1px solid red !important;
}

.is-error-mess-auth {
    color: red !important;
}



.posle-btn-soglasie {
    font-size:14px;
    /* float:right; */
    margin:40px 0px 0px 0px;
}

.posle-btn-soglasie.lang {
    margin:40px 0px 0px 0px;
}

.posle-btn-soglasie p {
    padding:0;
    margin:0;
    font-size:14px;
}

.posle-btn-soglasie p a {
    font-style: 14px;
}

.posle-btn-soglasie p span {
    color:#444;
    text-decoration: underline;
}

.posle-btn-soglasie .bg-info {
    background: #fff;
    border: 1px solid #d9e2e9;
}


.btn+.btn {
    margin-left: 0px !important;
    margin-top: 0;
}

.i-h2 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #006666;
    font-size: 22px;
}

.i-color-font-weight {
    color: #006666;
    font-weight: bold;
}

.i-h2-2 {
    margin: 20px 0 20px 0;
    padding: 0;
    color: #006666;
    font-size: 22px;
}

.i-olli {
    padding-right: 20px;
    color: #006666;
    font-weight: bold;
}

.i-ul-padd {
    padding: 0 0 0 50px !important;
}

#soflashcook {
    cursor:pointer
}