* {
    padding: 0;
    margin: 0;
}

input, button {outline:none; border: none;}
input:focus, button:focus {outline:none;}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18pt;
    background-color: #1f2b40;
    overflow-x: hidden;

}

h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
}

a{
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.1s all;
    -webkit-transition-delay: 0.1s;
    -moz-transition: 0.1s all;
    -moz-transition-delay: 0.1s;
    -ms-transition: 0.1s all;
    -ms-transition-delay: 0.1s;
    -o-transition: 0.1s all;
    -o-transition-delay: 0.1s;
    transition: 0.1s all;
    transition-delay: 0.1s
}

a:hover{
    color: #FFF;
    text-decoration: none;
}

button{
    width: 230px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 540;
    color: #000;
    text-transform: uppercase;
    background: #f89c30;
    background: -moz-linear-gradient(left, #f89c30 0%, #ffc72b 50%, #f89c30 100%);
    background: -webkit-linear-gradient(left, #f89c30 0%,#ffc72b 50%,#f89c30 100%);
    background: linear-gradient(to right, #f89c30 0%,#ffc72b 50%,#f89c30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89c30', endColorstr='#f89c30',GradientType=1 );

    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

button:hover{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc72b+0,f89c30+50,ffc72b+100 */
    background: #ffc72b; /* Old browsers */
    background: -moz-linear-gradient(left, #ffc72b 0%, #f89c30 50%, #ffc72b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffc72b 0%,#f89c30 50%,#ffc72b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffc72b 0%,#f89c30 50%,#ffc72b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc72b', endColorstr='#ffc72b',GradientType=1 ); /* IE6-9 */
}

.body-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-image: url("/img/bg/bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#second {background: url("/img/bg/section/2.png") no-repeat; background-position: right;}
#third {background: url("/img/bg/section/3.png") no-repeat;}
#four {background: url("/img/bg/section/4.png") repeat-x;}
#six {
    background: url("/img/bg/section/3.png") no-repeat, url("/img/bg/section/2.png") no-repeat; background-position: left bottom, right top;
}
#seven {background: url("/img/bg/section/7.png") no-repeat;}

.menu {
    height: 80px;
    width: 100%;
}

.menu ul, .sidebar ul {list-style: none; display: inline-block;}
.menu ul, .content_page_sidebar ul {list-style: none; display: inline-block;}

.menu ul li, .sidebar ul li {
    display: inline-block;
    line-height: 80px;
    padding-left: 40px;
    margin-right: -6px;
    font-size: 14px;
    font-weight: 500;
    font-variant: normal;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.menu ul li, .content_page_sidebar ul li {
    display: inline-block;
    line-height: 80px;
    padding-left: 40px;
    margin-right: -6px;
    font-size: 14px;
    font-weight: 500;
    font-variant: normal;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
}

.menu ul li a:hover {
    color: #ffb300;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffb300;
}

.menu ul li i, .sidebar ul li i {padding: 0 5px;}
.menu ul li i, .content_page_sidebar ul li i {padding: 0 5px;}

.menu ul li ul, .sidebar ul li ul {
    position: absolute;
    background-color: #1f2b40;
    border: 2px solid #ffb300;
    margin-top: -25px;
    display: none;
    z-index: 9999;
}

.menu ul li ul, .content_page_sidebar ul li ul {
    position: absolute;
    background-color: #1f2b40;
    border: 2px solid #ffb300;
    margin-top: -25px;
    display: none;
    z-index: 9999;
}

.menu ul li ul li, .sidebar ul li ul li {
    display: block;
    line-height: 20px;
    padding: 10px;
    margin-right: 0;
}

.menu ul li ul li, .content_page_sidebar ul li ul li {
    display: block;
    line-height: 20px;
    padding: 10px;
    margin-right: 0;
}

.menu ul li ul li a {
    color: #fff;
    text-decoration: none;
}

.menu ul li ul li a:hover {
    color: #ffb300;
    text-decoration: none;
    border-bottom: none;
}

.menu ul li:hover ul, .sidebar ul li:hover ul {display: block;}

.r-ul {
    float: right;
    padding-right: 40px;
}

.r-ul li {
    margin-right: 0;
}

.soc li {
    padding-left: 7px !important;
    font-size: 8px;
    line-height: 40px !important;
    text-align: center;
}

.soc li a {
    display: block;
    width: 40px;
    height: 40px;
    color: #000 !important;
    background-color: #fff;
    border-radius: 100%;
    margin-top: 15px;
}

.soc li a:hover {
    padding-bottom: 5px !important;
    border-bottom: none;
    color: #fff !important;
    background-color: #ffb300;
}

.more-top {margin-top: -62px !important; margin-left: -12px !important;}

.sidebar {
    width: 26%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.content_page_sidebar {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.content_page_sidebar h1 {
    font-size: 28px;
    text-transform: uppercase;
    max-width: 280px;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    padding: 0;
}

.content_page_sidebar .r-ul {
    padding-top: 10px;
    padding-bottom: 30px;
}

.slider {
    position: absolute;
    width: 72.6%;
    height: 592px;
    display: inline-block;
    margin-bottom: 5%;
    box-sizing: border-box;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-bottom: 6px solid #e8b32d;
    background-image: url(/img/bg/slider/bg.png);
}

@media screen and (min-width: 1280px) {
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.logo {
    display: block;
    margin: 40px auto;
    margin-bottom: 20px;
}

.sidebar h1 {
    font-size: 28px;
    text-transform: uppercase;
    max-width: 280px;
    margin: 0 auto;
    color: #fff;
    font-weight: 300;
    padding: 0;
}

.form-block {
    background: rgba(255, 255, 255, 0.2);
    padding: 25px 20px;
    width: 270px;
    margin: 35px auto;
    border-radius: 3px;
}

.form-block h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 250;
    text-align: center;
    padding-bottom: 20px;
}

.form-block form input {
    width: 230px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
}

.form-block form button {
    width: 230px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 3px;
    background-color: #faaa2e;
    font-size: 12px;
    font-weight: 540;
    text-transform: uppercase;
}

.sidebar .r-ul {
    padding-top: 10px;
    padding-bottom: 30px;
    display: none;
}

.slide-title {
    padding: 55px;
    width: 590px;
    height: 180px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 80px auto;
    border: 2px solid #c79d34;
}

.slide-title h1 {
    font-size: 30px;
    color: #755801;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.slide-title p {
    width: 100%;
    font-size: 18px;
    color: #755801;
    text-align: center;

}

.slide-button button {
    display: block;
    margin: 90px auto;
    text-decoration: none;
    color: #000;
    background-color: #faaa2e;
    text-transform: uppercase;
    padding: 20px 20px;
    font-size: 14px;
    width: 265px;
    border: 2px solid #fff;
    text-align: center;
}



#second h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    margin-top: 40px;
}

.underline {
    height: 2px;
    width: 100px;
    margin: 30px auto;
    background-color: #fff;
}

.catalog .post {
    margin-top: 50px;
}

.catalog .higher {
    margin-top: -57px;
}


.catalog .post img {max-width: 100%; height: auto; width: 100%;}
.catalog .post .underwrite {
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

}

#third h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    margin-top: 80px;
}

.price .post {
    width: 100%;
    height: 600px;
    background-color: #fff;
    background-image: url("/img/bg/price/post.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: 50px;
    max-width: 350px;
}

.price .post h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 15px;
}

.price .post p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.price .post ul {
    margin-top: 90px;
}

.price .post ul li {
    display: block;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #000;
    width: 215px;
    font-size: 18px;
    position: relative;
}

.price .post ul li i {
    font-size: 24px;
    color: #0b5b9e;
    position: absolute;
    left: -15px;
}

.price .post a {
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 230px;
    margin-bottom: 8px;
    padding: 13px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 230px;
    text-align: center;
    margin: 30px auto;
    background: #f89c30;
    background: -moz-linear-gradient(left, #f89c30 0%, #ffc72b 50%, #f89c30 100%);
    background: -webkit-linear-gradient(left, #f89c30 0%,#ffc72b 50%,#f89c30 100%);
    background: linear-gradient(to right, #f89c30 0%,#ffc72b 50%,#f89c30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89c30', endColorstr='#f89c30',GradientType=1 );
}

.price .post a:hover, .price .post a:active, .price .post a:focus {color: #fff; text-decoration: none;}

#four h1, #six h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    margin-top: 80px;
}

.catalog .lower {
    margin-top: -57px;
}

#four .catalog {
    margin-bottom: 40px;
}

.free {
    display: block;
    width: 100%;
    height: 351px;
    background-image: url("/img/bg/free/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#five h1 {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    padding-top: 80px;
}

.free p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.form-block-inline {
    max-width: 850px;
    padding: 25px 20px;
    margin: 35px auto;
}

.form-block-inline form input {
    margin-left: 20px;
    display: inline-block;
    width: 230px;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;
}

.form-block-inline form button {
    margin-left: 60px;
    display: inline-block;
    width: 230px;
    padding: 10px;
    border-radius: 3px;
    background-color: #faaa2e;
    font-size: 12px;
    font-weight: 540;
    text-transform: uppercase;
}

.portfolio img {
    max-width: 100%;
    height: auto;
    margin-top: 25px;
}

.know p {
    color: #fff;
    font-size: 18px;
    padding-top: 50px;
    font-weight: 50;
}

.ramka {
    position: relative;
    height: 389px;
    width: 486px;
    border: 3px solid #d2993f;
    margin-top: 60px;
}

.ramka img {
    margin-top: -40px;
    margin-left: 40px;
}

#seven h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    font-weight: 300;
    padding-top: 80px;
}

.know {
    padding-bottom: 80px;
}

footer h3 {
    color: #ffb300;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

footer ul {list-style: none;}

footer ul li {
    display: block;
    line-height: 15px;
    padding: 10px;
    margin-right: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

footer ul li a:hover {
    color: #ffb300;
    text-decoration: none;
    border-bottom: none;
}

footer .soc  li {
    display: inline-block;
}

footer .logo .img1 {
    margin-left: 3%;
    width: 25%;
    height: 25%;
}

footer .logo .img2 {
    width: 45%;
    height: 45%;
}

#contact {
    margin: 110px auto 350px auto;
}

#contact h3 {
    color: #ffb300;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 15px;
}

#contact ul {list-style: none; display: block;}

#contact ul li {
    display: block;
    line-height: 15px;
    padding: 10px;
    margin-right: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
}

#contact ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#contact ul li a:hover {
    color: #ffb300;
    text-decoration: none;
    border-bottom: none;
}

#contact .soc {
    margin-top: 15px;
}

#contact .soc  li {
    display: inline-block;
}

#contact .logo {
    margin: 30px 0;
}

.contact {
    max-width: 740px;
    margin: 0 auto;
}

.contact-form {
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 3px;
}

.contact-form h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}

.contact-form form input {
    width: 275px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 3px;
}

.contact-form form textarea {
    width: 275px;
    height: 100px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 3px;
}

.contact-form form button {
    width: 275px;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 3px;
    background-color: #faaa2e;
    font-size: 12px;
    font-weight: 540;
    text-transform: uppercase;
}

.page {
    max-width: 900px;
    margin: 10px auto;
}

.page .post {
    margin-top: 5px;
}

.page .lower {
    margin-top: -101px;
}

.page-s {
    max-width: 1010px;
    margin: 10px auto;
}

.page-s .post {
    margin-top: 5px;
}

.page-s .higher {
    margin-top: -102px;
}

.usluga {
    margin-bottom: 4%;
    margin-top: -5%;
    padding: 90px 135px;
    background: rgba(255, 255, 255, 0.2);
}

.usluga h1 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.usluga p {
    font-size: 18px;
    color: #fff;
    text-align: left;
    padding: 15px 0;

}

.usluga li{
    color: #fff;
    font-size: 18px;
}

.usluga h2{
    margin-top: 0px;
    margin-bottom: 15px;
}

.new-sidebar {
    margin: auto;
    width: 290px;
    background-color: #1a2538;
    padding: 15px;
}

.fix {
    position: fixed;
    top: 0;
    z-index: 8888;
}

.new-sidebar h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 25px;
}

.new-sidebar ul {list-style: none; display: block;}

.new-sidebar ul li {
    display: block;
    line-height: 15px;
    padding: 10px;
    margin-right: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
}

.new-sidebar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.new-sidebar ul li a:hover {
    color: #ffb300;
    text-decoration: underline;
    border-bottom: none;
}

.new-sidebar .fas {
    display: none;
}

.fa-bars {display: none;}

button:hover, a.btn:hover {
    background-color: #f2a200 !important;
}

footer {max-width: 100%}

.modal-content{
    background-color: #2C3241;
    text-align: center;
    color: #fff;
    border: 2px solid #F5A513;
    font-size: 15px;
}

.small_modal{
    font-size: 13px;
}

.modal-title {
    font-size: 17px;
}

.thumb_lb{
    transition: all .2s ease-in-out;
    width: 100%;
}
.thumb_lb:hover{
    transform: scale(1.01);
}

.copyright{
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #f89c30;
    background: -moz-linear-gradient(left, #f89c30 0%, #ffc72b 50%, #f89c30 100%);
    background: -webkit-linear-gradient(left, #f89c30 0%,#ffc72b 50%,#f89c30 100%);
    background: linear-gradient(to right, #f89c30 0%,#ffc72b 50%,#f89c30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89c30', endColorstr='#f89c30',GradientType=1 );
}

.fa-bars{
    display: none;
}



/*MEDIA*/

@media (max-width: 376px) {
    .contact-form form input, .contact-form form button, .contact-form form textarea {
        width: 220px;
    }
    .price .post ul li{
        padding: 20px 50px!important;
    }


}


@media (max-width: 768px) {
    .usluga {padding: 30px 35px;}
    .slider {
        background-image: none;
        height: auto;
    }
    .slide-title {
        width: 98%;
        height: 90%;
        margin: 0 auto;
    }
    .slide-button a {
        text-align: center;
        margin: 5px auto;
        width: 98%;
    }
    #contact .logo, .contact li, .contact h3, .contact .soc {display: block; margin: auto; text-align: center;}
    .contact-form {max-width: 350px; margin: 20px auto;}
    .contact-form form input, .contact-form form button, .contact-form form textarea {
        display: block;
        margin: 10px auto;
    }

    .price .post ul li{
        padding: 20px 50px!important;
    }


    @media (max-width: 992px) {
        .new-sidebar .fas {display: block; color: #fff; width: 100%; text-align: center;}
        .new-sidebar {height: 60px; overflow: hidden;}
        .fix { position: static;}
        .new-sidebar.hover {height: auto; overflow: visible;}
        #contact {margin: 100px auto 100px auto;}
        .fa-bars {display: inline-block; padding: 20px; color: #fff;}
        .catalog .lower, .catalog .higher {margin-top: 50px;}
        .page-s .lower, .page-s .higher {margin-top: 5px;}
        .menu .l-ul {
            display: inline-block;
            height: 70px;
            width: 150px;
            padding: 20px;
            overflow: hidden;
        }
        .menu .l-ul li {
            display: block;
            line-height: 20px;
            padding: 10px;
            margin-right: 0;
        }
        .menu .l-ul li ul {
            display: block;
            position: static;
            margin-top: 0;
            border-top: none;
            border-right: none;
            border-bottom: none;
        }
        .l-ul.hover {
            background: #000;
            position: absolute;
            background-color: #1f2b40;
            border: 2px solid #ffb300;
            margin-top: -25px;
            z-index: 9995;
            overflow: visible;
            width: 50%;
            height: 100%;
        }

        .slider {
            width: 100%;
            position: static;
        }
        .sidebar {
            width: 100%;
        }

        .content_page_sidebar {
            width: 100%;
        }

        .auto {
            margin: 0 auto;
            text-align: center;
        }
        .auto .underwrite {margin: auto;}
        .auto img {margin: auto;}
        .catalog .lower {margin-top: -15px;}
        .catalog .higher {margin-top: 0;}
        .ramka {display: none;}
        .free {height: auto;}
        .form-block-inline form input {
            margin: 10px auto;
            display: block;
            width: 230px;
            padding: 10px;
            border-radius: 3px;
        }
        .form-block-inline form button {
            margin: 10px auto;
            display: block;
            width: 230px;
            padding: 10px;
            border-radius: 3px;
            background-color: #faaa2e;
            font-size: 12px;
            font-weight: 540;
            text-transform: uppercase;
        }

        .fa-bars {
            display: inline-block;
            padding: 20px;
            color: #fff;
        }


        .price .post ul li{
            padding: 20px 50px!important;
        }


    }


    @media (max-width: 1270px) {

        .menu ul li, .sidebar ul li {
            font-size: 11px;
            padding-left: 25px;
        }

        .menu ul li, .content_page_sidebar ul li {
            font-size: 11px;
            padding-left: 25px;
        }

        #header_tel{
            display: none;
        }

        .form-block {
            width: 100%;
            text-align: center;
            padding: 5px 10px;
        }

        .form-block form input, .form-block form button {
            width: 180px;
        }

        .sidebar h1 {
            font-size: 18px;
            max-width: 180px;
        }

        .content_page_sidebar h1 {
            font-size: 18px;
            max-width: 180px;
        }


    }
