/* Start:/bitrix/templates/.default/components/bitrix/news/.default/bitrix/news.list/.default/style.css?1733309948150*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1733309950666*/
div.bx-yandex-map {
    color: black;
    font-size: 11px;
}

div.bx-yandex-map div.YMaps-b-balloon-content {
    color: black;
    font-size: 11px;
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
    padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea {
    font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
    background-image: none !important;
}

/* End */


/* Start:/bitrix/templates/ifrog/styles.css?17333099482346*/
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    width: 100%;
    background: #fff;
    color: #333;
    font: 14px/1.231 arial, helvetica, sans-serif;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

h1 {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-container {
    border-bottom: 1px solid #a0b0e9;
    background: url(../assets/top.png) 0 100% repeat-x;
}

#header {
    position: relative;
    margin: auto;
    width: 890px;
    height: 59px;
}

.product-logo {
    position: absolute;
    top: 6px;
    left: 41px;
}

.company-logo {
    position: absolute;
    top: 9px;
    right: 0;
}

.top-info {
    padding: 11px 110px 0 148px;
}

#content-container {
    background: #529ee6 url(../assets/content.png) repeat-x;
}

#content {
    min-height: 200px;
    background: url(../assets/pattern.png) repeat;
}

#main-container {
    position: relative;
    margin: 0 auto -38px;
    top: -22px;
    width: 890px;
}

#main {
    position: relative;
    margin: 0 -45px 0 -5px;
    width: 940px;
    height: 778px;
    text-align: left;
    background: url(../assets/main.png) no-repeat;
}

h1, .item, h1 span, .item span {
}

li.item a {
    display: block;
    height: 100%;
}

h1 span, .item span {
    top: -9999px;
    left: -9999px;
}

h1 {
    top: 85px;
}

.description1 {
    top: 119px;
    left: 46px;
    height: 38px;
    width: 410px;
}

.description2 {
    top: 250px;
    left: 46px;
    height: 126px;
    width: 250px;
}

.poa {
    top: 66px;
    left: 502px;
    height: 230px;
    width: 150px;
}

.ppp {
    top: 226px;
    left: 322px;
    height: 200px;
    width: 150px;
}

.pcbm {
    top: 442px;
    left: 120px;
    height: 200px;
    width: 220px;
}

.pwpb {
    top: 526px;
    left: 396px;
    height: 200px;
    width: 170px;
}

.paci {
    top: 486px;
    left: 626px;
    height: 200px;
    width: 244px;
}

.feedback {
    top: 681px;
    left: 94px;
    width: 255px;
    color: #fff;
}

.feedback a, .feedback a:visited {
    color: #d2e8ff;
}

.feedback a:hover, .feedback a:active {
    outline: 0;
    color: #fff;
}

#footer-container {
    border-top: 1px solid #a0b0e9;
    background: url(../assets/bottom.png) repeat-x;
}

#footer {
    margin: auto;
    padding: 40px 40px 20px;
    width: 810px;
    text-align: left;
}

/* End */


/* Start:/bitrix/templates/ifrog/template_styles.css?173330994831261*/
/*******************************************************************************
  RESET
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

sup {
    position: relative;
    top: -4px;
    font-size: 0.6em;
}

/*******************************************************************************
  TEMPLATES
*******************************************************************************/
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* END OF CLEARFIX */

/*******************************************************************************
  MAIN
*******************************************************************************/

html, body {
/ / min-width: 999 px;
    height: 100%;
}

html {
    overflow-y: scroll;
}

body {
    position: relative;
    font: normal 100% 'Ubuntu', 'Trebuchet MS', Arial, Tahoma, sans-serif;
    font-weight: 400;
}

/*******************************************************************************
  STRUCTURE:BASE
*******************************************************************************/

.wrapper {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background: #233937 url(../assets/background01.jpg);
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1000px) {
    .wrapper {
        background-attachment: scroll;
        background-size: auto;
    }
}


/*******************************************************************************
  LAYOUT
*******************************************************************************/

.wrapper {

}

@media (max-width: 1000px) {
    .wrapper {
    / / overflow: hidden;
    }

}

.topbar {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: #000;
    box-shadow: 0 0 50px -20px #000;
    /*overflow-x: hidden;*/
}

@media (max-width: 1000px) {
    .topbar {
        position: absolute;
    }
}

.topbar .block {
    width: auto;
}

.topbar__menu {
    width: 980px;
    height: 68px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .topbar__menu {
        width: 760px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .topbar .block {
        padding: 0 !important;
    }
}

@media (max-width: 780px) {
    .topbar__menu {
        width: 480px;
    }
}

@media (max-width: 510px) {
    .topbar__menu {
        width: 320px;
    }
}

.topbar__menu .menu__entry {
    float: left;
    margin: 17px 34px 0 0;
    height: 35px;
}

.topbar__menu .menu__entry:first-child {
    margin-right: 90px;
}

@media (max-width: 1000px) {
    .topbar__menu .menu__entry {
        margin-right: 16px;
    }

    .topbar__menu .menu__entry:last-child {
        margin-right: 0;
    }
}

@media (max-width: 780px) {
    .topbar__menu .menu__entry {
        display: none;
    }

    .topbar__menu .menu__entry:first-child {
        display: block !important;
        margin: auto;
        float: none;
        padding-top: 15px;
    }
}

.topbar__menu .menu__entry:first-child .entry__link {
    position: relative;
    top: 3px;
    width: 75px;
    height: 30px;
    background: url(../assets/ifrog_logo.png) 0 0 no-repeat;
}

.topbar__menu .menu__entry:first-child.menu__entry_current .entry__link {
    background-position: 0 -32px;
}

@media (max-width: 780px) {
    .topbar__menu .menu__entry:first-child.menu__entry_current .entry__link {
        display: block;
        margin: auto;
    }
}

.topbar__menu .menu__entry .entry__link {
    display: block;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #888888;
    text-decoration: none;
}

@media (max-width: 780px) {
    .topbar__menu .menu__entry:first-child .entry__link {
        position: static;
        display: block;
        margin: auto;
    }
}

.topbar__menu .menu__entry .entry__link:hover {
    color: #fff;
}

.topbar__menu .menu__entry_current .entry__link {
    color: #69a14a !important;
    cursor: default;
}

.topbar__submenu {
    position: relative;
    display: none;
    /*width: 980px;*/
    height: 50px;
    /*margin: 0 auto;*/
    background: #69a14a;
}

@media (max-width: 510px) {
    .topbar__submenu {
        height: 110px;
    }
}

.topbar__submenu .submenu__list {
    position: relative;
    /*display: none;*/
    width: 980px;
    height: 50px;
    margin: 0 auto;
    /*background: #363838;*/
}

@media (max-width: 1000px) {
    .topbar__submenu .submenu__list {
        width: 760px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .topbar__submenu .block {
        padding: 0;
    }
}

@media (max-width: 780px) {
    .topbar__submenu .submenu__list {
        width: 480px;
    }
}

@media (max-width: 510px) {
    .topbar__submenu .submenu__list {
        width: 320px;
    }
}

.topbar__submenu .submenu__entry {
    float: left;
    height: 22px;
    margin: 10px 15px 12px 0;
}

.topbar__submenu .submenu__entry .entry__link {
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

@media (max-width: 1000px) {
    .topbar__submenu .submenu__entry {
        margin-right: 0;
    }

    .topbar__submenu .submenu__entry .entry__link {
        font-size: 12px;
    }
}

@media (max-width: 510px) {
    .topbar__submenu .submenu__entry {
        display: block;
        float: none;
        margin: 0;
        padding: 10px 0 0;
        text-align: center;
    }

    .topbar__submenu .submenu__entry .entry__link {
        font-size: 12px;
    }
}

.topbar__submenu .submenu__entry .entry__link:hover {
    color: #fff;
    text-decoration: underline;
}

.topbar__submenu .submenu__entry_current .entry__link {
    color: #fff;
    text-decoration: none !important;
    box-shadow: 0 0 0 1px #a8cc95;
    cursor: default;
}

.body {

}

.slide-1 {

}

.slide-1 .block {
    height: 500px;
}

@media (max-width: 780px) {
    .slide-1 .block {
        height: 860px !important;
    }
}

.slide-1 .block table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-1 .block table td {
    width: 50%;
    padding: 68px 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 780px) {
    .slide-1 .block table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .slide-1 .block table td:first-child {
        padding-top: 160px;
    }
}

.slide-1 .block table td h1 {
    margin: 0 0 20px;
    font-size: 42px;
    font-weight: 300;
    /*line-height: 48px;*/
}

.slide-1 .block table td p {
    margin: 15px 0 0;
}

.slide-1 .block table td a {
    color: #69a14a;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .slide-1 .block table td a {
        color: #fff;
    }
}

@media (max-width: 1000px) {
    .slide-1 .block table td a:last-child {
        text-decoration: underline;
    }
}

.slide-1 .block table td a:hover {
    color: #fff;
}

.slide-1 .block table td .button {
    height: 60px !important;
    line-height: 63px !important;
    font-size: 17px;
    font-weight: 500;
}

.slide-1 .block .mac {
    position: relative;
}

.slide-1 .block .mac .freddy {
    position: absolute;
    top: -61px;
    left: 55px;
    display: block;
    width: 97px;
    height: 61px;
    background: url(../assets/freddy_small_blank.png) 0 0 no-repeat;
}

.slide-1 .block .mac .freddy .eye1 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 10px;
    margin: 22px 0 0 62px;
    background: url(../assets/freddy_eye1.png) 0 0 no-repeat;
}

.slide-1 .block .mac .freddy .eye2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: 26px 0 0 86px;
    background: url(../assets/freddy_eye2.png) 0 0 no-repeat;
}

.slide-2 {
    min-height: 1000px;
    box-shadow: 0 0 100px -20px #000;
    background: #1d1d1d url(../assets/blockbg.png);
}

.slide-3 {
    min-height: 1000px;
    background: #fff;
}

.slide-4 {
    background: #070707 url(../assets/footerbg.jpg);
}

.slide-4 .block {
    min-height: 455px;
    padding: 40px 0;
    color: #fff;
    background: url(../assets/freddy_big.jpg) right bottom no-repeat;
}

@media (max-width: 1000px) {
    .slide-4 .block {
        background-size: 150px auto;
    }
}

.slide-4 .block h2 {
    font-size: 28px;
    font-weight: 300;
}

@media (max-width: 1000px) {
    .slide-4 .col_left,
    .slide-4 .col_right {
        float: none;
        width: 100% !important;
    }

    .slide-4 .col_right {
        padding-top: 50px;
    }
}

.slide-seo {
    position: relative;
    background: #9bb559;
}

.slide-seo .seo__link {
    position: relative;
    display: block;
    margin: 0 auto;
    bottom: 100px;
    width: 650px;
    height: 65px;
    font-size: 36px;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #d64847;
    border-radius: 7px;
}

@media (max-width: 1000px) {
    .slide-seo .seo__link {
        bottom: -10px;
    }

}

@media (max-width: 780px) {
    .slide-seo .seo__link {
        width: 100%;
        box-sizing: border-box;
        bottom: 0;
        font-size: 26px;
    }

}

.slide-seo .seo__link:hover {
    background: #3bbec8;
}

.slide-komtet {
    background: #fff;
}

div.whatwedo {
    padding: 100px 0;
    font-size: 19px;
    color: #fff;
}

div.whatwedo h2 {
    margin: 0 0 25px;
    font-size: 42px;
    font-weight: 300;
}

@media (max-width: 1000px) {
    div.whatwedo {
        padding: 40px 0;
    }

    div.whatwedo h2 {
        font-size: 38px;
        text-align: center;
    }
}

.whatwedo__list {
    margin: 50px 0 0;
}

.whatwedo__list .list__entry {
    position: relative;
    float: left;
    width: 290px;
    margin: 30px 15px 40px;
    padding: 0 0 0 160px;
    cursor: default;
}

@media (max-width: 1000px) {
    .whatwedo__list .list__entry {
        width: 220px;
        padding-left: 110px;
    }
}

@media (max-width: 780px) {
    .whatwedo__list .list__entry {
        float: none !important;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 40px !important;
    }
}

@media (max-width: 510px) {
    .whatwedo__list .list__entry {
        padding-left: 0;
    }
}

.whatwedo__list .list__entry:nth-child(2n) {
    float: right;
}

.whatwedo__list .list__entry:nth-child(2n+1) {
    clear: both;
}

.whatwedo__list .list__entry .entry__title {
    font-size: 23px;
    font-weight: 500;
}

@media (max-width: 510px) {
    .whatwedo__list .list__entry .entry__title {
        display: table-cell;
        vertical-align: middle;
        height: 90px;
    }
}

.whatwedo__list .list__entry .entry__text {
    margin: 15px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}

@media (max-width: 1000px) {
    .whatwedo__list .list__entry .entry__text {
        font-size: 16px;
    }
}

@media (max-width: 510px) {
    .whatwedo__list .list__entry .entry__text {
        clear: both;
    }
}

.whatwedo__list .list__entry .entry__price {
    font-size: 23px;
    color: #6eaa4e;
}

.whatwedo__list .list__entry .entry__icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 120px;
    height: 120px;
    background: url(../assets/icons.png) -1px -1px no-repeat;
    border-radius: 61px;
    box-shadow: 0 0 0 9px rgba(255, 255, 255, 0.1);
}

@media (max-width: 1000px) {
    .whatwedo__list .list__entry .entry__icon {
        width: 80px;
        height: 80px;
        background-size: 80px 80px;
    }
}

@media (max-width: 780px) {
    .whatwedo__list .list__entry .entry__icon {
        margin-left: 10px;
    }
}

@media (max-width: 510px) {
    .whatwedo__list .list__entry .entry__icon {
        position: static;
        float: left;
        margin: 0 20px 20px 10px;
    }
}

.whatwedo__list .list__entry_sites .entry__icon {
    background-position: -1px -1px;
}

.whatwedo__list .list__entry_mobile .entry__icon {
    background-position: -123px -2px;
}

.whatwedo__list .list__entry_shops .entry__icon {
    background-position: -1px -123px;
}

.whatwedo__list .list__entry_advert .entry__icon {
    background-position: -123px -123px;
}

.whatwedo__list .list__entry_crm .entry__icon {
    background-position: -1px -246px;
}

.whatwedo__list .list__entry_audit .entry__icon {
    background-position: -123px -246px;
}

.whatwedo__list .list__entry .entry__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url(../assets/tr.gif);
}

.portfolio-container {
    position: relative;
    overflow: hidden
}

div.portfolio {
    position: absolute;
    display: none;
    width: 100%;
    padding: 100px 0 10px;
    font-size: 19px;
    color: #000;
}

@media (max-width: 1000px) {
    div.portfolio {
        padding: 40px 0;
    }
}

div.portfolio.portfolio_page {
    padding: 100px 0;
}

div.portfolio:first-child {
    position: relative;
    display: block;
}

div.portfolio h2 {
    margin: 0 0 25px;
    font-size: 42px;
    font-weight: 300;
}

.portfolio__list {

}

.portfolio__list .list__entry {
    position: relative;
    margin: 70px 0 170px;
    padding: 0 0 0 530px;
    min-height: 304px;
    color: #333;
}

@media (max-width: 1000px) {
    .portfolio__list .list__entry {
        padding: 0 !important;
        margin: 20px 0;
    }
}

.portfolio__list .list__entry:nth-child(2n) {
    padding: 0 530px 0 0;
}

body.portfolio .portfolio__list .list__entry:nth-child(2n) {
    padding: 0 0 0 530px;
}

.portfolio__list .list__entry:last-child {
    margin-bottom: 0;
}

.portfolio__list .list__entry .entry__thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 1px;
    background: #fff;
    box-shadow: 0 0 0 1px #d6d8d7;
}

@media (max-width: 1000px) {
    .portfolio__list .list__entry .entry__thumb {
        position: static;
        display: block;
        margin: 0 auto 20px;
        max-width: 100% !important;
    }
}

@media (max-width: 780px) {
    .portfolio__list .list__entry .entry__thumb {
        max-width: 100%;
        height: auto !important;
    }
}

.portfolio__list .list__entry:nth-child(2n) .entry__thumb {
    left: auto;
    right: 0;
}

body.portfolio .portfolio__list .list__entry:nth-child(2n) .entry__thumb {
    left: 0;
    right: auto;
}

.portfolio__list .list__entry .entry__title {
    font-size: 27px;
    font-weight: 300;
    cursor: default;
}

.portfolio__list .list__entry .entry__title a {
    color: #333;
    text-decoration: none;
}

.portfolio__list .list__entry .entry__title a:hover {
    text-decoration: underline !important;
}

.portfolio__list .list__entry .entry__text {
    margin: 20px 0;
    font-size: 17px;
    line-height: 25px;
}

.portfolio__list .list__entry .entry__info {
    width: 100%;
    margin: 20px 0 10px;
}

@media (max-width: 600px) {
    .portfolio__list .list__entry .entry__info tr {
        display: block;
    }

    .portfolio__list .list__entry .entry__info td {
        display: block;
        width: 100% !important;
    }
}

.portfolio__list .list__entry .entry__info td {
    width: 72%;
    padding: 0 0 15px;
    font-size: 14px;
    vertical-align: top;
}

.portfolio__list .list__entry .entry__info td:first-child {
    padding-right: 20px;
}

.portfolio__list .list__entry .entry__info td span {
    font-size: 12px;
    font-style: italic;
    color: #6eaa4e;
}

.portfolio__list .list__entry .entry__link {
    font-size: 15px;
    font-weight: 500;
    color: #6eaa4e;
    text-decoration: none;
}

.portfolio__list .list__entry .entry__link:hover {
    text-decoration: underline;
}

.showmore {
    /*display: inline-block;
    padding: 20px 50px;
    font-size: 18px;
    color: #fff;
    background: #69a14a;
    border-radius: 10px*/;
}

.seo {
    position: relative;
    padding: 40px 0 60px;
}

@media (max-width: 1000px) {
    .seo__pict {
        max-width: 100%;
    }
}

@media (max-width: 510px) {
    .seo {
        padding-bottom: 90px;
    }
}

.seo h2 {
    margin: 0 0 50px;
    color: #333333;
    font-size: 43px;
    font-weight: 300;
}

.seo .refresh {
    position: absolute;
    top: 62px;
    left: 455px;
    padding-left: 20px;
    color: #989898;
    font-size: 14px;
    font-weight: 300;
}

.seo .refresh:after {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../assets/refresh.png) 0 0 no-repeat;
}

.seo .project__block {
    position: relative;
    width: 490px;
    height: 300px;
    float: left;
}

.seo .project__block .project {
    position: relative;
    width: 490px;
    height: 300px;
}

.seo .project__block .galleryCarousel-wrapper {
    position: relative;
    width: 490px;
    height: 300px;
    overflow: hidden;
}

.seo .project__block .galleryCarousel-dots {
    z-index: 110;
    position: absolute;
    display: inline-block;
    padding: 0;
    left: 0px;
    bottom: 10px;
    height: 10px;
    cursor: pointer;
    font-size: 1px;
}

.seo .project__block .galleryCarousel-dot {
    z-index: 120;
    position: relative;
    top: 9px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 0 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #69a14a;
    border-radius: 6px;
    background: none;
}

.seo .project__block .galleryCarousel-dot.current {
    width: 10px;
    height: 10px;
    background: #69a14a !important;
    border: 1px solid #69a14a;
    cursor: default;
}

.seo .project__title {
    margin: 0 0 20px 0;
    color: #333333;
    font-size: 27px;
    font-weight: normal;
}

.seo .project__title .title__link {
    color: #333333;
    text-decoration: none;
}

.seo .top__list {
    position: relative;
    float: left;
    width: 490px;
}

.seo .top__list .list__entry {
    position: relative;
}

.seo .top__list .list__entry .entry__word {
    position: relative;
    float: left;
    margin: 0 0 15px 0;
    width: 300px;
    color: #5ba235;
    font-size: 17px;
    font-weight: 300;
}

.seo .top__list .list__entry .entry__word .word__link {
    color: #5ba235;
    text-decoration: none;
}

.seo .top__list .list__entry .entry__place {
    position: relative;
    float: left;
    color: #333333;
    font-size: 17px;
    font-weight: 300;
}

.seo .top__list .list__entry .entry__place .place__link {
    z-index: 1000;
    padding-right: 30px;
    text-decoration: none;
    color: #333333;
}

.seo .top__list .list__entry .entry__place.yandex .place__link:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 5px;
    width: 9px;
    height: 16px;
    background: url(../assets/icon-ya.png) 0 0 no-repeat;
}

.seo .top__list .list__entry .entry__place.google .place__link:after {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    right: 0px;
    width: 17px;
    height: 17px;
    background: url(../assets/icon-google.png) 0 0 no-repeat;
}

.seo .project__text {
    position: relative;
    margin: -6px 0 0 0;
    float: left;
    width: 490px;
    overflow: hidden;
}

.seo .project__text .text__title {
    margin: 0 0 20px;
    font-weight: normal;
    font-size: 27px;
    color: #333333;
}

.seo .project__text .seo__text {
    position: relative;
    margin: 0 0 22px 0 !important;
    color: #333333;
    line-height: 31px;
    font-weight: 300;
}

.seo .button_seo {
    position: relative;
}

.seo__form {
    position: absolute;
    padding: 0;
    right: -1000px;
}

.seo__form .form__wrapper {
    position: relative;
}

.seo__form .form__wrapper {
    margin: 20px 0;
    color: #333;
    font-weight: 300;
    font-size: 18px;
}

.seo__form .form__wrapper h3 {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    margin: 20px 0;
}

.seo__form .form__loading {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #F2F2F2 url(../assets/catalog_loading_64.gif) 50% 50% no-repeat;
    opacity: 0.4;
}

.seo__form .form__error {
    display: none;
    min-height: 32px;
    margin: 0 0 15px;
    padding: 0 0 0 45px;
    font-size: 14px;
    color: #6eaa4e;
    background: url(../assets/icon_alert.png) 0 2px no-repeat;
}

.seo__form .form__error p {
    color: #6eaa4e;
}

.seo__form .form__container {
    margin: 0;
    border: 0 none !important;
    background: none;
}

.seo__form .form__cell {
    padding: 0 !important;
    vertical-align: top;
    font-size: 13px;
    color: #333;
    line-height: 16px;
    border: 0;
    background: none;
}

.seo__form .form__cell p {
    margin: 6px 0 0 0 !important;
}

.seo__form .form__cell_left {
    width: 230px;
    padding-right: 30px !important;
}

.seo__form .field__title {
    margin: 0 0 5px 0;
    display: block;
    font-size: 16px;
    cursor: default;
}

.seo__form ins {
    color: #69A14A;
}

.seo__form .field__input {
    margin: 0 0 20px;
    padding: 4px 6px;
    font: 300 15px 'Ubuntu', 'Trebuchet MS', Arial, sans-serif;
    color: #333;
    border-radius: 5px;
    border: 0;
    background: #fff;
}

.seo__form .field__input_text {
    padding: 8px 5px !important;
    width: 220px;
}

.seo__form .field__input_textarea {
    margin: 0 !important;
    padding: 10px;
    width: 470px;
    height: 100px;
    resize: vertical;
}

.komtet {
    position: relative;
    padding: 40px 0 70px;
}

.komtet h2 {
    margin: 0 0 30px;
    font-size: 27px;
    font-weight: 300;
    color: #333333;
}

@media (max-width: 780px) {
    .komtet h2 {
        text-align: center;
    }
}

.komtet .komtet__logo {
    position: absolute;
}

@media (max-width: 780px) {
    .komtet .komtet__logo {
        position: static;
        display: block;
        margin: 0 auto 20px;
    }
}

.komtet .komtet__text {
    position: relative;
    padding-left: 285px;
}

@media (max-width: 780px) {
    .komtet .komtet__text {
        padding: 0;
    }
}

.komtet .komtet__text p {
    margin: 0 0 19px 0;
    color: #333333;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
}

.komtet .komtet__text p:last-child {
    margin-bottom: 0 !important;
}

.komtet .komtet__text a {
    color: #69a13a;
    text-decoration: none;
}

.komtet .komtet__text a:hover {
    text-decoration: underline;
}

.contacts {

}

.contacts__title {
    margin: 0 0 25px;
}

.contacts__entry {
    margin: 10px 0 35px;
}

.contacts__entry span {
    display: block;
    color: #69a14a;
}

.contacts__entry a {
    font-size: 14px;
    color: #6d6d6d;
    text-decoration: none;
    border-bottom: 1px dotted #6d6d6d;
}

.contacts__entry a:hover {
    border-bottom: 0;
}

.ymaps {
    position: relative;
    height: 0;
    overflow: hidden;
}

.ymaps__close {
    z-index: 99;
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    height: 25px;
    width: 25px;
    opacity: 0;
    background: url(../assets/icon-close.png) 0 0 no-repeat;
}

.ymaps__close:hover {
    opacity: 1 !important;
}

#ymaps {
    height: 100%;
    width: 100%;
    min-height: 100%;
}

.contacts__form {
    padding: 0;
}

.contacts__form .form__loading {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: #070707 url(../assets/catalog_loading_64.gif) 50% 50% no-repeat;
    opacity: 0.4;
}

.contacts__form .form__title {
    margin: 0 0 25px;
}

.contacts__form .form__error {
    display: none;
    min-height: 32px;
    margin: 0 0 15px;
    padding: 0 0 0 45px;
    font-size: 14px;
    color: #6eaa4e;
    background: url(../assets/icon_alert.png) 0 2px no-repeat;
}

.contacts__form .form__error p {
    color: #6eaa4e;
}

.contacts__form ins {
    color: #69a14a;
}

.contacts__form .form__wrapper {
    padding: 0 0 10px;
}

.contacts__form .form__wrapper h3 {
    margin: 0 !important;
    font-weight: 300;
}

.contacts__form .form__container {
    margin: 0;
    background: none !important;
    border: 0 !important;
}

@media (max-width: 1000px) {
    .contacts__form .form__container {
        width: 100%;
    }
}

.contacts__form .form__cell {
    padding: 0 !important;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    vertical-align: top;
    background: none !important;
    border: 0;
}

.contacts__form .form__cell_left {
    width: 240px;
    padding-right: 30px !important;
}

@media (max-width: 1000px) {
    .contacts__form .form__cell {
        box-sizing: border-box;
        width: 50% !important;
    }
}

@media (max-width: 510px) {
    .contacts__form .form__cell {
        display: block;
        padding: 0 !important;
        width: 100% !important;
    }
}

.contacts__form .field__title {
    display: block;
    margin: 0 0 7px;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.contacts__form .field__input {
    margin: 0 0 20px;
    padding: 4px 6px;
    font: 15px 'Ubuntu', 'Trebuchet MS', Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    background: #1d1d1d;
    border-radius: 5px;
    border: 0;
}

@media (max-width: 1000px) {
    .contacts__form .field__input {
        width: 100% !important;
        box-sizing: border-box;
    }
}

.contacts__form .field__input:focus {
    border-color: #aaa;
}

.contacts__form .field__input_text {
    width: 220px;
    padding: 8px 5px;
}

.contacts__form .field__input_textarea {
    width: 470px;
    height: 142px;
    margin: 0 0 15px;
    padding: 10px;
    resize: vertical;
}

.contacts__form .field__input_error {
    box-shadow: inset 0 0 0 1px #69a14b;
}


.footer {

}

.content {
    font-size: 14px;
    color: #787474;
}

.col {
    position: relative;
}

.col_left {
    float: left;
}

.col_right {
    float: right;
}


.block {
    z-index: 10;
    position: relative;
    width: 980px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .block {
        width: 760px;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box;
    }
}

@media (max-width: 780px) {
    .block {
        width: 100%;
    }
}

.button {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-decoration: none;
    text-align: center;
}

.button_green {
    height: 42px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 42px;
    color: #fff !important;
    background: #6faa4e;
    border-radius: 3px;
}

.button_green:hover {
    background: #88d05f;
}

.button_big {
    height: 60px !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 63px !important;
}


.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.tcenter {
    text-align: center;
}

body.portfolio .body .portfolio-container .block h2 {
    margin: 100px 0 -35px;
}

body.portfolio .portfolio__list .list__entry {
    margin-bottom: 100px;
}

@media (max-width: 780px) {
    body.portfolio .body .portfolio-container .block h2 {
        text-align: center;
    }

}


.stream {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 20px;
    bottom: 20px;
    width: 400px;
}

@media (max-width: 780px) {
    .stream {
        width: 90%;
        bottom: 100px;
    }

    .stream iframe {
        width: 100%;
        height: 50%;
    }

}


/* End */
/* /bitrix/templates/.default/components/bitrix/news/.default/bitrix/news.list/.default/style.css?1733309948150 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1733309950666 */
/* /bitrix/templates/ifrog/styles.css?17333099482346 */
/* /bitrix/templates/ifrog/template_styles.css?173330994831261 */
