@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');

html {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', Verdana, Arial !important;
    color: #333333;
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
}

a {
    color: rgb(237, 28, 36);
    text-decoration: none;
    border-bottom: 1px solid rgba(237, 28, 36, 0.4);
    transition-duration: .3s;
    transition-property: color, border, transform, transform;
    transition-timing-function: ease;
}

    a:hover, a:active, a:focus {
        color: rgb(255, 0, 0);
        border-color: rgba(255, 0, 0, 1);
        text-decoration: none;
    }

    a:active {
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }

    a:visited {
        color: rgb(237, 28, 36);
        text-decoration: none;
        border-color: rgba(237, 28, 36, 0.2);
    }

    a.btn:visited {
        color: white;
    }

    a[target=_blank]:after {
        content: "\f08e";
        font-family: "FontAwesome";
        display: inline-block;
        margin-left: .3em;
        font-size: .8em;
    }

    a[target=_blank].img_target {
        position: relative;
        display: block;
        border: none;
    }

        a[target=_blank].img_target:after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
        }

        a[target=_blank].img_target:hover {
            transform: scale(1.05);
        }

    a.noborder {
        border: none;
    }

.social1 {
/*width: 20%;*/
  
    font-size: 1.7em;
 
}

.social1 a {
/*width: 20%;*/
  margin-right: 10px;
    font-size: 1.7em;
 
}

.fancyboxImg {
    position: relative;
    border: none;
    transition: all .2s ease;
    display: inline-block;
}

    .fancyboxImg img {
        transition: all 0.3s ease;
    }

    .fancyboxImg:after {
        display: none !important;
    }

    .fancyboxImg:before {
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        right: 0;
        width: 1.5em;
        height: 1.5em;
        display: block;
        content: "\f00e";
        line-height: 1;
        font-size: 1.5em;
        opacity: .4;
        background-color: rgb(255, 255, 255);
        padding: .25em;
        border-radius: 100%;
        transition: all 0.3s ease;
    }

    .fancyboxImg:hover {
        border: none;
    }

        .fancyboxImg:hover:before {
            transform: scale(1.3);
            opacity: 1;
        }

        .fancyboxImg:hover img {
            opacity: .6;
        }

.pseudo_link {
    cursor: pointer;
    color: rgb(237, 28, 36);
    text-decoration: none;
    border-bottom: 1px dashed rgba(237, 28, 36, 0.4);
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

    .pseudo_link:hover {
        border-color: rgba(237, 28, 36, 1);
        border-bottom-style: dashed;
    }

    .pseudo_link:active {
        border-bottom-style: dashed;
    }

    .pseudo_link:visited {
        color: inherit;
    }

[data-toggle=collapse] {
    cursor: pointer;
}

.inline-block {
    display: inline-block !important;
}

header {
    background-color: white;
    line-height: 1.5em !important;
    box-shadow: 0 3px 12px rgba(0,0,0,.125);
    margin-bottom: 2em;
}

    header .container {
      width: auto;
    }

    header .container .row {
    }

    header .wrapper {
        margin: 0 auto;
        padding: 0 10px;
        line-height: 30px;
    }

    header .logo_block {
        float: left;
    }

        header .logo_block .logo_title {
            border: none;
            float: left;
        }

            header .logo_block .logo_title img {
                height: 4em;
                padding: 0;
            }

            header .logo_block .logo_title span {
                display: block;
                float: left;
                line-height: 19px;
                font-size: 24px;
            }

                header .logo_block .logo_title span small {
                    vertical-align: middle;
                    font-size: 7px;
                    display: block;
                    font-weight: 100;
                    letter-spacing: 2.1px;
                    text-transform: uppercase;
                    margin-left: 1px;
                }

        header .logo_block .fa-bars {
            color: rgb(220, 20, 60);
            margin-top: .3em;
            margin-right: .3em;
        }

    header .header_contacts {
    }

        header .header_contacts a {
            margin-right: 1em;
        }

.xs-show {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.small {
    font-size: 90%;
}

.smaller {
    font-size: 85%;
}

.header_menu {
    float: left;
    text-align: center;
}

    .header_menu .item {
        font-size: 16px;
        line-height: 2.4em;
        padding: 0em 1em;
        vertical-align: top;
        margin-bottom: 1em;
    }

        .header_menu .item.submenu {
            border: 1px dashed;
            position: relative;
        }

            .header_menu .item.submenu ul {
                padding: 0;
                list-style: none;
                text-align: left;
                top: 100%;
                left: -1px;
                text-align: left;
                list-style: none;
                padding: .5em 1em;
                min-width: 140px;
                display: none;
                border: 1px dashed;
                z-index: 11;
            }

                .header_menu .item.submenu ul li {
                    padding: 0;
                    display: block;
                    margin-bottom: 1em;
                    line-height: 1.3;
                    font-size: 16px;
                    font-weight: normal;
                    text-indent: inherit;
                }

                    .header_menu .item.submenu ul li:before {
                        display: none;
                    }

                    .header_menu .item.submenu ul li a {
                        display: inline;
                        color: rgb(255, 0, 0);
                        font-size: 16px;
                        border-bottom-color: rgba(237, 28, 36, 0.2);
                    }

                        .header_menu .item.submenu ul li a:hover {
                            border-bottom-color: rgba(237, 28, 36, 1);
                        }

                    .header_menu .item.submenu ul li:last-of-type {
                        margin-bottom: 0;
                    }

        .header_menu .item:last-child {
            margin-right: 0;
        }

        .header_menu .item a {
            display: inline-block;
            line-height: 1em;
        }

        .header_menu .item.select {
            font-weight: 600;
        }

            .header_menu .item.select span {
                display: inline-block;
            }

            .header_menu .item.select a {
                display: inline-block;
                line-height: 100%;
                font-weight: 800;
            }

        .header_menu .item.submenu:hover {
        }

            .header_menu .item.submenu:hover ul {
                display: block;
            }

    .header_menu .social {
          width: auto;
    }

        .header_menu .social a {
            width: auto;
            font-size: 1.2em;
            line-height: 1;
            display: inline-block;
            text-align: center;
            border: none !important;
        }

            .header_menu .social a:after {
                display: none;
            }

            .header_menu .social a:hover {
                border: none;
            }

footer {
    overflow: hidden;
    margin: 12px 0;
    border-top: 1px solid lightgray;
    padding-top: 12px;
}

    footer .footer_contacts {
        font-size: 14px;
    }

    footer .likely {
    }

        footer .likely .title {
            display: block;
            font-size: 14px;
            text-align: left;
            margin-bottom: 6px;
        }

        footer .likely .likely__widget {
            margin-left: 0;
            margin-right: .6em;
        }

header .fb_iframe_widget {
    display: inline-block !important;
    float: left;
    margin-right: 1em;
    line-height: 2;
    margin-top: .2em;
}

.btn-red {
    border: 0.14em solid rgb(237, 28, 36) !important;
    color: rgb(237, 28, 36) !important;
}

    .btn-red:hover {
        background-color: rgb(237, 28, 36) !important;
        color: #FEFFFD !important;
    }

    .btn-red:active {
        background-color: #DF4D3E !important;
        border-color: #DF4D3E;
        color: #FEFFFD !important;
    }

.fa {
    border: none !important;
}

.get-client {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 4px;
    display: inline-block;
    background-color: inherit;
}

    .get-client .fa {
        vertical-align: middle;
        -moz-animation-duration: .6s;
        -o-animation-duration: .6s;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        font-size: 1.4em;
        margin-right: .2em;
    }

.no_list {
    list-style: none;
    padding-left: .6em;
}

    .no_list li {
        text-indent: 0 !important;
    }

        .no_list li:before {
            display: none;
        }

.gc_block {
    margin-bottom: 4em;
}

    .gc_block .comment {
        display: block;
    }

        .gc_block .comment a {
        }

.color-red {
    color: rgb(237, 28, 36);
}

.twentytwenty-wrapper {
    width: 100%;
    position: relative;
}

.form-control-static {
    margin-bottom: 0 !important;
}

.form-group.has-success {
}

    .form-group.has-success label {
        font-weight: 400;
        color: rgb(60, 118, 61);
    }

.control-label-help {
    padding-top: 0 !important;
    line-height: 1.4em;
}

    .control-label-help small {
        display: block;
        color: rgb(115, 115, 115);
        font-weight: normal;
    }

.control-label-normal {
    font-weight: normal !important;
    text-align: left !important;
}

.before_list {
    margin-bottom: .3em !important;
}

.text-bold {
    font-weight: bold !important;
}

.word-break {
    word-break: break-all;
}

.list_link {
    margin-top: 4px !important;
}

    .list_link .pseudo_link {
        margin-right: 4px;
        line-height: 1;
        margin-bottom: 3px;
        display: inline-block;
    }

.fb_iframe_widget {
    display: block !important;
    max-width: 340px;
    margin: 0 auto;
}

.irs-bar {
    border: none !important;
    background: none !important;
    background-color: red !important;
}

.irs-bar-edge {
    border: none !important;
    background: none !important;
    background-color: red !important;
}

.no_bold {
    font-weight: normal !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab';
    margin-top: 0 !important;
}

h1, h2 {
    font-weight: 600;
}

h4 {
    font-size: 1.3em;
    line-height: 1.2;
    margin-bottom: .8em;
}

.fancybox-close, .fancybox-nav {
    border: none;
}

.label, .badge {
    color: white !important;
}

.cms_page {
    position: fixed;
    bottom: 4px;
    line-height: 1;
    border: none;
    color: indianred !important;
    font-size: 1.7em;
    z-index: 10000;
    transition: all 0.3s ease;
}

    .cms_page:hover {
        color: orangered;
        transform: scale(1.2);
    }

    .cms_page:after {
        display: none !important;
    }

    .cms_page.cms_page-edit {
        left: 4px;
    }

    .cms_page.cms_page-hide {
        left: 34px;
    }

    .cms_page.cms_page-show {
        left: 34px;
    }

    .cms_page.cms_page-clone {
        left: 64px;
    }

@media (max-width: 320px) {
    header .logo_block {
        width: 100%;
        margin: 0;
        text-align: center;
    }
  
  .fa-2x {
    font-size: 1em;
}
  
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14.5px;
    border-left: 5px solid #eee;
}
  
.header_menu .social a {
    width: auto;
    font-size: 0.6em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: none !important;
}
  
  #section_title h1 {
    font-size: 2.0em;
}
  
  .header_menu .item {
    font-size: 14px;
    line-height: 2.4em;
    padding: 0em 1em;
    vertical-align: top;
    margin-bottom: 1em;
}
  .social {}

        header .logo_block .logo_title {
            font-size: 1.1em;
            margin: 0;
            display: inline-block;
        }

    .header_menu .item {
        width: 100%;
        text-align: center;
    }

    .header_contacts {
        text-align: center;
    }
  .header_menu .social {
    font-size: 0.6em;
}

    .xs-show {
        display: block;
    }
}

@media (max-width: 480px) {
    .affix-bottom {
        position: relative !important;
        top: 0 !important;
    }
  blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14.5px;
    border-left: 5px solid #eee;
}
  .fa-2x {
    font-size: 1em;
}
  
  #section_title h1 {
    font-size: 2.2em;
}

    header {
        padding-bottom: 3em;
    }
  
  #section_title h1 {
    font-weight: 900;
    font-size: 2em;
    margin-bottom: 1em !important;
    margin-top: 2em !important;
}
  
    .header_menu .item {
    font-size: 14px;
    line-height: 2.4em;
    padding: 0em 1em;
    vertical-align: top;
    margin-bottom: 1em;
}
  .social {}
  
  .header_menu .social {
    font-size: 0.6em;
}
  
  .header_menu .social a {
    width: auto;
    font-size: 1.7em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: none !important;
}
}

@media (min-width: 320px) {
    .header_menu .item {
    }
  
  .fa-2x {
    font-size: 1em;
}
  
  .header_menu .social {
    font-size: 0.6em;
}
  
  .header_menu .social a {
    width: auto;
    font-size: 0.5em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: none !important;
}
  #section_title h1 {
    font-size: 2em;
}
}

@media (min-width: 480px) {
    .header_menu .item {
        margin-bottom: .5em;
        white-space: nowrap;
        display: inline-block;
    }
  
  .fa-2x {
    font-size: 1em;
}
  
 
  .header_menu .social {
    font-size: 0.6em;
    width: auto;
}
  
  .header_menu .social a {
    width: auto;
    font-size: 0.5em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: none !important;
}
}

@media (min-width: 768px) {
    header {
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%;
    }
  
.fa-2x {
    font-size: 1.7em;
}
  
  .header_menu .social {
    font-size: 0.6em;
}

    .header_menu.collapse {
        display: block;
    }

    .header_menu {
        text-align: right;
        margin-top: 1em;
    }

        .header_menu .item {
            display: inline-block;
            float: left;
        }

            .header_menu .item.submenu ul {
                position: absolute;
                background-color: white;
            }

        .header_menu .fa-bars {
            display: none;
        }

    .gc_block .comment {
        margin-left: .5em;
        display: inline-block;
    }

    .affix {
        top: 79px;
    }
  
  .header_menu .social {
    width: auto;
}
  
  .header_menu .social a {
    width: auto;
    font-size: 1.7em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: none !important;
}
  .header_menu .social {
    font-size: 0.6em;
}
  
    .header_menu .social1 a {
    width: auto;
    font-size: 1.7em;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border: none !important;
}
  .header_menu .social1 {
    font-size: 0.6em;
}

    .affix-bottom {
        position: absolute;
        top: auto;
    }
}

@media (min-width: 992px) {
    body {
        margin-top: 6em;
    }

    header {
        position: fixed;
    }

    .header_contacts {
        text-align: right;
    }

    .header_menu .item {
        margin-bottom: 0;
    }
  .header_menu .social {
    width: auto;
}
    .header_menu .social1 {
    width: auto;
}
}

@media (min-width: 1200px) {
    #summer_affix {
        width: 190px;
    }
  
  .header_menu .social {
    width: auto;
    margin-top: 10px;
}

    .header_menu .social1 {
    width: auto;
    margin-top: 10px;
}
    .col-lg-4 #summer_affix {
        width: 350px;
    }
}
