body
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #454545;
}

.content_wrap
{
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition:         transform .3s;
    transition:         transform .3s, -webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
}

.show-menu .content_wrap
{
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
}

.order-call_wrap-top{
    position: fixed;
    top: 25px;
    right: 20px;
    transition: all .3s;
	height:fit-content;
}

.order-call_wrap-bottom{
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: all .3s;
}

.container
{
    width: 100%;
    min-width: 315px;
    max-width: 1270px;
    margin: auto;
    padding: 0 15px;
}

@media screen and (min-width: 1270px)
{
    .container
    {
        padding: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
    margin: 0;
}

button
{
    border: none;
    background: transparent;
}

.slick-slider *,
.slick-slider *:hover,
.slick-slider *:focus
{
    outline: none;
}

.logo_text
{
    font-family: 'gilroy', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
}

.logo_text span
{
    font-size: 14px;
    font-weight: normal;

    display: block;

    margin-top: 7px;
}

.phone
{
    font-family: 'gilroy', sans-serif;
    font-size: 24px;
    display: block;
    padding-top: 20px;
    font-weight: bold;
}

@media screen and (min-width: 992px)
{
    .phone
    {
        font-size: 30px;
    }
}

.btn
{
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;

    display: inline-block;
    overflow: hidden;

    padding: 0 15px;

    text-align: center;

    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
}

@media screen and (min-width: 992px)
{
    .btn
    {
        line-height: 40px;

        padding: 0 35px;
    }
}

.btn--primary
{
    position: relative;

    color: #fff;
    border-color: #4b77be;
    background: #4b77be;
}

.btn--primary::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';

    background: #d6dada;
}

.btn--primary:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #4b77be;
    background: transparent;
}

.btn--primary:hover::before
{
    width: 100%;

    -webkit-transition: all .55s;
            transition: all .55s;
}

.btn--lightprimary
{
    position: relative;
    z-index: 2;

    color: #fff;
    border-color: #04afeb;
    background: #04afeb;
}

.btn--lightprimary::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';

    background: #4b77be;
}

.btn--lightprimary:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    border-color: #4b77be;
    background: transparent;
}

.btn--lightprimary:hover::before
{
    width: 100%;

    -webkit-transition: all .55s;
            transition: all .55s;
}

.btn--lightprimary:hover svg
{
    -webkit-transition: all .55s;
            transition: all .55s;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
}

.btn--lightprimary svg
{
    width: 20px;
    margin-left: 10px;

    vertical-align: middle;

    fill: #fff;
}

.btn--default
{
    position: relative;

    color: #4b77be;
    border-color: #d6dada;
    background: #d6dada;
}

.btn--default::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';

    background: #4b77be;
}

.btn--default:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #fff;
    background: transparent;
}

.btn--default:hover::before
{
    width: 100%;

    -webkit-transition: all .55s;
            transition: all .55s;
}

.link-user
{
    font-weight: 300;
    position: relative;
    display: block;
}

.link-user svg
{
    float: left;

    width: 20px;
    margin-right: 5px;
}

.link-user span
{
    line-height: 16px;

    float: left;

    border-bottom: 1px solid;
}

.location
{
    font-weight: 300;
    line-height: 18px;
}

.location svg
{
    display: inline;
    float: left;

    width: 25px;
    margin: 3px 10px 0 0;

    vertical-align: middle;

    fill: #fff;
}

.location span
{
    float: left;
}

.search
{
    position: relative;

    display: block;

    margin-right: 10px;
}

.search .close
{
    position: absolute;
    z-index: 2;
    top: 3px;
    right: 3px;

    display: none;

    width: 45px;
    height: 40px;

    text-indent: -99999px;

    border-radius: 40px;
    background: transparent;
}

.search .close:hover
{
    cursor: pointer;
}

.search .close.active
{
    display: block;
}

.search_icon
{
    width: 25px;
    height: 25px;

    -webkit-transition: all 350ms ease-in-out;
            transition: all 350ms ease-in-out;

    border: 2px solid #949494;
    border-radius: 40px;
}

@media screen and (min-width: 768px)
{
    .search_icon
    {
        border: 2px solid #fff;
    }
}

.search_icon:hover
{
    cursor: pointer;
}

.search_icon span
{
    position: absolute;
    top: 19px;
    right: 0;

    display: block;

    width: 2px;
    height: 14px;

    -webkit-transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
            transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-radius: 0 0 2px 2px;
    background: #949494;
}

@media screen and (min-width: 768px)
{
    .search_icon span
    {
        background: #fff;
    }
}

.search_icon span::after
{
    display: block;
    visibility: hidden;

    width: 2px;
    height: 14px;

    content: '';
    -webkit-transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
            transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);

    opacity: 0;
    border-radius: 2px;
    background: #949494;
}

@media screen and (min-width: 768px)
{
    .search_icon span::after
    {
        background: #fff;
    }
}

.search_icon span::before
{
    position: absolute;

    display: block;
    visibility: hidden;

    width: 2px;
    height: 14px;

    content: '';
    -webkit-transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
            transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;

    opacity: 0;
    border-radius: 2px;
    background: #949494;
}

@media screen and (min-width: 768px)
{
    .search_icon span::before
    {
        background: #fff;
    }
}

.search_icon.active
{
    width: 200px;
    height: 35px;

    border-radius: 40px;
}

@media screen and (min-width: 500px)
{
    .search_icon.active
    {
        width: 350px;
    }
}

.search_icon.active span
{
    top: 10px;
    right: 22px;

    height: 14px;

    -webkit-transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
            transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    border-radius: 2px;
}

.search_icon.active span::before
{
    visibility: visible;

    -webkit-transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
            transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);

    opacity: 1;
}

.search_icon.active span.ready::after
{
    position: absolute;
    top: 11px;
    right: -3px;

    height: 10px;

    -webkit-transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
            transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

.search_icon.active span.ready::before
{
    top: 11px;
    right: 3px;

    visibility: visible;

    -webkit-transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
            transition: 350ms 200ms ease-in-out, rotate 300ms ease-in-out;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);

    opacity: 1;
}

.search_icon.active input
{
    display: block;

    width: calc(80% - 20px);
    height: 100%;
    margin: 0 0 0 20px;
    padding: 10px;

    border: 0;
}

.search_icon.active input:focus
{
    outline: none;
}

.search input
{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 24px;
    border: none;
    background: #fff;
    width: 80%;
    height: 40px;
}

.search input::-webkit-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 24px;

    color: #454545;
}

@media screen and (min-width: 768px)
{
    .search input::-webkit-input-placeholder
    {
        color: #000;
    }
}

.search input:-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;

    color: #454545;
}

@media screen and (min-width: 768px)
{
    .search input:-moz-placeholder
    {
        color: #fff;
    }
}

.search input::-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;

    color: #454545;
}

@media screen and (min-width: 768px)
{
    .search input::-moz-placeholder
    {
        color: #fff;
    }
}

.search input:-ms-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;

    color: #454545;
}

@media screen and (min-width: 768px)
{
    .search input:-ms-input-placeholder
    {
        color: #fff;
    }
}

.title
{
    font-family: 'gilroy', sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 32px;
}

.title span
{
    font-size: 24px;
    line-height: 32px;

    display: block;

    color: #626262;
}

@media screen and (min-width: 768px)
{
    .title span
    {
        font-size: 30px;
        line-height: 36px;
    }
}

@media screen and (min-width: 768px)
{
    .title
    {
        font-size: 48px;
        line-height: 48px;
    }
}

.title--md
{
    font-size: 28px;
    line-height: 28px;
}

@media screen and (min-width: 650px)
{
    .title--md
    {
        font-size: 36px;
        line-height: 36px;
    }
}

.title--md span
{
    font-size: 22px;

    display: block;

    color: #626262;
}

@media screen and (min-width: 650px)
{
    .title--md span
    {
        font-size: 30px;
    }
}

.title_num
{
    font-family: 'gilroy', sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 85px;

    color: #4b77be;
}

.subtitle
{
    font-family: 'gilroy', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
}

.subtitle--danger
{
    color: #d64541;
}

.link-more
{
    display: block;
}

.link-more:hover svg
{
    -webkit-transition: all .55s;
            transition: all .55s;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
}

.link-more svg
{
    fill: #d64541;
}

.agree a
{
    border-bottom: 1px solid;
}

.agree a:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #4b77be;
}

.line
{
    position: relative;
}

.line::before
{
    position: absolute;
    left: 0;

    width: 1px;

    content: '';

    background-color: #949494;
}

.breadcrumbs
{
    font-size: 12px;
    font-weight: 300;

    padding: 15px 0;

    color: #454545;
}

@media screen and (min-width: 768px)
{
    .breadcrumbs
    {
        padding: 0;

        color: inherit;
    }
}

.breadcrumbs a:hover
{
    color: #4b77be;
}

/*HEADER*/
.header
{
    padding-top: 5px;
}

@media screen and (min-width: 650px)
{
    .header
    {
        padding: 10px 0;
    }
}

.header_wrap
{
    position: static;
    z-index: 2;

    width: 100%;

    border-bottom: 2px solid rgba(148, 148, 148, .3);
    background: #fff;
}

@media screen and (min-width: 768px)
{
    .header_wrap
    {
        position: absolute;
        top: 0;
        left: 0;

        border-bottom: 2px solid rgba(255, 255, 255, .2);
        background: transparent;
    }
}

.header_wrap.sticky
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.136);
    background: #fff;
    border: 0px;
}

@media screen and (min-width: 1100px)
{
    .header_wrap.sticky .header
    {
        display: none;
    }
    .order-call_wrap-top
    {
        bottom: 20px !important;
    }
    .header_wrap.sticky .header_nav .logo_img
    {
        display: block;
        float: left;
        margin-right: 55px;
        left: 0px;
        margin-top: -10px;
    }
}

@media screen and (min-width: 1100px) and (min-width: 1100px)
{
    .header_wrap.sticky .header_nav .menu_item:not(:last-child)
    {
        margin-right: 10px;
    }
}

@media screen and (min-width: 1100px) and (min-width: 1270px)
{
    .header_wrap.sticky .header_nav .menu_item:not(:last-child)
    {
        margin-right: 30px;
    }
}

.header .logo_img
{
    display: block;

    /*text-align: center;*/
}

@media screen and (min-width: 650px)
{
    .header .logo_img
    {
        float: left;
        margin-right: 0px;
        text-align: left;
    }
}

.header .logo_img img
{
    width: 140px;
    height: auto;
}

@media screen and (min-width: 650px)
{
    .header .logo_img img
    {
        width: 140px;
        margin-right: 10px;
        position: relative;
        top: 10px;
    }
}

.header .logo_text
{
    display: none;
    float: left;

    margin-right: 30px;
    padding-top: 30px;
}

@media screen and (min-width: 650px)
{
    .header .logo_text
    {
        display: block;
    }
}

@media screen and (min-width: 992px)
{
    .header .logo_text
    {
        margin-right: 50px;
    }
}

@media screen and (min-width: 1100px)
{
    .header .logo_text
    {
        margin-right: 150px;
    }
}

.header .location
{
    display: none;
    float: left;

    margin-right: 20px;
    padding-top: 20px;
}

/*@media screen and (min-width: 992px)*/
/*{*/
/*    .header .location*/
/*    {*/
/*        display: block;*/
/*    }*/
/*}*/

@media screen and (max-width: 1100px)
{
    .order-call_wrap-top
    {
        top: unset;
        bottom: 20px !important;
    }
    .menu-button{
        display: flex;
        position: absolute !important;
        top: 20px;
        right: 20px;
    }
}

@media screen and (min-width: 1100px)
{
    .header .location
    {
        margin-right: 75px;
    }
}

@media screen and (min-width: 1270px)
{
    .header .location
    {
        margin-right: 100px;
    }
}

.header .phone
{
    font-weight: normal;
}

.header .phone_wrap
{
    display: none;
    float: left;
    padding-top: 20px;
    text-align: center;
}

.header .phone_wrap.phone_mes
{
	display: none;
    padding: 10px 0 0 10px !important;
}

@media screen and (min-width: 768px)
{
    .header .phone_wrap
    {
        display: block;
    }
}

.header .phone_wrap small
{
    font-weight: 300;
    line-height: 16px;
    display: block;
    padding-top: 10px;
    font-size: 15px;
    opacity: 0.7;
}

.header .order-call_wrap
{
    /*display: none;*/
    /*float: right;*/

    text-align: center;
}

@media screen and (min-width: 650px)
{
    .header .order-call_wrap
    {
        display: block;
    }
}

.header .order-call_wrap .btn
{
    margin-bottom: 10px;
}

@media screen and (min-width: 768px)
{
    .header .order-call_wrap .link-user svg
    {
        fill: #fff;
    }
}

.header .order-call_wrap .link-user:hover svg
{
    -webkit-transition: all .35s;
            transition: all .35s;

    fill: #4b77be;
}

.header .order-call_wrap .link-user:hover span
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #4b77be;
}

.header_nav
{
    position: static;
    padding-bottom: 5px;
}

@media screen and (min-width: 768px)
{
    .header_nav
    {
        padding-bottom: 15px;
    }
}

.header_nav .menu
{
    position: relative;
    position: static;

    display: none;
    float: right;

    padding-top: 15px;
}

@media screen and (min-width: 992px)
{
    .header_nav .menu
    {
        display: block;
    }
}

.header_nav .menu_item
{
    display: inline-block;
}

.header_nav .menu_item:not(:last-child)
{
    margin-right: 8px;
}

@media screen and (min-width: 1100px)
{
    .header_nav .menu_item:not(:last-child)
    {
        margin-right: 25px;
    }
}

@media screen and (min-width: 1270px)
{
    .header_nav .menu_item:not(:last-child)
    {
        margin-right: 50px;
    }
}

.header_nav .menu_item a
{
}

.header_nav .menu_item a:hover,
.header_nav .menu_item a:focus
{
    color: #4b77be;
}

.header_nav .search
{
    position: relative;
    top: 15px;
    right: 0;
    float: right;
}

.header_nav .search input
{
    color: #454545;
}

@media screen and (min-width: 768px)
{
    .header_nav .search input
    {
        color: #fff;
    }
}

/*.header_nav .logo_img*/
/*{*/
/*    display: none;*/
/*}*/

.menu_item a
{
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
}

.menu_wrap
{
    position: absolute;
    z-index: 1001;

    width: 300px;
    height: 100%;

    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
    -webkit-transform: translate3d(-300px, 0, 0);
            transform: translate3d(-300px, 0, 0);

    color: #fff;
}

.nav
{
    width: calc(100% - 120px);
    height: 100%;
    padding: 6em 1em 2em;

    background: #373a47;
}

.nav a:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #4b77be;
}

.nav .menu
{
    margin-bottom: 15px;
}

.nav .menu_item
{
    line-height: 34px;
}

.nav .menu_item a
{
    font-size: 20px;
}

.nav .location
{
    margin-bottom: 10px;
}

.nav .phone
{
    font-size: 22px;
    font-weight: normal;
}

.nav .link-user
{
    font-size: 12px;
}

.show-menu .menu_wrap
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    webkit-transform: translate3d(0, 0, 0);
}

.close-button
{
    position: absolute;
    z-index: 1001;
    top: 1em;
    right: 1em;

    overflow: hidden;

    width: 16px;
    height: 16px;

    text-indent: 16px;

    color: transparent;
    border: none;
    background: transparent;
}

.close-button::before,
.close-button::after
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 2px;
    height: 100%;

    content: '';

    background: #95a5a6;
}

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

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

.morph-shape
{
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;

    width: 120px;
    height: 100%;

    fill: #373a47;
}

.morph-shape svg:not(:root)
{
    overflow: hidden;
}

.menu-button
{
    font-size: 1.5em;

    position: relative;

    float: left;

    width: 2.5em;
    height: 2.25em;
    padding: 0;

    text-indent: 2.5em;

    color: transparent;
    border: none;
    background: transparent;
}

@media screen and (min-width: 992px)
{
    .menu-button
    {
        display: none;
    }
}

.menu-button::before
{
    position: absolute;
    top: .5em;
    right: .5em;
    bottom: .5em;
    left: .5em;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4b77be), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #4b77be), color-stop(60%, #4b77be), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #4b77be));
    background: linear-gradient(#4b77be 20%, transparent 20%, transparent 40%, #4b77be 40%, #4b77be 60%, transparent 60%, transparent 80%, #4b77be 80%);
}

.dropdown_wrap
{
    position: absolute;
    top: 56px;
    right: 50%;
    left: 50%;

    width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;

    background: blue;
}

.dropdown_menu
{
    overflow-x: hidden;
    overflow-y: auto;

    max-width: 900px;
    max-height: 500px;
}

/*PROMO*/
.promo
{
    display: none;
}

@media screen and (min-width: 768px)
{
    .promo
    {
        display: block;
    }
}

@media screen and (min-width: 768px)
{
    .promo--index
    {
        padding: 240px 0 150px;
    }
}

@media screen and (min-width: 768px)
{
    .promo--roof
    {
        padding: 175px 0 80px;

        background: url(../uploads/roof-promo_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

@media screen and (min-width: 768px)
{
    .promo--facade
    {
        padding: 175px 0 80px;

        background: url(../uploads/facade-promo_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.promo_content
{
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 600px;
    margin: 50px 0 0;
}

.promo_wrap
{
    position: relative;
}

@media screen and (min-width: 768px)
{
    .promo_wrap
    {
        color: #fff;
    }
}

.promo_slider
{
    display: none;
}

@media screen and (min-width: 768px)
{
    .promo_slider
    {
        display: block;
    }
}

.promo_slider .slick-prev
{
    z-index: 10;
    top: 60%;

    width: 69px;
    height: 138px;

    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    background: rgba(255, 255, 255, .2);
}

.promo_slider .slick-prev::before
{
    position: absolute;
    top: 50%;
    left: 40%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.promo_slider .slick-prev:hover::before,
.promo_slider .slick-prev:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.promo_slider .slick-next
{
    z-index: 10;
    top: 60%;
    right: 0;

    width: 69px;
    height: 138px;

    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    background: rgba(255, 255, 255, .2);
}

.promo_slider .slick-next:before
{
    position: absolute;
    top: 50%;
    left: 60%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.promo_slider .slick-next:hover::before,
.promo_slider .slick-next:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.promo_slider .slick-dots
{
    bottom: 20px;
}

.promo_slider .slick-dots li button::before
{
    font-size: 20px;

    opacity: .5;
    color: #fff;
}

.promo_slider .slick-dots li.slick-active button::before
{
    opacity: 1;
    color: #4b77be;
}

.promo_slider.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.promo_title
{
    font-family: 'gilroy', sans-serif;
    font-size: 60px;
    font-weight: normal;
    line-height: 60px;
}

.promo_title span
{
    font-size: 36px;
    line-height: 36px;

    display: block;

    margin-bottom: 30px;
}

.promo p
{
    line-height: 18px;

    margin-bottom: 35px;
}

.promo .btn
{
    float: left;
}

.promo .btn--primary
{
    margin-right: 20px;
}

/*ADVANTAGES*/
.advantages
{
    counter-reset: step;
}

@media screen and (min-width: 1270px)
{
    .advantages
    {
        padding: 0 45px 0 25px;
    }
}

.advantages_wrap
{
    padding: 40px 0;

    background: #fbfbfb;
}

.advantages_wrap1
{
    padding: 15px 0;

    background: #fbfbfb;
}

.advantages .title--md
{
    margin-bottom: 30px;

    text-align: center;
}

@media screen and (min-width: 650px)
{
    .advantages .title--md
    {
        margin-bottom: 45px;

        text-align: left;
    }
}

.advantages_article
{
    margin-bottom: 15px;
    padding-bottom: 20px;
}

@media screen and (min-width: 650px)
{
    .advantages_article
    {
        width: 95%;
        margin-top: 20px;
        border-left: 2px solid #d64541;
    }
}

@media screen and (min-width: 1100px)
{
    .advantages_article
    {
        max-width: 405px;
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 650px)
{
    .advantages_article p
    {
        padding-left: 20px;
    }
}

.advantages_article_wrap
{
    width: 100%;
    margin-bottom: 30px;

    text-align: center;
}

@media screen and (min-width: 650px)
{
    .advantages_article_wrap
    {
        text-align: left;
    }
}

@media screen and (min-width: 1100px)
{
    .advantages_article_wrap
    {
        float: left;

        width: 44%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1270px)
{
    .advantages_article_wrap
    {
        width: 47%;
    }
}

.advantages_article2
{
    margin-bottom: 15px;
    padding-bottom: 20px;
}

@media screen and (min-width: 650px)
{
    .advantages_article2
    {
        margin-top: 20px;
        border-left: 2px solid #d64541;
    }
}

@media screen and (min-width: 1100px)
{
    .advantages_article2
    {
        margin-bottom: 35px;
    }
}

@media screen and (min-width: 650px)
{
    .advantages_article2 p
    {
        padding-left: 20px;
    }
}

.advantages_article2_wrap
{
    margin-bottom: 30px;
    text-align: center;
}

@media screen and (min-width: 650px)
{
    .advantages_article2_wrap
    {
        text-align: left;
    }
}

@media screen and (min-width: 1100px)
{
    .advantages_article2_wrap
    {
        float: left;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1270px)
{
    .advantages_article2_wrap
    {
    }
}

.advantages_box
{
    width: 100%;
    max-width: 700px;
    margin: auto;

    counter-reset: step;
}

@media screen and (min-width: 1100px)
{
    .advantages_box
    {
        float: left;

        width: 56%;
        margin: initial;
    }
}

@media screen and (min-width: 1270px)
{
    .advantages_box
    {
        width: 53%;
    }
}

@media screen and (min-width: 1100px)
{
    .advantages_box--1
    {
        width: 70%;
    }
}

.advantages_title_wrap
{
    width: 100%;
    margin-bottom: 30px;

    text-align: center;
}

@media screen and (min-width: 1100px)
{
    .advantages_title_wrap
    {
        float: left;

        width: 30%;
        margin-bottom: 0;
        padding-top: 20px;

        text-align: left;
    }
}

.advantages_col
{
    position: relative;

    max-width: 285px;
    margin: auto;
    padding: 15px 15px 15px 25px;

    border-width: 2px;
    border-style: solid;
    border-color: whitesmoke;
    background-color: white;
}

@media screen and (min-width: 410px)
{
    .advantages_col
    {
        width: 285px;
    }
}

.advantages_col::after
{
    font-family: 'gilroy', sans-serif;
    font-size: 24px;
    line-height: 22px;

    position: absolute;
    top: 15px;
    right: 25px;

    content: '0' counter(step);
    counter-increment: step;

    color: #d64541;
}

.advantages_col p
{
    font-family: 'gilroy', sans-serif;
    line-height: 18px;

    color: #686868;
}

.advantages_col_wrap
{
    padding-bottom: 15px;
}

@media screen and (min-width: 768px)
{
    .advantages_col_wrap
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 768px)
{
    .advantages_col_wrap:nth-child(2n - 1)
    {
        padding-right: 15px;
    }
}

.advantages_col_wrap2
{
    padding: 15px 0;
}

@media screen and (min-width: 650px)
{
    .advantages_col_wrap2
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 768px)
{
    .advantages_col_wrap2
    {
        width: 50%;
    }
}

@media screen and (min-width: 1270px)
{
    .advantages_col_wrap2
    {
        width: 25%;
        padding: 0;
    }
}

@media screen and (min-width: 1270px)
{
    .advantages_col_wrap2:not:nth-child(4)
    {
        padding-right: 30px;
    }
}

@media screen and (min-width: 410px)
{
    .advantages_col--1
    {
        width: 100%;
        max-width: 405px;
        min-height: 140px;
        padding: 40px 25px 25px 75px;
    }
}

.advantages_col--1::after
{
    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45px;
    height: 45px;
    padding-top: 11px;

    text-align: center;

    border-radius: 50%;
    background: #f5f5f5;
}

@media screen and (min-width: 410px)
{
    .advantages_col--1::after
    {
        left: 15px;
    }
}

@media screen and (min-width: 410px)
{
    .advantages_col--1 .advantages_icon
    {
        float: left;

        width: 75px;
        margin: auto;
    }
}

@media screen and (min-width: 410px)
{
    .advantages_col--1 p
    {
        float: left;

        padding-top: 15px;
    }
}

.advantages_col--2
{
    position: relative;

    width: 100%;
    max-width: 285px;
    margin: auto;
    padding: 10px 10px 10px 35px;
}

.advantages_col--2::after
{
    font-family: 'gilroy', sans-serif;
    font-size: 14px;
    line-height: 22px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 30px;
    height: 30px;
    padding-top: 5px;

    content: '0' counter(step);
    counter-increment: step;
    text-align: center;

    color: #d64541;
    border-radius: 50%;
    background: #fff;
}

.advantages_col--2 .advantages_icon
{
    float: left;

    width: 65px;
    height: 60px;
    margin-right: 10px;
}

.advantages_col--2 p
{
    font-family: 'gilroy', sans-serif;
    line-height: 18px;

    padding: 10px 0 0 20px;

    color: #686868;
}

.advantages_icon
{
    position: relative;

    height: 70px;
}

.advantages_icon::before
{
    position: absolute;
    top: 0;
    left: 0;

    height: 55px;

    content: '';

    background: url(../imgs/spr_adv_ic.png) no-repeat;
}

.ic-call::before
{
    width: 55px;

    background-position-x: 0;
}

.ic-ruler::before
{
    width: 53px;

    background-position-x: -55px;
}

.ic-rocket::before
{
    width: 70px;

    background-position-x: -110px;
}

.ic-email::before
{
    width: 55px;

    background-position-x: -179px;
}

/*SERVICES*/
.services_wrap
{
    padding: 40px 0;

    background: #fff;
}

.services .title
{
    margin-bottom: 30px;
}

.services_col
{
    position: relative;

    width: 100%;
    margin: auto auto 30px;
    padding: 20px 15px 30px;

    border-radius: 10px;
    background: #fcfcfc;
    -webkit-box-shadow: 0 10px 28.5px 1.5px rgba(0, 0, 0, .24);
            box-shadow: 0 10px 28.5px 1.5px rgba(0, 0, 0, .24);
}

@media screen and (min-width: 500px)
{
    .services_col
    {
        width: 470px;
        padding: 20px 30px 30px;
    }
}

@media screen and (min-width: 1270px)
{
    .services_col
    {
        margin: initial;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1270px)
{
    .services_col_wrap
    {
        width: 50%;
        max-width: 540px;
    }
}

@media screen and (min-width: 1270px)
{
    .services_col_wrap:nth-child(2n+1)
    {
        float: left;
    }
}

@media screen and (min-width: 1270px)
{
    .services_col_wrap:nth-child(2n)
    {
        float: right;
    }
}

.services_item
{
    margin-bottom: 15px;
}

@media screen and (min-width: 650px)
{
    .services_item
    {
        float: left;

        width: 50%;
        margin-bottom: 0;
        padding: 10px;
    }
}

@media screen and (min-width: 992px)
{
    .services_item
    {
        width: 33.3%;
    }
}

@media screen and (min-width: 1270px)
{
    .services_item
    {
        width: 33%;
    }
}

.services_item .services_col
{
    max-width: 350px;
    margin: auto;
    padding: 45px 5px 20px 15px;

    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media screen and (min-width: 500px)
{
    .services_item .services_col
    {
        width: 100%;
        padding: 45px 15px 20px 25px;
    }
}

.services_item .services_col .services_info
{
    max-width: 100%;
    margin-bottom: 15px;

    border-bottom: 1px solid rgba(75, 119, 190, .2);
}

.services_item .services_col .services_info p
{
    font-size: 14px;
    line-height: 16px;

    margin-bottom: 15px;
}

.services_item .services_col .link-more
{
    font-weight: 300;

    color: #1b1b1b;
}

.services_item .services_col .link-more:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #d64541;
}

.services_item .services_col .link-more svg
{
    width: 20px;
    height: auto;
    margin-left: 10px;

    vertical-align: middle;
}

.services_info
{
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 650px)
{
    .services_info
    {
        max-width: 210px;
        margin-bottom: 0;
        text-align: left;
    }
}

.services_info h4
{
    font-family: 'gilroy', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 18px;
    margin: 15px 0;
    color: #4b77be;
}
.services_info h5
{
    font-family: 'gilroy', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 16px 0;
    color: #00720d;
}

.services_info p
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
}

.services_info .link-more
{
    font-weight: 300;
}

.services_info .link-more:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;
    color: #d64541;
}

.services_info .link-more svg
{
    width: 20px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
}

@media screen and (min-width: 650px)
{
    .services_menu
    {
        position: absolute;
        top: 20px;
        right: -70px;
    }
}

.services_menu li
{
    margin-bottom: 15px;
}

.services_link
{
    font-size: 16px;
    line-height: 35px;
    position: relative;
    z-index: 2;
    display: block;
    line-height: 10px;
    overflow: hidden;
    min-width: 260px;
    max-width: 287px;
    margin: auto;
    padding-left: 10px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 19px 1px rgba(0, 0, 0, .05);
}

@media screen and (min-width: 650px)
{
    .services_link
    {
        font-size: 14px;
        line-height: 15px;
        width: 287px;
        margin: initial;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.services_link::before
{
    font-size: 12px;
    line-height: 13px;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    content: '+';
    text-align: center;
    position: absolute;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    background: #4b77be;
    left: 10px;
    top: 10px;
}

.services_link::after
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';

    background: #d64541;
}

.services_link:hover
{
    -webkit-transition: all .60s;
            transition: all .60s;

    color: #fff;
}

.services_link:hover::after
{
    width: 100%;

    -webkit-transition: all .55s;
            transition: all .55s;
}

.services_row
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    padding: 20px 15px 30px;

    border-radius: 10px;
    background: #fcfcfc;
    -webkit-box-shadow: 0 10px 28.5px 1.5px rgba(0, 0, 0, .24);
            box-shadow: 0 10px 28.5px 1.5px rgba(0, 0, 0, .24);
}

@media screen and (min-width: 500px)
{
    .services_row
    {
        padding: 20px 30px 30px;
    }
}

.services_row .services_info
{
    width: 100%;
    max-width: 590px;
    margin: auto auto 30px;
}

@media screen and (min-width: 992px)
{
    .services_row .services_info
    {
        float: left;

        margin-bottom: 0;
    }
}

@media screen and (min-width: 1270px)
{
    .services_row .services_info
    {
        max-width: 53%;
    }
}

.services_row .services_info--left
{
    margin-bottom: 20px;

    text-align: center;
}

@media screen and (min-width: 650px)
{
    .services_row .services_info--left
    {
        float: left;

        margin-bottom: 0;

        text-align: left;
    }
}

.services_row .services_info--right
{
    text-align: center;
}

@media screen and (min-width: 650px)
{
    .services_row .services_info--right
    {
        float: right;

        max-width: 340px;
        margin-top: 20px;
        padding-left: 20px;

        text-align: left;
    }
}

@media screen and (min-width: 768px)
{
    .services_row .services_info--right
    {
        max-width: 360px;
        padding-left: 45px;
    }
}

.services_row .services_info p
{
    margin-bottom: 15px;
}

.services_row .services_menu
{
    position: static;
}

@media screen and (min-width: 992px)
{
    .services_row .services_menu
    {
        float: left;

        width: calc(100% - 590px);
    }
}

@media screen and (min-width: 1270px)
{
    .services_row .services_menu
    {
        position: absolute;
        top: 5px;
        left: 250px;
        width: 100%;
        max-width: 595px;
    }
}

@media screen and (min-width: 768px)
{
    .services_row .services_menu li
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 992px)
{
    .services_row .services_menu li
    {
        float: none;

        width: 100%;
    }
}

@media screen and (min-width: 1270px)
{
    .services_row .services_menu li
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 1270px)
{
    .services_row .services_menu li:nth-child(2n+1) a
    {
        margin-right: 15px;
    }
}

.services_row .services_menu li a
{
    margin: auto;
}

@media screen and (min-width: 992px)
{
    .services_row .services_menu li a
    {
        float: right;

        margin: initial;
    }
}

@media screen and (min-width: 1270px)
{
    .services_row .services_menu li a
    {
        float: none;
    }
}

.services_bottom .link-more
{
    font-family: 'gilroy', sans-serif;
    font-size: 18px;

    display: inline-block;
    float: right;

    text-decoration: underline;
}

.services_bottom .link-more:hover
{
    color: #d64541;
}

.services_bottom .link-more span
{
    font-size: 16px;

    display: block;
}

.services_bottom .link-more svg
{
    width: 30px;
    margin-left: 45px;

    vertical-align: middle;
}

.services_price
{
    font-family: 'gilroy', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 16px;
    line-height: 16px;

    display: block;

    margin-bottom: 15px;

    color: #d64541;
}

/*PROJECTS*/
.projects_wrap
{
    padding: 0;
    background: #fbfbfb;
}

.projects .title_wrap
{
    margin-bottom: 30px;
}

.projects .title_wrap .title--md
{
    float: left;
}

.projects .title_wrap .title_num
{
    float: left;

    padding-right: 35px;
}

.projects_slider
{
    margin-bottom: 30px;
}

.projects_slider .slick-prev
{
    z-index: 10;
    top: 50%;
    left: -76px;

    width: 69px;
    height: 138px;

    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
}

.projects_slider .slick-prev::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.projects_slider .slick-prev:hover::before,
.projects_slider .slick-prev:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-red.svg) no-repeat;
}

.projects_slider .slick-next
{
    z-index: 10;
    top: 50%;
    right: -76px;

    width: 69px;
    height: 138px;

    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
}

.projects_slider .slick-next:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.projects_slider .slick-next:hover::before,
.projects_slider .slick-next:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-red.svg) no-repeat;
}

.projects_slider_nav
{
    display: none;
}

@media screen and (min-width: 410px)
{
    .projects_slider_nav
    {
        display: block;
    }
}

.projects_slider_nav img
{
    display: block;

    width: 120px;
    height: 86px;
    margin: 10px;
}

.projects_slide
{
    position: relative;

    display: block;
    overflow: hidden;

    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

@media screen and (min-width: 650px)
{
    .projects_slide:hover .projects_slide--hover
    {
        -webkit-transition: all .65s;
        transition: all .65s;
        background: #fff;
    }
    .projects_slide:hover .projects_slide--hover svg
    {
        -webkit-transition: all .85s;
                transition: all .85s;

        opacity: 1;
    }
}

@media screen and (min-width: 992px)
{
    .projects_slide
    {
        margin-bottom: 0;
    }
}

.projects_slide img
{
    display: block;
    border-radius: 10px;
    width: 100%;
}

@media screen and (min-width: 992px)
{
    .projects_slide--col
    {
        float: left;
    }
}

@media screen and (min-width: 992px)
{
    .projects_slide--col:nth-child(1)
    {
        width: 55%;
    }
}

@media screen and (min-width: 992px)
{
    .projects_slide--col:nth-child(2)
    {
        width: 45%;
        padding-left: 40px;
    }
}

@media screen and (min-width: 992px)
{
    .projects_slide--col:nth-child(2) .projects_slide:nth-child(1)
    {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1270px)
{
    .projects_slide--col:nth-child(2) .projects_slide:nth-child(1)
    {
        margin-bottom: 40px;
    }

.projects_slide--col:nth-child(2) .projects_slide:nth-child(2) img {}

.projects_slide--col:nth-child(2) .projects_slide:nth-child(1) img,.projects_slide--col:nth-child(2) .projects_slide:nth-child(2) img {
    height: 254px;
}
}

.projects_slide--sm .projects_slide--hover
{
    height: 60%;
}

@media screen and (min-width: 650px)
{
    .projects_slide--sm .projects_slide--hover
    {
        height: 100%;

        -webkit-transform: translate(-35%, 65%);
                transform: translate(-35%, 65%);
    }
}

@media screen and (min-width: 992px)
{
    .projects_slide--sm .projects_slide--hover
    {
        -webkit-transform: translate(-20%, 55%);
                transform: translate(-20%, 55%);
    }
}

@media screen and (min-width: 1270px)
{
    .projects_slide--sm .projects_slide--hover
    {
        -webkit-transform: translate(-20%, 56%);
        transform: translate(-20%, 56%);
    }
}

.projects_slide.slick-dotted.slick-slider
{
    margin-bottom: 0;
}

.projects_slide--hover
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 40%;

    background: rgba(255, 255, 255, .8);
}

@media screen and (min-width: 650px)
{
    .projects_slide--hover
    {
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-35%, 82%);
        transform: translate(-35%, 82%);
        border-radius: 6px;
    }
}

@media screen and (min-width: 1270px)
{
    .projects_slide--hover
    {
        -webkit-transform: translate(-35%, 75%);
        transform: translate(-35%, 78%);
    }
}

.projects_slide--hover svg
{
    position: absolute;
    right: 30px;
    bottom: 15px;

    width: 30px;

    opacity: 0;

    fill: #d64541;
}

.projects_slide_content
{
    position: absolute;
    bottom: 5px;
    left: 10px;
}

@media screen and (min-width: 650px)
{
    .projects_slide_content
    {
        bottom: 15px;
        left: 10px;
    }
}

@media screen and (min-width: 1270px)
{
    .projects_slide_content
    {
        bottom: 25px;
        left: 25px;
        max-width: 380px;
    }
}

.projects_slide_content p
{
    font-family: 'gilroy', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;

    color: #4b77be;
}

@media screen and (min-width: 650px)
{
    .projects_slide_content p
    {
        line-height: 24px;

        margin-bottom: 10px;
    }
}

.projects_slide_content p svg
{
    width: 20px;
    margin-right: 10px;

    vertical-align: middle;

    fill: #d64541;
}

.projects_slide_content span
{
    font-weight: 500;
    line-height: 16px;

    display: block;

    padding-left: 30px;
}

@media screen and (min-width: 650px)
{
    .projects_slide_content span
    {
        line-height: 20px;
    }
}

.projects_nav
{
    display: none;
    width: 100%;
    margin-bottom: 30px;
}

@media screen and (min-width: 410px)
{
    .projects_nav
    {
        display: block;
    }
}

.projects_nav_link
{
    width: 115px;
    height: 87px;
}

.projects_nav_link img
{
    display: block;

    width: 100%;
    height: 100%;
}

.projects_link
{
    padding: 15px;

    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
            box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
}

@media screen and (min-width: 650px)
{
    .projects_link:hover
    {
        -webkit-transition: all .35s;
                transition: all .35s;

        background: #4b77be;
    }
    .projects_link:hover svg
    {
        -webkit-transition: all .35s;
                transition: all .35s;

        fill: #fff;
    }
    .projects_link:hover span
    {
        -webkit-transition: all .35s;
                transition: all .35s;

        color: #fff;
    }
}

@media screen and (min-width: 650px)
{
    .projects_link
    {
        padding: 25px 20px;
    }
}

@media screen and (min-width: 992px)
{
    .projects_link
    {
        padding: 45px 35px;
    }
}

.projects_link span
{
    font-family: 'gilroy', sans-serif;
    font-size: 16px;
    font-weight: normal;

    margin-right: 25px;
}

@media screen and (min-width: 650px)
{
    .projects_link span
    {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px)
{
    .projects_link span
    {
        font-size: 30px;
    }
}

.projects_link svg
{
    width: 20px;

    vertical-align: middle;

    fill: #d64541;
}

@media screen and (min-width: 650px)
{
    .projects_link svg
    {
        width: 25px;

        vertical-align: sub;
    }
}

/*CALCULATOR*/
.calc
{
    color: #fff;
}

.header_wrap {
    padding: 0px 0;
    background:#fff;
	position:unset;
}

.calc_wrap
{
    padding: 45px 0;
    background: url(../imgs/front/calc_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.calc .title
{
    margin-bottom: 60px;
}

.calc_select .jq-selectbox
{
    outline: none;
}

.calc_select .jq-selectbox.opened .jq-selectbox__trigger-arrow::before
{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.calc_select .jq-selectbox.opened .jq-selectbox__trigger-arrow::after
{
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.calc_select .jq-selectbox.focused .jq-selectbox__select
{
    border: none;
}

.calc_select .jq-selectbox__select
{
    font: 16px/40px 'Roboto', sans-serif;

    width: 280px;
    height: 40px;
    padding: 0 45px 0 20px;

    color: #fff;
    border: none;
    border-radius: 0;
    background: #93b9c3;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}

@media screen and (min-width: 410px)
{
    .calc_select .jq-selectbox__select
    {
        width: 330px;
    }
}

.calc_select .jq-selectbox__select-text
{
    overflow: inherit;
}

.calc_select .jq-selectbox__trigger
{
    border-left: none;
}

.calc_select .jq-selectbox__trigger-arrow
{
    top: 19px;
    right: 20px;

    border: none;
}

.calc_select .jq-selectbox__trigger-arrow::before,
.calc_select .jq-selectbox__trigger-arrow::after
{
    position: absolute;

    width: 8px;
    height: 1px;

    content: '';

    background: #fff;
}

.calc_select .jq-selectbox__trigger-arrow::before
{
    left: 0;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.calc_select .jq-selectbox__trigger-arrow::after
{
    right: -3px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.calc_select .jq-selectbox__dropdown
{
    font: 16px/40px 'Roboto', sans-serif;

    height: 40px;

    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
}

.calc_select .jq-selectbox li
{
    color: #fff;
    background: #93b9c3;
}

.calc_select .jq-selectbox li.selected
{
    background: rgba(147, 185, 195, .8);
}

.calc_select .jq-selectbox li:hover
{
    background: #4b77be;
}

.calc_box
{
    width: 100%;
    max-width: 350px;
}

.calc_box--mb
{
    margin-bottom: 30px;
}

.calc_col
{
    margin-bottom: 50px;
}

@media screen and (min-width: 410px)
{
    .calc_col
    {
        float: left;

        width: 50%;
    }
}

.calc_title
{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.calc_item
{
    /*display: none;*/
}

.calc_item.active
{
    display: block;
}

.calc_item small
{
    line-height: 16px;
    display: block;
    margin-bottom: 10px;
}

.calc_item .agree
{
    margin-top: -15px;
}

.calc_input
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;

    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;

    color: #fff;
    border: none;
    background: #93b9c3;
}

.calc_input::-webkit-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;

    color: #fff;
}

.calc_input:-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;

    color: #fff;
}

.calc_input::-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;

    color: #fff;
}

.calc_input:-ms-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;

    color: #fff;
}

.calc_input:focus::-webkit-input-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.calc_input:focus:-moz-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.calc_input:focus::-moz-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.calc_input:focus:-ms-input-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.calc_row
{
    margin-bottom: 20px;
}

.calc_row small
{
    margin-bottom: 15px;
}

.group
{
    font-weight: 300;

    position: relative;

    width: 100%;
    max-width: initial;
    margin: auto;
}

@media screen and (min-width: 410px)
{
    .group
    {
        margin: initial;
    }
}

.group input
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;

    width: 100%;

    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
}

.group label
{
    font-size: 14px;
    line-height: 18px;

    position: absolute;
    top: -5px;
    left: 0;

    -webkit-transition: .2s ease all;
            transition: .2s ease all;
    pointer-events: none;

    color: #fff;
}

.group input:focus ~ label
{
    font-size: 10px;

    top: -15px;
}

.bar
{
    position: relative;

    display: block;

    width: 100%;
}

.bar:before,
.bar:after
{
    position: absolute;
    bottom: 1px;

    width: 0;
    height: 1px;

    content: '';
    -webkit-transition: .2s ease all;
       -moz-transition: .2s ease all;
            transition: .2s ease all;

    background: #d64541;
}

.bar:before
{
    left: 50%;
}

.bar:after
{
    right: 50%;
}

.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after
{
    width: 50%;
}

.highlight
{
    position: absolute;
    top: 25%;
    left: 0;

    width: 100%;
    height: 60%;

    pointer-events: none;
}

.group input:focus ~ .highlight
{
    -webkit-animation: inputHighlighter .3s ease;
       -moz-animation: inputHighlighter .3s ease;
}

@-webkit-keyframes inputHighlighter
{
    from
    {
        background: #d64541;
    }
    to
    {
        width: 0;

        background: transparent;
    }
}

@keyframes inputHighlighter
{
    from
    {
        background: #d64541;
    }
    to
    {
        width: 0;

        background: transparent;
    }
}

/*ABOUT US*/
.about_wrap
{
    padding: 40px 0;

    background: #fdfdfd;
}

.about_content
{
    clear: left;

    max-width: 1000px;
    padding: 30px 0;
}

@media screen and (min-width: 1270px)
{
    .about_content
    {
        float: left;
        clear: none;

        width: 35%;
        padding: 10px 0 0 30px;
    }
}

.about_content p
{
    line-height: 22px;
}

.about_content--main
{
    clear: left;

    padding: 30px 0;
}

@media screen and (min-width: 768px)
{
    .about_content--main
    {
        float: left;
        clear: none;

        padding: 45px 0 0 50px;
    }
}

@media screen and (min-width: 768px)
{
    .about_content--main1
    {
        width: calc(100% - 181px);
        padding: 10px 0 0 50px;
    }
}

@media screen and (min-width: 992px)
{
    .about_content--main1
    {
        padding: 45px 0 0 50px;
    }
}

@media screen and (min-width: 1270px)
{
    .about_content--bold
    {
        width: 45%;
    }
}

.about_content--bold p
{
    font-weight: 700;
}

.about-f_wrap
{
    padding: 30px 0 40px;

    background: #fff;
}

.about-f .title
{
    margin-bottom: 15px;
}

.about-f_content
{
    clear: left;

    max-width: 1000px;
    padding: 30px 0;
}

@media screen and (min-width: 1270px)
{
    .about-f_content
    {
        float: left;
        clear: none;

        max-width: 630px;
        padding-top: 15px;
    }
}

.about-f_content--main
{
    clear: left;

    max-width: 1000px;
    padding: 30px 0;
}

@media screen and (min-width: 1270px)
{
    .about-f_content--main
    {
        float: left;
        clear: none;

        max-width: 750px;
        padding: 10px 0 0 0;
    }
}

.square
{
    width: 181px;
    height: 164px;
    margin: auto;
    text-align: center;
    border-width: 0px;
    border-style: solid;
    border-color: rgba(210, 210, 210, .6);
    background-color: white;
}

@media screen and (min-width: 410px)
{
    .square
    {
        float: left;

        margin: initial;
    }
}

.square_content
{
    padding: 30px 10px 10px;
    margin-left: 0px;
}

@media screen and (min-width: 410px)
{
    .square_content--right
    {
        float: left;
    }
}

@media screen and (min-width: 1270px)
{
    .square_content--right
    {
        float: right;
    }
}

@media screen and (min-width: 410px)
{
    .square_content--right1
    {
        float: left;
    }
}

@media screen and (min-width: 1270px)
{
    .square_content--right1
    {
        float: right;
    }
}

.square_link
{
    display: block;

    padding-top: 60px;
}

.square_link:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: #d64541;
}

.square_link:hover .link-more
{
    -webkit-transition: all .45s;
            transition: all .45s;

    color: #fff;
}

.square_link:hover svg
{
    -webkit-transition: all .55s;
            transition: all .55s;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);

    fill: #fff;
}

.square_link .link-more
{
    font-family: 'gilroy', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;

    position: relative;

    display: inline-block;
}

.square_link .link-more svg
{
    position: absolute;
    right: -30px;
    bottom: 0;

    width: 20px;
}

.square_num
{
    font-family: 'gilroy', sans-serif;
    font-size: 58px;
    font-weight: normal;
    line-height: 46px;

    color: #d64541;
}

.square_title
{
    font-family: 'gilroy', sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;

    color: #4b77be;
}

.square p
{
    font-size: 12px;
    line-height: 18px;
}

.square img
{
    display: block;

    width: 100%;
    height: 100%;
}

/*TEAM*/
.team_wrap
{
    padding: 40px 0;

    background: #fff;
}

.team .title
{
    margin-bottom: 50px;
}

.team_col
{
    margin-bottom: 60px;
}

@media screen and (min-width: 768px)
{
    .team_col
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 1100px)
{
    .team_col
    {
        width: 33.3%;
    }
}

.team_item
{
    position: relative;

    overflow: hidden;

    width: 100%;
    max-width: 310px;
    margin: auto;
}

.team_img
{
    position: relative;
    z-index: 2;

    float: left;

    width: 139px;

    text-align: center;
}

.team_img::before
{
    position: absolute;
    z-index: -1;
    bottom: -25px;
    left: 0;

    width: 139px;
    height: 139px;

    content: '';

    border-radius: 50%;
    background: #4b77be;
}

.team_img img
{
    display: block;

    margin: auto;
}

.team_content
{
    position: absolute;
    right: 0;
    bottom: 8px;
}

.team_content h5
{
    font-family: 'gilroy', sans-serif;
    font-size: 16px;
    font-weight: normal;

    color: #4b77be;
}

.team_content small
{
    font-size: 12px;
    font-weight: 300;

    display: block;

    margin-bottom: 10px;
}

.team_exp
{
    width: 130px;
    height: 30px;

    border-radius: 5px;
    background: #f5f5f5;
}

.team_exp img
{
    float: left;

    margin: 3px 10px 0 3px;
}

.team_exp span
{
    font-weight: 500;
    line-height: 30px;

    float: left;
}

.team .link-more
{
    font-size: 16px;
    line-height: 22px;

    float: right;

    color: #d64541;
}

.team .link-more svg
{
    width: 20px;
    margin-left: 10px;

    vertical-align: middle;
}

/*ORDER*/
.order
{
    color: #fff;
}

.order_wrap
{
    padding: 50px 0;

    background: url(../imgs/front/order_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.order_wrap--1
{
    padding: 40px 0;

    background: #2778c2;
}

.order_wrap--1 .agree a:hover
{
    color: #d64541;
}

.order .title
{
    margin-bottom: 25px;
}

.order .title--md
{
    margin-bottom: 35px;
}

.order_text
{
    margin-bottom: 40px;
}

.order_text p
{
    font-size: 18px;
    line-height: 48px;
}

.order_form form
{
    text-align: center;
}

@media screen and (min-width: 768px)
{
    .order_form form
    {
        text-align: left;
    }
}

.order_form .line
{
    display: none;
    float: left;
}

@media screen and (min-width: 768px)
{
    .order_form .line
    {
        display: block;
    }
}

.order_form .line::before
{
    top: 9px;
    left: 0;

    height: 30px;
}

.order_form .rectangle
{
    display: none;
    float: left;

    width: 80px;
    height: 50px;

    background: #fff;
}

@media screen and (min-width: 768px)
{
    .order_form .rectangle
    {
        display: block;
    }
}

.order_form .btn--default
{
    font-size: 16px;
    line-height: 48px;

    z-index: 2;

    display: block;

    margin-bottom: 25px;
    padding: 0 40px;

    color: #454545;
    -webkit-box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
            box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
}

.order_form .btn--default::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';

    background: #4b77be;
}

.order_form .btn--default:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #fff;
}

.order_form .btn--default:hover::before
{
    width: 100%;

    -webkit-transition: all .35s;
            transition: all .35s;

    color: #fff;
}

@media screen and (min-width: 768px)
{
    .order_form .btn--default
    {
        float: left;

        margin-left: -40px;
    }
}

.order_input
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    display: block;

    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 25px;
    padding-left: 20px;

    color: #454545;
    border: none;
    background: #fff;
}

@media screen and (min-width: 768px)
{
    .order_input
    {
        display: inline-block;
        float: left;

        width: auto;
        max-width: auto;
        padding-left: 0;
    }
}

.order_input::-webkit-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.order_input:-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.order_input::-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.order_input:-ms-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.order_input:focus::-webkit-input-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.order_input:focus:-moz-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.order_input:focus::-moz-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.order_input:focus:-ms-input-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

@media screen and (min-width: 768px)
{
    .order_input--sm
    {
        width: 225px;
        padding-left: 50px;

        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }
}

@media screen and (min-width: 768px)
{
    .order_input--lg
    {
        width: 262px;

        text-align: center;
    }
}

/*PRODUCTS*/
.products_wrap
{
    padding: 40px 0;

    background: #fff;
}

.products .title
{
    margin-bottom: 30px;
}

.products_menu
{
    margin-bottom: 30px;
}

.products_menu li
{
    display: block;

    margin-bottom: 15px;
}

@media screen and (min-width: 768px)
{
    .products_menu li
    {
        display: inline-block;

        margin-bottom: 0;
    }
    .products_menu li:not(:last-child)
    {
        margin-right: 40px;
    }
}

.products_menu li:hover a,
.products_menu li.ui-tabs-active a
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #4b77be;
    border-bottom-color: #4b77be;
}

.products_menu li a
{
    font-size: 16px;
    font-weight: 500;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}

.products_card
{
    max-width: 278px;
    margin: 10px;
    padding: 10px 10px 15px;

    text-align: center;

    border-width: 1px;
    border-style: solid;
    border-color: #eaebed;
    border-radius: 10px;
    background-color: white;
    -webkit-box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .05);
            box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .05);
}

@media screen and (min-width: 650px)
{
    .products_card_wrap
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 850px)
{
    .products_card_wrap
    {
        width: 33.3%;
    }
}

@media screen and (min-width: 1100px)
{
    .products_card_wrap
    {
        width: 25%;
    }
}

.products_card--1
{
    margin: auto auto 20px;
    padding-top: 20px;
}

@media screen and (min-width: 850px)
{
    .products_card--1
    {
        margin: 10px;
    }
}

.products_card--1 img
{
    margin-bottom: 30px;
}

.products_card--2
{
    margin: auto auto 20px;
}

@media screen and (min-width: 850px)
{
    .products_card--2
    {
        margin: 10px;
    }
}

.products_card img
{
    display: block;

    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.products_card h5
{
    font-size: 16px;
    font-weight: 500px;
}

.products_card p
{
    font-size: 12px;
    line-height: 16px;
}

.products_icons
{
    float: left;

    height: 36px;
    margin-bottom: 20px;

    border-radius: 5px;
    background-color: #fbfbfb;
}

.products_icons .line
{
    display: inline-block;
    float: left;
}

.products_icons .line::before
{
    top: 4px;

    height: 24px;
}

.products_ic
{
    position: relative;

    display: block;
    float: left;

    width: 47px;
    height: 100%;
}

.products_ic::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    height: 27px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: url(../imgs/spr_product_ic.png) no-repeat;
}

.products_slider .slick-prev
{
    z-index: 10;
    top: 50%;
    left: -76px;

    width: 69px;
    height: 138px;

    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
}

.products_slider .slick-prev::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.products_slider .slick-prev:hover::before,
.products_slider .slick-prev:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-red.svg) no-repeat;
}

.products_slider .slick-next
{
    z-index: 10;
    top: 50%;
    right: -76px;

    width: 69px;
    height: 138px;

    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
}

.products_slider .slick-next:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.products_slider .slick-next:hover::before,
.products_slider .slick-next:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-red.svg) no-repeat;
}

.products_slider .slick-dots
{
    bottom: -50px;
}

.products_slider .slick-dots li button::before
{
    font-size: 20px;

    opacity: .5;
    color: #4b77be;
}

.products_slider .slick-dots li.slick-active button::before
{
    opacity: 1;
    color: #d64541;
}

.ic-drop::before
{
    width: 15px;

    background-position-x: 0;
}

.ic-homefire::before
{
    width: 25px;

    background-position-x: -21px;
}

.ic-tree::before
{
    width: 15px;

    background-position-x: -50px;
}

/*REVIEWS*/
.reviews_wrap
{
    padding: 40px 0;

    background: #fbfbfb;
}

.reviews .title
{
    margin-bottom: 40px;
}

.reviews_slider
{
    margin-bottom: 50px;
}

.reviews_slider .slick-prev
{
    z-index: 10;
    top: 50%;
    left: -76px;

    width: 69px;
    height: 138px;

    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
}

.reviews_slider .slick-prev::before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
            transform: translate(-50%, -50%) rotate(180deg);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.reviews_slider .slick-prev:hover::before,
.reviews_slider .slick-prev:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-red.svg) no-repeat;
}

.reviews_slider .slick-next
{
    z-index: 10;
    top: 50%;
    right: -76px;

    width: 69px;
    height: 138px;

    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .09);
}

.reviews_slider .slick-next:before
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 40px;
    height: 40px;

    content: '';
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: url(../imgs/svg/right-arrow-blue.svg) no-repeat;
}

.reviews_slider .slick-next:hover::before,
.reviews_slider .slick-next:focus::before
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: url(../imgs/svg/right-arrow-red.svg) no-repeat;
}

.reviews_slider .slick-dots
{
    bottom: -50px;
}

.reviews_slider .slick-dots li button::before
{
    font-size: 20px;

    opacity: .5;
    color: #4b77be;
}

.reviews_slider .slick-dots li.slick-active button::before
{
    opacity: 1;
    color: #d64541;
}

.reviews_item
{
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 381px;
    margin: 0 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 23.75px 1.25px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 23.75px 1.25px rgba(0, 0, 0, .05);
}

.reviews_item:hover .play,
.reviews_item:focus .play
{
    -webkit-transition: all .35s;
            transition: all .35s;

    border-color: #d64541;
}

.reviews_item:hover .play svg,
.reviews_item:focus .play svg
{
    -webkit-transition: all .35s;
            transition: all .35s;

    fill: #d64541;
}

.reviews_item_wrap
{
    padding-bottom: 20px;
}

@media screen and (min-width: 768px)
{
    .reviews_item_wrap
    {
        float: left;

        width: 50%;
        padding: 10px;
    }
}

@media screen and (min-width: 1100px)
{
    .reviews_item_wrap
    {
        width: 33.3%;
        margin-bottom: 0;
    }
}

.reviews_item_wrap .reviews_item
{
    margin: auto;
}

@media screen and (min-width: 1100px)
{
    .reviews_item_wrap .reviews_item
    {
        margin: auto;
    }
}

.reviews_img
{
    position: relative;
}

.reviews_img::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 46px;

    content: '';

    background: url(../img/video_slider_triangle.png) no-repeat;
}

.reviews_img .play
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 50px;
    height: 50px;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    border-width: 7px;
    border-style: solid;
    border-color: #e2e2e2;
    border-radius: 50%;
    background-color: white;
}

.reviews_img .play svg
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 12px;

    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    fill: #454545;
}

.reviews_img img
{
    display: block;

    width: 100%;
    height: auto;
}

.reviews_content
{
    padding: 35px 15px 25px;

    background: #fff;
}

.reviews_content p
{
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.reviews_content h6
{
    font-family: 'gilroy', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;

    margin-bottom: 15px;
}

.reviews_user
{
    font-family: 'gilroy', sans-serif;
    font-weight: bold;
    line-height: 18px;

    display: block;

    margin-top: 30px;
}

.reviews_bottom
{
    text-align: center;
}

/*SEND CONTACTS*/
.send
{
    text-align: center;

    color: #fff;
}

@media screen and (min-width: 992px)
{
    .send
    {
        text-align: left;
    }
}

.send_wrap
{
    padding: 60px 0;

    background: #4b77be;
}

.send .title
{
    margin-bottom: 30px;
}

.send .title--md
{
    margin-bottom: 0;
}

.send_left
{
    margin-bottom: 30px;
}

@media screen and (min-width: 992px)
{
    .send_left
    {
        float: left;

        margin-bottom: 0;
    }
}

.send_text
{
    margin: auto auto 25px;
}

@media screen and (min-width: 650px)
{
    .send_text
    {
        max-width: 320px;
    }
}

@media screen and (min-width: 992px)
{
    .send_text
    {
        margin: initial;
        margin-bottom: 25px;
    }
}

.send_text p
{
    line-height: 20px;
}

.send .agree
{
    font-size: 12px;
    line-height: 16px;
}

.send .agree a:hover
{
    color: #d64541;
}

@media screen and (min-width: 992px)
{
    .send_right
    {
        float: right;
    }
}

.send_form input,
.send_form button
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    display: block;

    width: 300px;
    margin: auto;

    color: #454545;
    border: none;
    border-radius: 100px;
    background: #fff;
}

.send_form input
{
    margin-bottom: 25px;
    padding-left: 30px;
}

.send_form input::-webkit-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.send_form input:-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.send_form input::-moz-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.send_form input:-ms-input-placeholder
{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;

    color: rgba(27, 27, 27, .4);
}

.send_form input:focus::-webkit-input-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.send_form input:focus:-moz-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.send_form input:focus::-moz-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.send_form input:focus:-ms-input-placeholder
{
    -webkit-transition: all .35s;
            transition: all .35s;

    opacity: 0;
}

.send_form input[type="submit"]
{
    text-align: center;

    -webkit-box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
            box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
}

.send_form  input[type="submit"]:hover,
.send_form  input[type="submit"]:focus
{
    -webkit-transition: all .35s;
            transition: all .35s;

    background: #d64541;
}

/*MAP*/
.map
{
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px)
{
    .map
    {
        height: 350px;
    }
}

@media screen and (min-width: 992px)
{
    .map
    {
        height: 400px;
    }
}

@media screen and (min-width: 1100px)
{
    .map
    {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1270px)
{
    .map
    {
        height: 600px;
    }
}

.map_wrap
{
    position: relative;
}

.map_contacts
{
    width: 100%;
    max-width: 1270px;
    margin: auto;
}

@media screen and (min-width: 1100px)
{
    .map_contacts
    {
        position: absolute;
        bottom: 10px;
        left: 50%;

        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

.map_box
{
    width: 100%;
	
    margin: auto auto 20px;
    text-align: center;
    background: #fff;
}

@media screen and (min-width: 1100px)
{
    .map_box
    {
        float: left;
        min-height: 100px;
        text-align: left;
        border-radius: 10px;
        -webkit-box-shadow: 0 10px 28.5px 1.5px rgba(0, 0, 0, .24);
                box-shadow: 0 10px 28.5px 1.5px rgba(0, 0, 0, .24);
    }
}

.map_box .location
{
    max-width: 338px;
    margin: auto;
}

.map_box .location span,
.map_box .location a
{
    line-height: 28px;
}

.map_box .location span {display: inline;max-width: 278px;}

.map_box .location_phone
{
    font-size: 18px;
}

.map_box .location a:hover,
.map_box .location a:focus
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #4b77be;
}

.map_box .location svg
{
    margin: 0 10px;
    fill: #4b77be;
}

.map_box--sm
{
    width: 100%;
}

@media screen and (min-width: 1100px)
{
    .map_box--sm
    {
        width: 360px;
        margin-right: 5px;
        padding: 10px 10px 10px;
    }
}

.map_box--lg
{
    width: 100%;
}

@media screen and (min-width: 1100px)
{
    .map_box--lg
    {
        width: calc(100% - 365px);
        padding: 40px 10px 20px 50px;
    }
}

.map_box--lg .location
{
    max-width: fit-content;
    margin: auto;
}

.map_box--lg .location_wrap
{
    margin-bottom: 20px;
}

@media screen and (min-width: 850px)
{
    .map_box--lg .location_wrap
    {
        float: left;

        width: 33.3%;
        margin-bottom: 0;
    }
}

.map_box .office
{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 12px;
}

/*FOOTER*/
.footer_wrap
{
    padding: 20px 0;

    background: #fbfbfb;
}

.footer_col
{
    margin-bottom: 35px;

    text-align: center;
}

@media screen and (min-width: 650px)
{
    .footer_col
    {
        float: left;

        width: 50%;

        text-align: left;
    }
}

@media screen and (min-width: 1270px)
{
    .footer_col
    {
        width: auto;
        margin-bottom: 0;
    }
}

.footer_col h6
{
    font-family: 'gilroy', sans-serif;
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 5px;
}

.footer_col .line
{
    position: relative;

    display: block;
}

.footer_col .line::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 1px;

    content: '';

    background-color: #e2e2e2;
}

.footer_col .date
{
    display: block;

    padding-bottom: 10px;

    color: rgba(69, 69, 69, .6);
}

@media screen and (min-width: 1270px)
{
    .footer_col--1
    {
        width: 30%;
    }
}

.footer_col--2
{
    padding-top: 20px;
}

@media screen and (min-width: 1270px)
{
    .footer_col--2
    {
        width: 20%;
    }
}

.footer_col--3
{
    clear: left;
}

@media screen and (min-width: 1270px)
{
    .footer_col--3
    {
        clear: none;

        width: 25%;
        padding-top: 20px;
    }
}

@media screen and (min-width: 650px)
{
    .footer_col--4
    {
        float: right;
    }
}

@media screen and (min-width: 1270px)
{
    .footer_col--4
    {
        width: 25%;
        padding-top: 20px;
    }
}

.footer_item1
{
    width: 100%;
    max-width: 320px;
    margin: auto;
}

@media screen and (min-width: 1270px)
{
    .footer_item1
    {
        margin: initial;
    }
}

.footer_item1 .phone
{
    font-weight: bold;
    margin-bottom: 15px;
}

.footer_item1 .phone:hover,
.footer_item1 .phone:focus
{
    -webkit-transition: all .35s;
            transition: all .35s;
    color: #4b77be;
}

.footer_item1 .social
{
    margin-top: 30px;
}

.footer_item2
{
    width: 100%;
    max-width: 175px;
    margin: auto;
}

@media screen and (min-width: 850px)
{
    .footer_item2
    {
        max-width: 400px;
    }
}

@media screen and (min-width: 1270px)
{
    .footer_item2
    {
        max-width: 175px;
    }
}

.footer_item3
{
    line-height: 18px;

    width: 100%;
    max-width: 250px;
    margin: auto;
}

.footer_item3 a
{
    display: block;

    padding-top: 10px;
}

.footer_item3 a:hover
{
    text-decoration: underline;

    color: #4b77be;
}

.footer_item4
{
    line-height: 18px;

    width: 100%;
    max-width: 280px;
    margin: auto;
}

@media screen and (min-width: 1270px)
{
    .footer_item4
    {
        margin: initial;
    }
}

.footer_item4 a
{
    display: block;

    padding-top: 10px;
}

.footer_item4 a:hover
{
    text-decoration: underline;

    color: #4b77be;
}

.footer_item4 span
{
    padding-bottom: 10px;
}

.footer .logo_wrap
{
    margin-bottom: 35px;
}

@media screen and (min-width: 410px)
{
    .footer .logo_left
    {
        float: left;
    }
}

.footer .logo_right
{
    text-align: center;
}

@media screen and (min-width: 410px)
{
    .footer .logo_right
    {
        float: right;

        padding-top: 15px;
    }
}

.footer .logo_right .link-user
{
    color: #4b77be;
}

.footer .logo_right .link-user svg
{
    fill: #4b77be;
}

.footer .logo_text
{
    margin-bottom: 10px;
}

.footer .logo_img
{
    display: block;

    margin-bottom: 10px;
}

@media screen and (min-width: 410px)
{
    .footer .logo_img
    {
        margin-bottom: 0;
    }
}

.footer_menu
{
    margin-bottom: 35px;
}

.footer_menu li a:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #4b77be;
}

@media screen and (min-width: 850px)
{
    .footer_menu_wrap
    {
        float: left;

        padding: 0 20px;
    }
}

@media screen and (min-width: 1270px)
{
    .footer_menu_wrap
    {
        float: none;

        padding: 0;
    }
}

.footer_bottom
{
    padding: 10px 0;

    background: #e5e5e5;
}

.footer_bottom_col
{
    margin-bottom: 10px;

    text-align: center;
}

@media screen and (min-width: 500px)
{
    .footer_bottom_col
    {
        float: left;

        width: 50%;

        text-align: left;
    }
}

@media screen and (min-width: 992px)
{
    .footer_bottom_col
    {
        width: 33.3%;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 500px)
{
    .footer_bottom_col:nth-child(2)
    {
        text-align: right;
    }
}

@media screen and (min-width: 992px)
{
    .footer_bottom_col:nth-child(2)
    {
        text-align: center;
    }
}

.footer_bottom_col:nth-child(3)
{
    width: 100%;
    margin-bottom: 0;

    text-align: center;
}

@media screen and (min-width: 992px)
{
    .footer_bottom_col:nth-child(3)
    {
        float: right;

        width: 33.3%;

        text-align: right;
    }
}

.footer_bottom_col a:hover
{
    color: #4b77be;
}

.ic-news
{
    position: relative;

    padding-left: 35px;
}

.ic-news::before
{
    position: absolute;
    top: -5px;
    left: 0;

    width: 25px;
    height: 30px;

    content: '';

    background: url(../imgs/svg/newspaper.svg) no-repeat;
}

.ic-question
{
    position: relative;

    padding-left: 35px;
}

.ic-question::before
{
    position: absolute;
    top: -5px;
    left: 0;

    width: 26px;
    height: 26px;

    content: '';

    background: url(../imgs/svg/information.svg) no-repeat;
}

.social a
{
    display: inline-block;

    margin-right: 20px;

    text-align: center;
}

.social a:hover svg
{
    fill: #4b77be;
}

.social a svg
{
    fill: #454545;
}

/*WORKS*/
.works_wrap
{
    padding: 35px 0 45px;

    background: #fbfbfb;
}

.works .title
{
    margin-bottom: 40px;
}

.works_menu
{
    margin-bottom: 25px;
}

.works_menu li
{
    padding: 5px;
}

@media screen and (min-width: 650px)
{
    .works_menu li
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 992px)
{
    .works_menu li
    {
        width: 33.3%;
    }
}

@media screen and (min-width: 1270px)
{
    .works_menu li
    {
        width: 25%;
    }
}

@media screen and (min-width: 1270px)
{
    .works_menu li:not:nth-child(4n+4)
    {
        padding-right: 20px;
    }
}

.works_menu li:nth-child(2n + 1) a
{
    float: left;
}

@media screen and (min-width: 650px)
{
    .works_menu li:nth-child(2n + 1) a
    {
        float: none;
    }
}

.works_menu li:nth-child(2n) a
{
    float: right;
}

@media screen and (min-width: 650px)
{
    .works_menu li:nth-child(2n) a
    {
        float: none;
    }
}

.works_menu li a
{
    font-size: 16px;
    line-height: 50px;

    position: relative;
    z-index: 2;

    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 270px;
    margin: auto;
    padding-left: 65px;

    border-radius: 10px;
    background: #fff;
}

.works_menu li a::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';

    background: #2778c2;
}

.works_menu li a::after
{
    position: absolute;
    top: 7px;
    left: 15px;

    width: 35px;
    height: 33px;

    content: '';

    background: url(../img/spr-roof-work.png) no-repeat;
}

.works_menu li a:hover
{
    -webkit-transition: all .55s;
            transition: all .55s;

    color: #fff;
}

.works_menu li a:hover::before
{
    width: 100%;

    -webkit-transition: all .55s;
            transition: all .55s;
}

.works_menu li a:hover::after
{
    -webkit-transition: all .55s;
            transition: all .55s;

    background-position-y: -37px;
}

.works_menu li a.ic-highHome::after
{
    background-position-x: 0;
}

.works_menu li a.ic-commBulid::after
{
    background-position-x: -40px;
}

.works_menu li a.ic-archBuild::after
{
    background-position-x: -80px;
}

.works_menu li a.ic-stateBuild::after
{
    background-position-x: -120px;
}

.works_item
{
    position: relative;

    display: block;
    overflow: hidden;

    max-width: 375px;
    margin: auto;

    border-radius: 10px;
}

.works_item img
{
    display: block;

    width: 100%;
    height: 100%;
}

.works_item:hover .works_hover
{
    -webkit-transition: all .55s;
            transition: all .55s;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.works_item:hover .works_hover svg
{
    -webkit-transition: all .60s;
            transition: all .60s;

    opacity: 1;
}

.works_item_wrap
{
    padding: 20px;
}

@media screen and (min-width: 768px)
{
    .works_item_wrap
    {
        float: left;

        width: 50%;
    }
}

@media screen and (min-width: 1270px)
{
    .works_item_wrap
    {
        width: 33.3%;
    }
}

.works_hover
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transform: translateY(60%);
            transform: translateY(60%);

    background: rgba(255, 255, 255, .8);
}

.works_hover svg
{
    position: absolute;
    right: 25px;
    bottom: 20px;
    width: 25px;
    opacity: 0;
    fill: #d64541;
}

.works_content
{
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;

    width: 100%;
    padding-left: 15px;

    background: transparent;
}

@media screen and (min-width: 1100px)
{
    .works_content
    {
        padding-left: 30px;
    }
}

.works_content p
{
    font-family: 'gilroy', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    color: #4b77be;
}

.works_content p svg
{
    width: 20px;
    margin-right: 10px;

    vertical-align: middle;

    fill: #d64541;
}

@media screen and (min-width: 650px)
{
    .works_content p
    {
        margin-bottom: 10px;
    }
}

.works_content span
{
    line-height: 20px;

    display: block;

    color: #1b1b1b;
}

/*QUESTIONS*/
.questions_wrap
{
    padding: 40px 0;

    background: #fff;
}

.questions .title
{
    margin-bottom: 30px;
}

.accordion
{
    padding-left: 20px;
}

.accordion li
{
    margin-bottom: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: gainsboro;
    border-radius: 10px;
    cursor: pointer;
}

.accordion_title
{
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
}

 .accordion_title::before
{
    font-size: 20px;
    line-height: 16px;

    display: block;
    float: left;

    width: 18px;
    height: 18px;
    margin: 16px 15px 0 -10px;

    content: '+';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #4b77be;
    -webkit-box-shadow: 0 2px 4.5px .5px rgba(0, 0, 0, .1);
            box-shadow: 0 2px 4.5px .5px rgba(0, 0, 0, .1);
}

.active .accordion_title::before
{
    content: '-';
}

.accordion_content
{
    display: none;

    width: 100%;
    max-width: 865px;
    padding-left: 30px;
}
.phone_wrap {position:relative;}
.phone_wrap svg {width:25px; fill:#fff;position:absolute; left:-30px;}
.search svg {width:25px;fill:#fff;}
.header_nav .menu ul {display:none;}
.menu_item .separator {
    font-size: 17px;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    cursor:pointer;
    float: left;
    }
    .sticky .menu_item .separator {font-size: 15px;float: none;}
    .header_nav .menu li:hover>.contic>ul{
    position: absolute;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    display: block;
    font-size: 14px;
    top: 38px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);
    }
    .parent.drop {position:relative;padding-bottom: 30px;margin-bottom: -30px;}
    .parent.drop li {padding:0px;margin:0px;margin-right: 0px!important;box-shadow: none;position: relative;}
    .parent.drop li a {
    display: block;
    border-radius: 0;
    font-size: 14px;
    padding: 10px 19px 10px 19px !important;
    border-top: 1px solid #ffffff;
    min-width: 225px;
    white-space: normal;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
    color: #000;
    }
        .parent.drop li:first-child>a {border-top:0px;}
        .header_nav .menu li  ul li:hover > .contic>ul {
    left: 100%;
    top: 0px;
}
.arrow svg {width:12px; height:12px;}
.parent.drop>a {padding-right: 20px;}
.arrow  {position:absolute;right:0px;top: 1px;}
.menu > li >span>svg {fill:#fff;} 
.parent.drop ul li svg {transform:rotate(-90deg);top: 11px!important;position:relative;right:10px;}
 
 

.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border: 1px solid rgb(255, 255, 255);border-radius: 0px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0;}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color: #0000007a;}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width: 400px;margin:30px auto;}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.18);}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}
.products_tabs .tab_context {display:none;}
.products_tabs .tab_context.active {display:block!important;}
.products_menu li.active a{-webkit-transition: all .35s;
    transition: all .35s;
    color: #4b77be;
    border-bottom-color: #4b77be;}
   .footer_item4 .line {display:none}
  .footer_item4  .date  {display:none}
  .header-white {position:relative;z-index: 3;}
  .header-white {color:#000;border-bottom: 1px solid #e7e7e7;}
  .header-white svg {fill:#000;}
   .header-white .menu > li >span>svg{fill:#000;}
   .header-white .order-call_wrap .link-user svg {fill:#000;}
   .sticky  .header_nav {
    padding-bottom: 0px;
}
.sticky  .header_nav .menu .menu_item a{font-size: 15px;}
.breadcrumb li {
    font-size: 13px;
    font-weight: 300; }
.breadcrumb li .divider:after {width:5px; height:1px; content:''; background:#000; display:block;position:relative;top:-4px;margin-left:3px;margin-right:5px;}
.breadcrumb li.active:first-child {display:none;}
.breadcrumb li {display:inline-block}

.breadcrumb li .divider {display:inline-block;}
.breadcrumb {padding-top:20px;padding-bottom:20px;}
.body_c {padding-bottom:40px}

  .page-header   {font-family: 'gilroy', sans-serif;font-size:25px;margin-bottom: 0px;}

.osmap-items h2 {
    display: none;
}
  .w-d {padding-top:30px;overflow:hidden;}
  .w-1 {width:20%;float: right;}
  .w-2 {width: 76%;float:left;}
  .w-1 ul {border:1px solid #ddd}
   .w-1 ul li{}
    .w-1 ul li a{text-transform:none;padding:15px 20px;border-bottom:1px solid #ddd;font-size: 15px;}
    .w-1 ul li:last-child a {border:0px;}
    .w-1 .current.active>a{color:#4b77be;}
    .pagination-list {padding-bottom:20px;}
    .pagination-list li {display:none;margin-right:10px;}
    .pagination-list li.hidden-phone {display:inline-block;}
    .pagination-list li.hidden-phone a {padding:15px 20px;border:1px solid #ddd;border-radius:4px;font-size: 17px;}
    .pagination-list li.hidden-phone.active a {color:#ddd}
    .pagination-list li.hidden-phone:hover a{background: #f5f5f5;} 
    .w-1 .menu ul {display:none;}
    .w-1 .menu li.current.drop ul{display:block;border:0px;background: #ffffff;border-bottom: 0px;}
    .w-1 .menu li.current.drop ul li a {font-size: 15px;padding:7px 20px!important;border-bottom:0px;border: 0px;}
    .w-1 .menu li.current.drop .arrow {top:15px;right:20px;border:1px solid #ddd;padding:0px 6px;border-radius:4px;height: 22px;}
     

     .w-1 .menu li.drop .arrow {top:15px;right:20px;border:1px solid #ddd;padding:0px 6px;border-radius:4px;height: 22px;}
     .w-1 .menu li.drop .arrow svg{fill:#000;transform:rotate(-90deg)}
     .w-1 .menu li.current.drop .arrow svg{fill:#000;transform:rotate(0deg)}
     .w-1 .menu li.drop .arrow:hover {cursor:pointer;background:#ddd}
     .g_desc p {margin-bottom:10px}
     .g_desc ul {
    margin-bottom: 20px;
}
     .g_desc ul li {position:relative; padding-left:20px;}
     .g_desc ul li:before {width:5px; height:5px; content:''; position:absolute;display:block; border:2px solid #4b77be;left:0px;top:6px;border-radius:50px;}
          .g_desc  ol li {position:relative; padding-left:20px;}
          .g_desc  ol {padding-left:0px;}
     .g_desc  ol li:before {width:5px; height:5px; content:''; position:absolute;display:block; border:2px solid #4b77be;left:0px;top:6px;border-radius:50px;}
     .page-header h1 {line-height:40px;font-weight: 400;}
	 .gallary {
    margin-top: 20px;
}
	 .gallary a{
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
	 .gallary a img{
    max-width: 100%;
}
.gallary a:hover {opacity:0.6;}
.blog .works_content p {font-size:13px}
.blog  .works_content span {font-size:12px}
.works_content p { position:relative;padding-left:30px;line-height:15px;}
      .works_content p svg {position:absolute;left:0px; }
.services_info img{border-radius:50% 50% 50% 0%;max-width:100%;height: auto;}
 .blog .works_item_wrap{padding:5px;}
 .blog  .works_hover {background:rgba(0, 0, 0, 0.29);-webkit-transform: translateY(0);transform: translateY(0);}
 .blog .works_content span {color:#fff;font-size:14px;    font-family: 'gilroy', sans-serif;}
    .blog .works_content p {color:#fff;font-size:14px;    font-family: 'gilroy', sans-serif;padding-right:30px;position:relative;padding-left:30px;line-height:15px;}
   .blog .works_content p svg {position:absolute;left:0px;fill:#fff}
	 
	  .w-1 .menu li.current.drop ul li:last-child a {border-top:1px solid #f0f0f0;}
	  .current>a {color: #4b77be!important;}
	 #main-menu .active>a {color: #4b77be!important;}
	 #main-menu .active>.arrow svg {fill: #4b77be!important;}
	 .header_wrap.sticky {color:#000;z-index: 104;}
	 .header_wrap.sticky svg {fill:#000;}
	 .projects_nav_link {
    width: 33%!important;
    overflow: hidden;
    margin-bottom: 10px;
}
	 .projects_nav_link img {display: inline;width: 32%;height: auto;}
	 #mySearch {}
	 #mySearch .modal-dialog {margin-top:0px;width: 100%;border: 0px;border-radius: 0px;box-shadow: none!important;}
	  #mySearch .modal-content {border-radius: 0px;box-shadow: none!important;height: 127px;margin-right: -20px;}
	   #mySearch .modal-content .close {position:absolute;right:20px;top: 40px;}
	    #mySearch .modal-content .close svg {width: 20px!important;}
	    #mySearch .btn {    background: #4b77be; color:#fff; border:0px; font-size:15px;}
	     #mySearch .modal-header {display:none;}
	     .header_nav .search>span:hover {cursor:pointer;}
	     .header_nav .search>span:hover svg{cursor:pointer;fill: #4b77be!important;}
	      #mySearch .modal-body {padding-top:40px}
		  .g_phone {display:none;}
		  .header_wrap.sticky .g_phone {display:block;float: left;margin-right: 40px;}
		  .header_wrap.sticky .g_phone .phone {font-size: 22px;display: inline-block;position:relative;top:-3px;margin-left:20px}
		  .header_wrap.sticky .g_phone .phone svg {}
		  .submit-contacts-form-item {position:relative;}
		  .submit-contacts-form-item label{position:absolute;top:10px;color:#6c6c6c;font-size:17px;left:30px;transition: 0.3s all;}
		  .submit-contacts-form-item label.activ {position:absolute;top:-20px;font-size:14px;color:#fff}
		  .submit-contacts-form-item.order_input--sm {display:inline-block;padding-left: 0px;}
		  .submit-contacts-form-item.order_input--lg{display:inline-block;margin-left: -4px;}
		  .submit-contacts-form-item.order_input--sm input, .submit-contacts-form-item.order_input--lg input {background:#fff;border:0px;font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 25px;
    padding-left: 20px;
    color: #454545;
    border: none;
    background: #fff;}
    .submit-contacts-form-item.order_input--sm input {    width: 225px;
    padding-left: 50px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;}
    .submit-contacts-form-item.order_input--lg input {
    width: 262px;
    text-align: left;
    padding-left: 40px;
    }
    .submit-contacts-form-item.order_input--sm label {left:40px}
     .submit-contacts-form-item.order_input--lg label {left:40px}
     #mod_itf_form4 .order_input--sm:before{
    top: 9px;
    height: 30px;
    position: absolute;
    right: 0;
    width: 1px;
    content: '';
    display: inline-block;
    background-color: #949494;
    z-index: 10;
    }
    #mod_itf_form4 .btn-wrap { display:inline-block;
    margin-left: -40px;}
    #mod_itf_form4 .cgy {display:inline-block;}
    #mod_itf_form4 .btn-wrap input {
    font-size: 16px;
    line-height: 48px;
    z-index: 2;
    display: block;
    margin-bottom: 25px;
    padding: 0 40px;
    color: #454545;
    -webkit-box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 7px 9px 1px rgba(0, 0, 0, .15);
    z-index:100;
    position:relative;
    top: 0;
    }
    #mod_itf_form4 .btn-wrap input:hover
{
    -webkit-transition: all .35s;
            transition: all .35s;

    color: #fff;
}

#mod_itf_form4 .btn-wrap input:hover::before
{
    width: 100%;

    -webkit-transition: all .35s;
            transition: all .35s;

    color: #fff;
}

#mod_itf_form4 .btn-wrap input::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 0;
    height: 100%;

    content: '';

    background: #4b77be;
}

#mod_itf_form4 .btn-wrap input:hover
{
    -webkit-transition: all .35s;
    transition: all .35s;
    color: #fff;
    background: #4b77be;
    border: 1px solid #4b77be;
}

#mod_itf_form4 .btn-wrap input:hover::before
{
    width: 100%;

    -webkit-transition: all .35s;
            transition: all .35s;

    color: #fff;
}

#mod_itf_form2 .send-item input {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    display: block;
    padding-left: 25px;
    width: 300px;
    color: #454545;
    border: none;
    border-radius: 100px;
    background: #fff;
    }
   #mod_itf_form2 .send-item {margin-bottom: 30px;}
   #mod_itf_form2 .btn-wrap input{font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    display: block;
    width: 300px;
     
    color: #fff;
    border: none;
    border-radius: 100px;
    border-color: #04afeb;
    background: #04afeb;}
     #mod_itf_form2 .btn-wrap input:hover {
    -webkit-transition: all .35s;
    transition: all .35s;
    background: #d64541;
    color: #fff;
}
.reviews_slider .slick-list  {padding-bottom:20px!important;}
.products_slider .slick-list {padding-bottom:20px!important;}
.header_nav .menu_item a.col-menu1 {font-size:19px!important;border-bottom:1px solid #000000;display:inline-block!important;padding-bottom:20px!important}
.col-menu1 {}
.col-menu1 img {margin-right:20px;position:relative;top:15px;}
.col-menu2 img {margin-right:20px;position:relative;top:15px;}
.col-menu3 img {margin-right:20px;position:relative;top:15px;}
.divider .contic li.menu_item a {border:0px!important;padding: 5px 10px!important;display: block;border-radius: 0;font-size: 14px!important;padding: 10px 19px 10px 19px !important;border-top: 1px solid #ffffff!important;min-width: 225px;white-space: normal;line-height: 24px;font-weight: normal;text-transform: none;color: #000;border-right: 1px solid #ededed!important;}
.header_nav .menu_item a.col-menu2 {font-size:19px!important;border-bottom:1px solid #000000;display:inline-block!important;padding-bottom:20px!important}
.header_nav .menu_item a.col-menu3 {font-size:19px!important;border-bottom:1px solid #000000;display:inline-block!important;padding-bottom:20px!important}
#main-menu>.menu_item:hover>a {opacity:0.5;color:#ссс;}
#main-menu>.menu_item:hover>span {opacity:0.5;color:#fff;}

.header_wrap.sticky .item-223.divider:hover > .contic {border-top: 0px solid #ddd0;}


.header_wrap.sticky  #main-menu>.menu_item:hover>a {opacity:0.5;color:#000;}
.header_wrap.sticky  #main-menu>.menu_item:hover>span {opacity:0.5;color:#000;}

.header-white #main-menu>.menu_item:hover>a {opacity:0.5;color:#000;}
.header-white #main-menu>.menu_item:hover>span {opacity:0.5;color:#000;}
.modal-header {font-size:20px;font-weight:100;padding-top: 30px;}
.modal-header h4 {font-weight:100;font-family: 'gilroy', sans-serif;font-size: 25px;padding-left: 30px;}
.modal-header .close {position:absolute;right: 40px;}
.modal-header .close svg {width:20px;height:20px; top:5px; position:relative}
#mod_itf_form {padding:0px 30px;}
#mod_itf_form input {border-radius:50px;width:100%;margin-bottom:20px;height: 46px;border-radius:50px;background: #ffffff;border:1px solid #ddd;padding-left:30px;}

#mod_itf_form label{font-size: 14px;font-weight: 400;font-family: 'Roboto', sans-serif;}
#mod_itf_form label.activ {color:#000;font-size:13px;background:#fff;padding:0px 10px;margin-left:-10px}

#mod_itf_form .btn-wrap input{
    position: relative;
    color: #fff;
    border-color: #4b77be;
    background: #4b77be;
    width:50%;
    border-radius:50px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    }
    #mod_itf_form .btn-wrap input:hover {border-color: #d64541;
    background: #d64541;}
    .d_black .breadcrumb{position:absolute;z-index: 1;top:170px;}
	 .d_black>.container {position:relative;}
	 .d_black .breadcrumb li .divider:after {background:#fff;}
	 .footer .logo_img img{width: 120px;height:130px;margin-top:-20px;margin-right:-20px
    margin-left: -30px;}
    .footer .logo_left {}
	
	
	
	
	
	.menu_off_mobile .main_menu ul {display:none;}
.menu_off_mobile .main_menu ul {padding-left:0px;margin:0px;}
.menu_off_mobile .main_menu .drop.active1>ul {display:block;}
.opens li {display:none;}
.opens li {display:none;}
.opens .drop.active1 {display:block;}
.opens .drop.active1>a {display:none;}
.opens .drop.active1  > ul>li {display:block;}
.menu_off_mobile .drop.open_drop>ul>li {display:none!important;}
.menu_off_mobile .drop.open_drop>ul>li.active1 {display:block!important;}
.menu_off_mobile .main_menu {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    }
.menu_off_mobile .main_menu li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}
.menu_off_mobile .main_menu li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 20px;
}

.close_drop {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 20px;
    background: #f3f3f3;
    cursor: pointer;
    }
	.menu_off_mobile {width:200px;}
	.menu_off_mobile .drop>a {position:relative;}
	.menu_off_mobile .drop>a:after {
     content:'';
     display: inline-block;
     position:absolute;
     right:0px;
     content: '';
     display: inline-block;
     position: absolute;
     right: 10px;
     width: 10px;
     height: 1px;
     transform: rotate(-45deg);
     top: 22px;
     background: #ffffff;
     }  
	.menu_off_mobile .drop>a:before {
    content:'';
    display: inline-block;
    position:absolute;
    right: 10px;
    width: 10px;
    top: 15px;
    height: 1px;
    transform: rotate(45deg);
    background: #ffffff;
    } 
	.menu_off_mobile .close_drop:before {content:'';display: inline-block; margin-right:20px;} 
	.menu_off_mobile  {display:none}
.menu_off_mobile.open_off {display:block;position: fixed;z-index: 100;background: #fff;top: 0px;height: 100%;width: 270px;overflow: auto;}
.menu_off_mobile .menu_wr {display:none}
.menu_wr.open_off {display:block;position:fixed;width:100%;height:100%;background: rgba(0, 0, 0, 0.22);top: 0px;z-index: 10;}
.menu_off_mobile .close_drop {position:relative;padding-left: 40px;}
	.menu_off_mobile .close_drop:after {
     content:'';
     display: inline-block;
     position:absolute;
     left:0px;
     content: '';
     display: inline-block;
     position: absolute;
     left: 10px;
     width: 10px;
     height: 1px;
     transform: rotate(45deg);
     top: 30px;
     background: #030303;
     }  
	.menu_off_mobile .close_drop:before {
    content:'';
    display: inline-block;
    position:absolute;
    left: 10px;
    width: 10px;
    top: 23px;
    height: 1px;
    transform: rotate(-45deg);
    background: #030303;
    } 
    .menu_off_mobile .menu_button {background:#ddd; border:0px; font-size:20px;border-radius:5px;padding:5px 20px;margin-top:10px;margin-left:20px;}
        .menu_off_mobile .menu_item .separator {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 10px 20px;
    position: relative;
    float: none;
    }
    .menu_off_mobile .menu_item:hover>a {color:#000!important;}
    .span4 .services_item {width:33.3%}
    .projects_nav .slick-current img{opacity:0.5;}
    @media(max-width:768px) {.header_wrap.sticky {position:relative;}
     .services_link{padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;}
    .search svg {fill:#000;}
    .ggti3 {max-width:300px;margin:0px auto;position:relative}
    .submit-contacts-form-item.order_input--sm input {border-radius:0px;width: 265px;}
    #mod_itf_form4 .order_input--sm:before {display:none;}
    .close_drop {font-size: 15px;
    padding: 14px 29px 14px 39px !important;}
    .menu_off_mobile .menu > li >span>svg {fill:#000; transform:rotate(-90deg);top:10px;right:10px; position:relative;}
    .menu_off_mobile .parent.drop li a {
    border-top: 1px solid #ffffff;
}
.menu_off_mobile .item-223.divider .arrow {position:absolute;}
.col-menu1 img,.col-menu2 img,.col-menu3 img {display:none}
.opens .drop.active1>span {display:none;}
.col-menu1:before,.col-menu2:before,.col-menu3:before {background:#000!important;}
.col-menu1:after,.col-menu2:after,.col-menu3:after {background:#000!important;}
.ho img {display:none;}
.ho a {background:#fff;color: #000000!important;text-transform: uppercase!important;font-weight: bold!important;}
.ho a span{background:#fff;color: #000000;}
#main-menu>.menu_item:hover>span {color:#000;}
.w-1 {display:none;}
.w-2 {width:auto; float:none;}
#mySearch .modal-dialog {margin-left:0px}
#mySearch .modal-body {padding-top:20px}
.search input {border:1px solid #ededed;margin-bottom:10px;padding-left:20px}
#mySearch .modal-content .close {top:20px;right:30px}
.search .btn {display:block}
    }
    .gd {text-align:center;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);padding-bottom:20px;}
	.item-page {min-height:200px;}
	.blog .services_item .services_col {padding-top:20px;max-width: 450px;}
	.works_content2 svg {height:20px;position:relative;top:2px}
	.works_content2 p {margin-top:10px;color:#4b77be;font-weight: 3400;}
	.works_content2 span {font-size: 16px;color: #636363;font-weight: 400;margin-bottom: 10px;display: block;min-height: 48px;}
		.works_content2 p svg {fill:#4b77be}
.item-page .icons {display:none;}
.modal .agree {padding-left:30px;padding-right:30px;padding-bottom:20px;}
#my2 .modal-body {padding-left:40px;padding-right:40px;padding-bottom:30px;}
.reviews_slider .slick-dots {display:none!important;}
.accordion_content {font-size:16px;max-width: 2000px;padding-right: 20px;padding-bottom: 20px;}
.accordion_content li {cursor:pointer;}
.accordion li .accordion_content{display:none!important}
.accordion li.active .accordion_content {display:block!important}
.di  .activ{font-size: 10px; top: -15px;}
.divider .contic li.menu_item:hover .menu  {display:block;width: 630px;position: absolute;top: 0px;left: 100%;padding-top: 0px;background: #fff;position: absolute;left: 100%;z-index: 1000;float: left;min-width: 160px;display: block;font-size: 14px;top: 0px;background-color: #fff;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);box-shadow: 0 6px 12px rgba(0, 0, 0, 0.22);}
.divider .contic li.menu_item:hover .menu li{width: 49.99%;display:inline-block;vertical-align:top;}
.drop.item-223  {margin-bottom: -35px;}
.header-white #main-menu>.menu_item:hover>span {}
.drop.item-223>.arrow {
    position: absolute;
    top: 1px;
}

 .contic  li:hover>a {color: #4b77be!important;}

.contic   .arrow {
    right: 0px!important;
}
.sticky .logo_img img {width:100px;}

.separator.dropmega{padding-right: 20px;}
.advantages_col--2 span{position:absolute;left:10px;top:5px;z-index:10;font-weight:bold; color:#4a75bd;font-size:15px;font-weight:100;}
.advantages_col--1 span {position:absolute;left:32px;top:25px;z-index:10;font-weight:bold; color:#4d77be;font-size:20px;font-weight:500;}
.itemid-226 .services .title {padding-bottom:0px;margin-bottom: -10px;}
@media  (max-width:1100px) {
.header_nav .menu_item:not(:last-child) {margin-right:40px}
/*.logo_text {display:none!important;}*/
     .header .location {margin-right:30px}
     .header_wrap.sticky {display:none}
}

@media (max-width:1000px) {
    .phone_wrap {margin-left:70px;}
    .phone_wrap + .phone_wrap {margin-left:10px;}
    .mobn2 {display:none;}
    .mobn  {display: inline-block!important;}
    .phone_mob  {display: inline-block!important;}
}
 .services_col:hover {background:#fff}
 .services_col:hover .services_info img {opacity:0.8;
	-webkit-filter: sepia(0.5);
    -webkit-filter: sepia(50%);
    -moz-filter: sepia(50%);
    -ms-filter: sepia(50%);
    -o-filter: sepia(50%);
    filter: sepia(50%);
webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	}
 .itemid-101 .services_col:hover .services_info h4 a {background:#e71b0a}
 .services_row:hover  {background:#fff}

 .services_row:hover img {opacity:0.6;}

 .itemid-101 .services_row:hover .services_info h4 a {background: #e71b0a;}
 .itemid-101 .services_info h4 a {background:#4b77be;color:#fff;padding-left:10px;padding-right:10px;font-size:19px;}
.itemid-226 .promo_content .btn--primary,.itemid-225 .promo_content .btn--primary,.itemid-224 .promo_content .btn--primary {display:none;}
.g_desc  {font-size:17px}
.g_desc h2 {font-weight: 400;padding-bottom: 20px;margin-top: 30px;}
.g_desc h3 {font-weight: 500;padding-bottom: 20px;margin-top: 30px;}
.g_desc h4 {font-weight: 500;padding-bottom: 20px;margin-top: 30px;}
.item-page .page-header h1,.com_osmap h1 {margin-bottom:20px;}
.pagination{margin-top: 15px;}

@supports (-webkit-touch-callout: none) {
    .calc_wrap {
    padding: 45px 0;
	background:url(../imgs/front/calc_bg_ios.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    }
    .header .phone_wrap
    {
        display: none;
    }
}