

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html{
    background: #ffffff;
}

body{
    border-top: 2px #c0c0c0 solid;

}

.container {
    display: block;
    width: 1200px;
    margin: 0 auto;

}

.sidebar {
    width: 200px;
    float: left;
    position: fixed;
}

.logo {
    position: relative;
    margin: 10px 0 35px 0;
}

.wrapper {
    width: 982px;
    margin-left: 214px;
    float: left;
}

.head {
    background: #e6ebf0;
    height: 98px;
    margin-bottom: 28px;
    color: #003366;
}

.head h1{
    font-size: 24px;
    float: left;
    display: block;
    font-weight: normal;
    margin: 30px 0 0 40px;
}

.head .contacts{
    float: right;
    display: block;
    margin: 30px 20px 0 0;
}

.head .phone{
    font-size: 24px;
}

.head .days{
    font-size: 12px;
    text-align: right;
}


/***************************************************************/
.sidebar ul{
    list-style: none;
    margin: 27px 0 77px 17px;
    padding: 0;

}

.sidebar ul li{
    margin-bottom: 5px;
}

.sidebar ul a{
    color: #369;
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
}

.sidebar ul a:hover{
    text-decoration: none;
}

.sidebar .contacts{
    padding-left: 15px;
    margin-bottom: 185px;
}

.sidebar .phone{
    color: #369;
    font-size: 15px;
    font-weight: 400;
}

.sidebar .days{
    color: #A5A5A5;
    font-size: 9px;
    font-weight: 400;
}

.sidebar .legal{
    color: #93999F;
    font-size: 10px;
    font-weight: 400;
    background: url("../img/legal500.png") no-repeat;
    padding-top: 69px;
    bottom: 30px;
    position: fixed;
}
/***************************************************************/
/* Moema */
.button--moema {
    /*padding: 1.5em 3em;*/
    border-radius: 4px;
    background: #7986cb;
    color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.button--moema.button--inverted {
    background: #ECEFF1;
    color: #37474f;
}
.button--moema::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 4px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}
.button--moema:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: #ECEFF1;
    background-color: #50c3af;
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
}
.button--moema.button--inverted:hover {
    color: #ECEFF1;
    background-color: #7986cb;
}
.button--moema:hover::before {
    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
    animation: anim-moema-2 0.3s 0.3s forwards;
}
@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/***************************************************************/

a.btn-plastic {
    background-color: #0093df;
    border: 1px solid #c0c7c9;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;

    width: 152px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-submit {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;

    width: 224px;
    height: 54px;
    background-color: #0093DF;
    border: 2px solid #FFF;
    line-height: 52px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

/***************************************************************/
#top {
    width: 100%;
    margin-bottom: 51px;
}

#top .banner{
    height: 245px;
    width: 100%;
    background: url("../img/bg.png") no-repeat top center;
    padding-top: 38px;
}

#top .banner .counter{
    text-align: center;
    color: #E6EBF0;
    font-weight: 400;
    font-size: 21px;
}

#top .banner .counter span{
    font-size: 35px;
}

#top .banner h2{
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    margin: 10px 0 0 0;
}

#top h3{
    color: #393939;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 39px;
    line-height: 1.4;
}

#top .banner-bottom{
    height: 200px;
    width: 100%;
    background: url("../img/bg-top.png") no-repeat bottom center;
    padding-top: 30px;
    padding: 30px 20px 0 30px;
}

#top .banner-bottom ul{
    color: #41464A;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    list-style: none;
}

#top .banner-bottom ul li{
    width: 257px;
    padding-left: 45px;
    height: 50px;
    float: left;
}

#top .banner-bottom ul li.c1{
    background: url("../img/ico-1-1.png") no-repeat scroll 0 0px rgba(0, 0, 0, 0);
}

#top .banner-bottom ul li.c2{
    background: url("../img/ico-1-2.png") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    width: 223px;
}

#top .banner-bottom ul li.c3{
    background: url("../img/ico-1-3.png") no-repeat;
    width: 251px;
}

#top .banner-bottom ul li.c4{
    background: url("../img/ico-1-4.png") no-repeat scroll 0 -2px rgba(0, 0, 0, 0);
    width: 186px;
}

/***************************************************************/

#why h2{
    color: #393939;
    font-size: 35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 88px;
    margin-top: 0;
}

#why .block{
    background: url("../img/bg-block.png") no-repeat top center;
    text-align: center;
    padding-bottom: 119px;
}

#why .block-2{
    padding-bottom: 86px;
}

#why .block .block-ico{
    margin: 0 auto;
    width: 140px;
    height: 150px;
    color: #B8B8B8;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding-top: 110px;
    margin-top: -50px;
}

#why .block .ico-1{
    background: url("../img/ico-2.png") no-repeat top center;
}

#why .block .ico-2{
    background: url("../img/ico-3.png") no-repeat top center;
    margin-top: -60px;
}

#why .block .ico-3{
    background: url("../img/ico-4.png") no-repeat top center;
    margin-bottom: 21px;
    margin-top: -57px;
}

#why .block .ico-4{
    background: url("../img/ico-5.png") no-repeat top center;
    margin-bottom: 10px;
}

#why h3{
    color: #036;
    font-size: 30px;
    margin: 0 0 27px 0;
    text-align: center;
    line-height: 1.4;
}

#why h3 span{
    font-weight: 400;
}

#why .block-2 h3{
    margin-bottom: 70px;
}

#why .block-3 h3{
    margin-bottom: 75px;
}

#why p{
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 25px;
}

#why a{
    color: #036;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-align: center;

}
#why a:hover{
    text-decoration: none;
}

#why .text{
    text-align: left;
    font-size: 13px;
    color: #93999F;
    font-weight: 400;
}

#why .text > div{
    width: 380px;
    float: left;
    margin: 0 36px 41px 45px;
    line-height: 1.4;
}

#why .text a{
    color: #1369B9;
    font-size: 13px;
    font-weight: 700;
}
#why .block-3{
    padding: 0 0 100px 52px;
}

#why .block-4{
    padding-bottom: 0;

}

#why .block-4 ul{
    list-style: none;
    padding: 0;
    color: #1369B9;
    font-size: 20px;
    font-weight: 400;
}

#why .block-4 ul li{
    padding-top: 54px;
    float: left;
    width: 261px;
    margin: 0 33px;
}

#why .block-4 ul li.block4-1{
    background: url("../img/ico-5-1.png") no-repeat top center;
}

#why .block-4 ul li.block4-2{
    background: url("../img/ico-5-2.png") no-repeat top center;
}

#why .block-4 ul li.block4-3{
    background: url("../img/ico-5-3.png") no-repeat top center;
}

#why .block-4 ul h4{
    color: #1369B9;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 17px;
}

#why .block-4 ul p{
    color: #93999F;
    font-size: 13px;
    font-weight: 400;
}
/***************************************************************/
#cost{
    text-align: center;
    background: #fafaf9;
    border: 1px dashed #dbdbdb;
    padding: 31px 124px 50px 160px;
}

#cost h3{
    color: #036;
    font-size: 30px;
    margin: 0 0 47px;
    text-align: center;
    line-height: 1.4;
}

#cost h3 span{
    font-weight: 400;
}

#cost ul{
    list-style: none;
    padding: 0;
    color: #1369B9;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px;
}

#cost ul li{
    padding-top: 44px;
    float: left;
    width: 185px;

}

#cost ul li.cost-1{
    background: url("../img/ico-6-1.png") no-repeat top center;
}

#cost ul li.cost-2{
    background: url("../img/ico-6-2.png") no-repeat top center;
    margin-left: 70px;
    margin-right: 70px;
}

#cost ul li.cost-3{
    background: url("../img/ico-6-3.png") no-repeat scroll center 23px rgba(0, 0, 0, 0);
}

#cost ul h4{
    color: #036;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 7px;
}

#cost ul p{
    color: #93999F;
    font-size: 13px;
    font-weight: 400;
}
/***************************************************************/
form .input{
    width: 330px;
    height: 50px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    float: left;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -werkit-border-radius: 4px;
    margin-bottom: 17px;
    padding-left: 37px;
    padding: 10px 0 10px 37px;
    outline: 0 none
}

form .input input{
    border: 0 none;
    background-color: #FFF;
    height: 27px;
    border-left: 1px solid #ebebeb;
    width: 263px;
    padding-left: 15px;
    outline: 0 none;
}

form .input.focus{
    border: 1px solid rgba(0, 155, 255, 1);
}

form .input.name{
    background: url("../img/form-1.png") no-repeat scroll 16px 13px #ffffff;
}

form .input.email{
    background: url("../img/form-2.png") no-repeat scroll 17px 14px #ffffff;
}

form .input.phone{
    background: url("../img/form-3.png") no-repeat scroll 10px 13px #ffffff;
}

form .input.comp{
    background: url("../img/form-4.png") no-repeat scroll 18px 13px #ffffff;
}

form {
    padding-left: 10px;
}

form .expert{
    background: url("../img/ico-6-4.png") no-repeat left center;
    padding-left: 51px;
    color: #93999F;
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-left: 10px;
    float: left;
    text-align: left;
    height: 41px;
    margin-top: 7px;
}
/***************************************************************/
#footer {
    background: none repeat scroll 0 0 #e6ebf0;
    display: inherit;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#footer .columns {
    overflow: hidden;
    padding: 20px 20px 0;
}

#footer .columns .menu-1 {
    float: left;
    width: 20%;
}


#footer .columns .menu-2 {
    float: left;
    width: 20%;
}


#footer .columns .menu-3 {
    float: left;
    width: 20%;
}

#footer .columns .menu-4 {
    float: left;
    width: 20%;
}

#footer .columns .menu-5 {
    float: left;
    width: 20%;
}

#footer .columns .menu-5 li.map {
    background: url("../img/footer-icons.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}

#footer .columns .menu-5 li.feedback {
    background: url("../img/footer-icons.png") no-repeat scroll 0 -28px rgba(0, 0, 0, 0);
}

#footer .columns .menu-5 li.adres {
    background: url("../img/footer-icons.png") no-repeat scroll 0 -56px rgba(0, 0, 0, 0);
}
#footer .columns .menu-5 ul li {
    padding-left: 24px;
}

#footer .sf2 input[type="text"], #footer .sf2 input[type="submit"] {
    font-family: Arial,sans-serif;
    font-size: 13px;
}

#footer .copyright {
    border-top: 1px solid #d9d9d9;
    margin: 20px;
    padding: 20px 0 0;
    text-align: center;
}

.title {
    font-size: 2em;
    font-weight: bold;
    padding: 0;
}

#footer .columns .title {
    font-size: 18px;
    margin-bottom: 24px;
}
#footer .columns ul {
    margin: 0 20px 0 0;
    padding: 0;
}

#footer .columns ul li {
    background: url("../img/footer-li.png") no-repeat scroll 1px 7px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #bcbcbc;
    line-height: 16px;
    list-style: none outside none;
    margin: 0 0 8px;
    padding: 0 0 5px 15px;
}


#footer a {
    color: #353439;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}


/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*@media screen and (max-height: 990px)
{
    .legal {
        display: none;
    }
}*/

@media only screen and (max-width: 1170px) {

}

@media only screen and (max-width: 1070px) {

}

@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 890px) {

}

@media only screen and (max-width: 800px) {


}

@media only screen and (max-width: 768px) {


}

.button--moema:before {
    border-radius: 4px;

}