/* HEADER ====================================================== */

.header {
    width: 100%;
}

.header .logo_line  {
    width: 100%;
    margin: auto;
    margin-top: 60px;
}

.header .logo_line  div,
.header .logo_line  a {
    float: left;
    display: block;
}

.header .phone {
    color: #ac7a01;
    font-size: 2.3em;
    width: 30%;
    text-align: right;
    margin-top: 10px;
}

.header .logo {
    width: 40%;
    color: #676d70;
    text-decoration: none;
}

.header .logo .name {
    color: #676d70;
    font-size: 6em;
    text-align: center;
    width: 100%;
}

.header .logo .company {
    color: #676d70;
    font-size: 2em;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.header .email {
    color: #ac7a01;
    font-size: 1.6em;
    width: 30%;
    text-align: left;
    font-size: 2.33em;
    text-decoration: none;
    margin-top: 10px;
}

/*Для малых разрешений*/

.header .logo_line_mini  {
    width: 100%;
    margin-top: 40px;
    display: none;
}

@media screen and (max-width: 960px) {
    .header .logo_line {
        margin-top: 40px;
    }

    .header .logo .name {
        font-size: 5.3em;
    }

    .header .logo .company {
        font-size: 1.7em;
    }

    .header .email,
    .header .phone	{
        font-size: 2.0em;
    }
}

@media screen and (max-width: 850px) {
    .header .logo {
        width: 46%;
    }

    .header .logo .name {
        font-size: 5.0em;
    }

    .header .logo .company {
        font-size: 1.65em;
    }

    .header .email,
    .header .phone	{
        font-size: 1.8em;
        width: 27%;
    }
}

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

    .header .logo .company {
        font-size: 1.47em;
    }

    .header .logo .name {
        font-size: 4.5em;
    }
}

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

    .header .logo .company {
        font-size: 1.37em;
        padding-top: 20px;
    }

    .header .logo .name {
        font-size: 4.2em;
    }

    .header .email,
    .header .phone	{
        font-size: 1.6em;
    }
}

@media screen and (max-width: 600px) {
    .header .logo_line  {
        display: none;
    }

    .header .logo_line_mini  {
        display: block;
    }

    .header .email,
    .header .phone {
        width: 45%;
        float: left;
        margin-top: 20px;
    }

    .header .phone {
        margin-right: 5%;
    }

    .header .email {
        margin-left: 5%;


    }
}

@media screen and (max-width: 360px) {
    .header .email,
    .header .phone {
        width: 47%;
    }

    .header .phone {
        margin-right: 3%;
    }

    .header .email {
        margin-left: 3%;
    }
}

@media screen and (max-width: 340px) {
    .header .email,
    .header .phone {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 300px) {
    .header .email,
    .header .phone {
        width: 100%;
        text-align: center;
        font-size: 1.6em;
        margin-right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 250px) {
    .header .logo .company {
        font-size: 1.25em;
    }

    .header .logo .name {
        font-size: 3.8em;
    }
}

/* TOP MENU ====================================================== */

.top_menu {
    text-align: center;
    clear: both;
    font-size: 1.8em;
    padding-top: 40px;
}

.top_menu  a {
    margin-left: 1.5%;
    margin-right: 1.5%;
    color: #676d70;
    text-decoration: none;
    border-bottom: 1px solid #828181;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
}

.top_menu  a:hover,
.top_menu  a.select {
    color: #ac7a01;
    text-decoration: none;
    border-bottom: 1px solid #ac7a01;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
}

@media screen and (max-width: 1080px) {
    .top_menu {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 960px) {
    .top_menu {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 900px) {
    .top_menu {
        font-size: 1.25em;
    }
}

@media screen and (max-width: 750px) {
    .top_menu {
        line-height: 2;
        padding-top: 25px;
    }

    .top_menu  a {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}

@media screen and (max-width: 250px) {
    .top_menu {
        font-size: 1.1em;
    }
}

/*  БОЛЬШОЕ ПОРТФОЛИО СВЕРХУ ====================================================== */

.big_top_portfolio {
    width: 100%;
    margin-top: 30px;
}

.big_top_portfolio div {
    width: 50%;
}

.big_top_portfolio div img {
    width: 100%;
    height: auto;
}

.big_top_portfolio .left {
    float: left;
    margin-left: -1px;
}

.big_top_portfolio .right {
    float: right;
}

/* БЛОК УСЛУГ НА ГЛАВНОЙ ========================================================= */

.serveces {
    clear: both;
    overflow: hidden;
}

.serveces .left {
    float: left;
    width: 50%;
    margin-left: -1px;
    border-right: 1px solid #828181;
    padding-bottom: 40px;
}

.serveces .right {
    float: right;
    width: 50%;
}

.serveces .title  {
    border-bottom: 1px solid #676d70;
    padding-bottom: 30px;
    width: 70%;
}

.serveces .left .title  {
    float: right;
}

.serveces .right .title  {
    float: left;
}

.serveces .title .link {
    font-size: 3.5em;
    line-height: 1;
    margin-top: 40px;
}

.serveces .title a {
    text-decoration: none;
    color: #676d70;
}

.serveces .left  .title  .link {
    text-align: right;
    margin-right: 40px;
}

.serveces .right .title  .link {
    text-align: left;
    margin-left: 40px;
}

.serveces .title  .underline {
    height: 1px;
    border-bottom: 1px solid #676d70;
    margin-top: 2px;
}

.serveces .left .title  .underline {
    float: right;
    width: 213px;
    margin-right: 58px;
}

.serveces .right .title  .underline {
    float: left;
    width: 233px;
    margin-left: 40px;
}

.serveces .left .info_block {
    text-align: right;
    margin-right: 40px;
    width: 80%;
    float: right;
}

.serveces .right .info_block {
    text-align: left;
    margin-left: 40px;
    width: 80%;
    float: left;
}

.serveces .link_block {
    clear: both;
    font-size: 1.3em;
    line-height: 1.6;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
}

.serveces .left .link_block {
    text-align: right;
    padding-right: 40px;
}

.serveces .right .link_block {
    text-align: left;
    padding-left: 40px;
}

.serveces .link_block a {
    text-decoration: none;
    border-bottom: 1px solid #2ca3d3;
}

.serveces .see_block,
.serveces .see_block_mini {
    font-size: 1.3em;
    line-height: 0.5;
    font-family: 'Exo2Italic',Segoe UI,arial,sans-serif;
    margin-top: 10px;
}

.serveces .see_block a,
.serveces .see_block_mini a {
    float: left;
    display: block;
    color: #676d70;
    text-decoration: none;
}

.serveces .see_block .link,
.serveces .see_block_mini .link {
    text-decoration: underline;
}

.serveces .see_block .arr,
.serveces .see_block_mini .arr {
    width: 17px;
    height: 14px;
}

.serveces .see_block_mini{
    display: none;
    margin-left: 10%;
    padding-left: 0;
    font-size: 1.2em;
}

.serveces .see_block_mini .arr {
    background: url(../images/sprite.png) left -46px no-repeat;
    margin-left: 5px;
}

.serveces .right .see_block .arr {
    background: url(../images/sprite.png) left -46px no-repeat;
    margin-left: 5px;
}

.serveces .left .see_block .arr {
    background: url(../images/sprite.png) left -31px no-repeat;
    margin-right: 5px;
}

.serveces .right .see_block .arr {
    background: url(../images/sprite.png) left -46px no-repeat;
    margin-left: 5px;
}

.serveces .left .see_block {
    float: right;
    margin-right: 40px;
}

.serveces .right .see_block {
    float: left;
    margin-left: 40px;
}

.serveces  .bt_portfolio_mini {
    display: none;
    width: 100%;
}

.serveces  .bt_portfolio_mini img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1920px) {
    .serveces .left .title  .underline {
        width: 196px;
    }

    .serveces .right .title  .underline {
        width: 217px;
    }
}

@media screen and (max-width: 760px) {
    .serveces .title  {
        width: 100%;
    }

}

@media screen and (max-width: 600px) {
    .serveces .title .link {
        font-size: 3.2em;
    }

    .serveces .left .title  .underline {
        width: 178px;
        margin-top: 15px;
    }

    .serveces .right .title  .underline {
        width: 198px;
        margin-top: 15px;
    }

    .serveces  .info_block p,
    .serveces .link_block,
    .serveces .see_block	{
        font-size: 1.2em;
    }
}

@media screen and (max-width: 580px) {
    .serveces .left .title .link {
        margin-right: 10%;
    }

    .serveces .right .title .link,
    .serveces .right .link_block,
    .serveces .right .info_block,
    .serveces .right .see_block	{
        margin-left: 10%;
        padding-left: 0;
    }

    .serveces .left .title .link,
    .serveces .left .link_block,
    .serveces .left .info_block,
    .serveces .left .see_block	{
        margin-right: 10%;
        padding-right: 0;
    }

    .serveces .left .title .underline {
        margin-right: 16%;
    }

    .serveces .right .title .underline {
        margin-left: 10%;
    }
}

@media screen and (max-width: 500px) {
    .serveces  .bt_portfolio_mini {
        display: block;
    }

    .big_top_portfolio {
        display: none;
    }

    .serveces .left,
    .serveces .right {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-right: 0;
    }

    .serveces .title {
        border-top: 1px solid #676d70;
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .serveces .left .title .link {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .serveces .left .title .underline {
        margin: auto;
        margin-top: 15px;
        float: none;
        width: 197px;
    }

    .serveces .left .info_block {
        text-align: left;
    }

    .serveces .left .link_block {
        text-align: left;
        margin-right: 0;
        margin-left: 10%;
    }

    .serveces .left .see_block  {
        display: none;
    }

    .serveces .see_block_mini{
        display: block;
    }

    .serveces .right .title .link {
        padding-right: 0;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .serveces .right .title .underline {
        margin: auto;
        margin-top: 15px;
        float: none;
        width: 205px;
    }

    .serveces .left {
        padding-bottom: 0;
    }

    .serveces .right {
        border-bottom: 1px solid #676d70;
        padding-bottom: 30px;
    }

    .mySliderContainer {
        clear: both;
    }
}

/* О КОМПАНИИ НА ПЕРВОЙ ========================================================= */

.about {
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 20px;
    clear: both;
}

.about h1 {
    color: #ac7a01;
    font-size: 3.0em;
    line-height: 1.1;
}

@media screen and (max-width: 600px) {
    .about p {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 350px) {
    .about h1 {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 320px) {
    .about h1 {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 290px) {
    .about h1 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 265px) {
    .about h1 {
        font-size: 2.0em;
    }
}

/* СВЯЖИТЕСЬ С НАМИ ========================================================= */

.feedback {
    clear: both;
    text-align: center;
    padding-top: 30px;
    width: 80%;
    margin: auto;
}

.feedback .get_us {
    color: #2ca3d3;
    font-size: 3.0em;
    text-decoration: none;
}

.feedback .arrow  {
    width: 150px;
    border-top: 2px solid #676d70;
    margin: auto;
    padding-top: 10px;
    margin-top: 20px;
}

.feedback .arrow a {
    text-decoration: none;
    background: url(../images/sprite.png) left top no-repeat;
    display: block;
    width: 29px;
    height: 30px;
    margin: auto;
}


@media screen and (max-width: 480px) {
    .feedback .get_us {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 420px) {
    .feedback .get_us {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 390px) {
    .feedback .get_us {
        font-size: 2.2em;
        line-height: 1.2;
    }
}

@media screen and (max-width: 320px) {
    .feedback .get_us {
        font-size: 2.0em;
    }
}

/* ПОРТФОЛИО ВНИЗУ ========================================================= */

.portfolio {
    overflow: hidden;
    clear: both;
}

.portfolio h2 {
    color: #676d70;
    font-size: 3em;
    text-align: center;
    margin-top: 0;
}

.arhiviz h2 {
    margin-top: 30px;
}

.portfolio .items {
    margin-top: 20px;
}

.portfolio .items a {
    float: left;
    width: 29.3%;
    display: block;
    margin-left: 2.0%;
    margin-right: 2.0%;
    text-align: center;
    color: #676d70;
    font-size: 1.4em;
    line-height: 1.4;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
}

.portfolio .items .work {
    border: 1px solid #676d70;
    margin-bottom: 15px;
}

.portfolio .items .work div {
    margin: 10px;
}

.portfolio .items img {
    width: 100%;
    height: auto;
    display: block;
}

.arhiviz {
    margin-top: 20px;
}

.video {
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .portfolio .items a {
        width: 30.9%;
        margin-left: 1.2%;
        margin-right: 1.2%;
    }

    .portfolio .items .work div {
        margin: 8px;
    }
}

@media screen and (max-width: 720px) {
    .portfolio .items .work div {
        margin: 7px;
    }

    .portfolio .items a  {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 620px) {
    .portfolio .items .work div {
        margin: 6px;
    }

    .portfolio h2 {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 540px) {
    .portfolio {
        width: 90%;
        margin-left: 5%;
    }

    .portfolio .items a {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 20px;
        font-size: 1.4em;
    }

    .portfolio .items .work div {
        margin: 10px;
    }

    .portfolio h2 {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 300px) {
    .portfolio h2 {
        font-size: 2.2em;
    }

    .portfolio .items a {
        font-size: 1.2em;
    }

    .portfolio .items .work div {
        margin: 7px;
    }
}

/* ПОДВАЛ ========================================================= */

.footer {
    border-top: 1px solid #676d70;
    margin-top: 70px;
}

.footer .left,
.footer .center,
.footer .right {
    width: 33.3%;
    float: left;
}

.footer .left{
    margin-left: -1px;
}

.footer .center{
    border-right: 1px solid #676d70;
    border-left: 1px solid #676d70;
}

.footer .right{
    margin-right: -1px;
    float: right;
}

.footer h3{
    margin: auto;
    color: #676d70;
    font-size: 2.6em;
    text-align: center;
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer .adress,
.all_contacts .adress {
    color: #676d70;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: center;
    width: 90%;
    margin: auto;
}

.footer .span{
    color: #676d70;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: center;
    font: 14px/18px 'Exo2ExtraLight',Segoe UI,arial,sans-serif;
}

.footer .phone,
.all_contacts .phone {
    color: #ac7a01;
    font-size: 1.4em;
    line-height: 1.4;
    text-align: center;
    margin-top: 15px;
}

.footer .center .link_block{
    font-size: 1.3em;
    line-height: 1.6;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
    text-align: center;
    width: 80%;
    margin: auto;
}

.footer .center .faq_btn,
.footer .center .faq_btn_mini{
    font-size: 1.8em;
    line-height: 2.2;
    text-align: center;
    border: 1px solid #676d70;
    margin-left: 12%;
    margin-right: 12%;
    height: 60px;
    display: block;
    color: #676d70;
}

.footer .center .faq_btn_mini{
    display: none;
    font-size: 1.4em;
    line-height: 3.2;
}

@media screen and (max-width: 1920px) {
    .footer .center .faq_btn{
        line-height: 2.4;
    }
}

@media screen and (max-width: 1100px) {
    .footer h3 {
        font-size: 2.4em;
    }

    .footer .center .faq_btn {
        font-size: 1.6em;
        line-height: 2.7;
    }
}

@media screen and (max-width: 960px) {
    .footer h3 {
        font-size: 2.4em;
    }

    .footer .center .faq_btn {
        font-size: 1.4em;
        line-height: 3.2;
    }
}

@media screen and (max-width: 880px) {
    .footer .center .faq_btn{
        display: none;
    }

    .footer .center .faq_btn_mini{
        display: block;
    }

    .footer .center .link_block {
        font-size: 1.2em;
    }

    .footer .adress {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 750px) {
    .footer h3 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 680px) {
    .footer h3 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 570px) {
    .footer {
        margin-top: 30px;
    }

    .footer .left,
    .footer .center,
    .footer .right{
        width: 100%;
        border-bottom: 1px solid #676d70;
        padding-bottom: 30px;
    }

    .footer h3 {
        font-size: 2.4em;
    }

    .footer .center .faq_btn{
        display: block;
        font-size: 1.8em;
        line-height: 2.4;
    }

    .footer .center .faq_btn_mini{
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .footer h3 {
        font-size: 2em;
    }

    .footer .center .faq_btn{
        display: none;
    }

    .footer .center .faq_btn_mini{
        display: block;
        font-size: 1.8em;
        line-height: 2.4;
    }
}

@media screen and (max-width: 280px) {
    .footer .center .faq_btn_mini{
        font-size: 1.6em;
        line-height: 2.8;
    }
}

/* НИЖНЕЕ МЕНЮ ========================================================= */

.bottom_menu {
    text-align: center;
    clear: both;
    font-size: 1.2em;
    padding-top: 40px;
    padding-bottom: 35px;
    line-height: 2;
}

.bottom_menu  a {
    margin-left: 1.5%;
    margin-right: 1.5%;
    color: #676d70;
    text-decoration: none;
    border-bottom: 1px solid #828181;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
}

.bottom_menu  a:hover {
    color: #ac7a01;
    text-decoration: none;
    border-bottom: 1px solid #ac7a01;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
}

.copyright {
    clear: both;
    font-size: 1.1em;
    padding-bottom: 20px;
    line-height: 1.4;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.copyright .left {
    margin-right: auto;
    margin-bottom: 10px;
}
.copyright .right {
    margin-bottom: 10px;
}

@media screen and (max-width: 850px) {
    .bottom_menu {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 800px) {
    .bottom_menu  a {
        margin-left: 3%;
        margin-right: 3%;
    }
}

/* ИНФОРМАЦИОННАЯ СТРАНИЦА ====================================================== */

.g_line {
    border-bottom: 1px solid #676d70;
    height: 30px;
    width: 100%;
}

.gold_line {
    border-bottom: 1px solid #ac7a01;
}

.info_content {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding-bottom: 0;
}

.info_content .title {
    width: 100%;
    text-align: center;
}

.info_content .title  h1 {
    margin-bottom: 0;
    color: #ac7a01;
}

.info_content .img_and_links {
    width: 26%;
    float: left;
    margin-right: 4%;
    margin-top: 38px;
}

.info_content .img_and_links p {
    font-family: 'Exo2LightItalic',Segoe UI,arial,sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}

.info_content .img_and_links  img{
    width: 100%;
}

.info_content .content {
    width: 70%;
    float: left;
    padding-top: 15px;
}

.top_line_arhiviz .items a {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.info_content .serveces .right {
    width: 100%;
}

.info_content .serveces .right .info_block {
    margin-left: 0;
    width: 100%;
}

.info_content .serveces .right  .link_block {
    padding-left: 0;
    font-family: 'Exo2LightItalic',Segoe UI,arial,sans-serif;
    padding-left: 5px;
    padding-right: 5px;
}

.info_content .serveces .right .see_block {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.info_content .serveces .right .info_block ul {
    font-size: 1.3em;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Exo2LightItalic',Segoe UI,arial,sans-serif;
}

.info_content .serveces .right .info_block li {
    margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
    .info_content .img_and_links {
        width: 31%;
    }

    .info_content .content {
        width: 65%;
    }
}

@media screen and (max-width: 800px) {
    .info_content .img_and_links {
        width: 36%;
    }

    .info_content .content {
        width: 60%;
    }

    .top_line_arhiviz .items a {
        width: 30.3%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .top_line_arhiviz .items a:last-child {
        display: none;
    }
}

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

    .info_content .img_and_links {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        border-bottom: 1px solid #676d70;
        padding-bottom: 30px;
    }

    .info_content .content {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .info_content .img_and_links img {
        width: 40%;
        display: block;
        float: left;
        margin-right: 2%;
    }

    .img_and_links .serveces {
        float: left;
        width: 58%;
        clear: none;
    }

    .info_content .img_and_links p {
        margin-top: 0;

    }

    .info_content .title h1 {
        margin-top: 10px;
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 600px) {
    .info_content .content p {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 580px) {
    .info_content .serveces .right .link_block {
        margin-left: 0;
    }
}

@media screen and (max-width: 540px) {
    .info_content .title h1 {
        margin-top: 0;
    }
}


@media screen and (max-width: 520px) {
    .top_line_arhiviz .items a:first-child {
        display: none;
    }

    .info_content .img_and_links img {
        width: 100%;
    }

    .top_line_arhiviz  {
        display: none;
    }

    .img_and_links .serveces {
        width: 100%;
        margin-top: 20px;
    }

    .info_content .title h1 {
        font-size: 3.0em;
        margin-top: 25px;
    }

    .info_content h2 {
        font-size: 2.4em;
    }

    .info_content .conent p {
        font-size: 3.0em;
        margin-top: 25px;
    }
}

@media screen and (max-width: 500px) {
    .img_and_links .serveces .right {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 440px) {
    .info_content .title h1 {
        font-size: 2.6em;
    }

    .info_content h2 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 380px) {
    .info_content .title h1 {
        font-size: 2.4em;
    }

    .info_content h2 {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 300px) {
    .info_content .title h1 {
        font-size: 2.2em;
    }

    .info_content h2 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 280px) {
    .info_content .title h1 {
        font-size: 2em;
    }

    .info_content h2 {
        font-size: 1.6em;
    }
}

/* СТРАНИЦА НАШИ УСЛУГИ ====================================================== */

.serv_page .title .link {
    line-height: 1;
}

@media screen and (max-width: 1100px) {
    .serv_page .title .link {
        font-size: 3.0em;
    }
}

@media screen and (max-width: 920px) {
    .serv_page .title {
        width: 90%;
    }
}

@media screen and (max-width: 710px) {
    .serv_page .title .link {
        font-size: 2.8em;
    }

    .serv_page .title {
        width: 95%;
    }
}

@media screen and (max-width: 680px) {
    .serv_page .title .link {
        font-size: 2.6em;
    }

    .serv_page .title {
        width: 100%;
    }

    .serv_page .left .title .link {
        text-align: center;
        margin-right: 0;
    }

    .serv_page .right .title .link {
        text-align: center;
        margin-left: 0;
    }

    .serv_page .left .link_block,
    .serv_page .left .info_block,
    .serv_page .left .see_block {
        margin-right: 10%;
        padding-right: 0;
    }
}

@media screen and (max-width: 620px) {
    .serv_page .title .link {
        font-size: 2.4em;
    }
}

@media screen and (max-width: 500px) {
    .serv_page .left .title {
        border-top: 0;
    }

    .serv_page .title .link {
        font-size: 2.8em;
        margin-top: 0;
    }

    .serv_page .right .title .link {
        margin-top: 30px;
    }
}

@media screen and (max-width: 440px) {
    .serv_page .title .link {
        font-size: 2.4em;
        margin-top: 0;
    }
}

@media screen and (max-width: 280px) {
    .serv_page .title .link {
        font-size: 2.2em;
        margin-top: 0;
    }
}

/* СТРАНИЦА ПОРТФОЛИО ====================================================== */

.portfolio_page .portfolio {
    overflow: hidden;
    clear: both;
    width: 90%;
    float: right;
    margin-top: 20px;
}

.portfolio_page .left .portfolio {
    float: right;
    margin-right: 30px;
}

.portfolio_page .right .portfolio {
    float: left;
    margin-left: 30px;
}

.portfolio_page .portfolio .items a {
    width: 30.33%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.portfolio_page .left .portfolio .items a {
    float: right;
}

.portfolio_page .right .portfolio .items a {
    float: left;
}

.portfolio_page .portfolio .items .work div {
    margin: 7px;
}

/* СТРАНИЦА РАБОТЫ ====================================================== */

.info_content .work_img {
    width: 67%;
    margin-right: 3%;
    float: left;
    margin-top: 40px;
}

.info_content .work_img img {
    width: 100%;
    height: auto;
}

.info_content .work_info {
    width: 30%;
    float: left;
    margin-top: 40px;
}

.info_content .work_info p {
    font-size: 1.2em;
}

.info_content .work_info .autor {
    font-size: 1.2em;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
}

.info_content .work_info .autor span{
    font-family: 'Exo2Italic',Segoe UI,arial,sans-serif;
}

@media screen and (max-width: 960px) {
    .info_content .work_img {
        width: 90%;
        margin-left: 5%;
    }

    .info_content .work_info {
        width: 90%;
        margin-left: 5%;
    }
}

/* СТРАНИЦА КОНТАКТЫ ====================================================== */

.contacts_page {
    clear: both;
    margin-top: 10px;
    overflow: hidden;
}

.contacts_page .all_contacts {
    float: left;
    width: 27%;
    margin-left: 3%;
}

.contacts_page .all_contacts .shema {
    display: block;
    text-decoration: none;
    float: left;
}

.contacts_page .all_contacts .shema  .arr_to_shema{
    width: 50%;
    border-top: 2px solid #676d70;
    margin: auto;
    padding-top: 10px;
}

.contacts_page .all_contacts .shema  .arr_to_shema div{
    background: url(../images/sprite.png) -31px top no-repeat;
    width: 29px;
    height: 30px;
    margin: auto;
}

.contacts_page .all_contacts .shema  h2{
    margin-bottom: 15px;
    color: #2ca3d3;
}

.contacts_page .feedback_form {
    float: left;
    width: 70%;
}

.feedback_form  .label{
    color: #676d70;
    font-size: 1.4em;
    line-height: 1.4;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
    margin-bottom: 3px;
}

.feedback_form  .feild{
    color: #676d70;
    font-size: 1.4em;
    line-height: 1.4;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
    width: 95%;
    height: 40px;
    background: #efefef;
    border: 1px solid #ccc;
    padding-right: 5px;
    margin-bottom: 15px;
}

.feedback_form  textarea {
    color: #676d70;
    font-size: 1.4em;
    line-height: 1.4;
    font-family: 'Exo2Light',Segoe UI,arial,sans-serif;
    width: 94.3%;
    height: 150px;
    background: #efefef;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}

.all_contacts .adress {
    text-align: left;
    width: auto;
    margin-left: 3px;
}

.all_contacts .phone {
    text-align: left;
    margin-left: 3px;
    font-size: 2em;
}

.captcha_feed .feild {
    width: 40%;
    display: block;
    float: left;
    margin-right: 1%;
}

.captcha_feed img {
    margin-top: -25px;
}

.send_btn {
    font-size: 1.8em;
    line-height: 2.4;
    text-align: center;
    border: 1px solid #676d70;
    width: 40%;
    height: 60px;
    display: block;
    color: #676d70;
    text-decoration: none;
    margin-top: 15px;
}

.yandex_map {
    clear: both;
}

.shema_link  {
    clear: both;
    width: 100%;
    height: 40px;
}

@media screen and (max-width: 1150px) {
    .contacts_page .all_contacts {
        width: 37%;
    }

    .contacts_page .feedback_form {
        width: 60%;
    }
}

@media screen and (max-width: 830px) {
    .contacts_page .all_contacts {
        width: 47%;
    }

    .contacts_page .feedback_form {
        width: 50%;
    }
}

@media screen and (max-width: 665px) {
    .contacts_page .all_contacts {
        width: 96%;
        margin-left: 2%;
    }

    .contacts_page .feedback_form {
        width: 96%;
        margin-left: 2%;
    }

    .contacts_page .all_contacts .block_address,
    .contacts_page .all_contacts .block_phones	{
        float: left;
        width: 50%;
    }

    .contacts_page .all_contacts .block_shema {
        width: 100%;
        padding-top: 20px;
        clear: both;
    }

    .contacts_page .all_contacts .shema {
        float: none;
    }

    .contacts_page .all_contacts h2,
    .contacts_page .feedback_form h2,
    .contacts_page .all_contacts div {
        text-align: center;
    }

    .feedback_form .feild {
        width: 98.9%;
    }

    .feedback_form textarea {
        width: 97.9%;
    }

    .captcha_feed img {
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) {
    .contacts_page .all_contacts .block_address,
    .contacts_page .all_contacts .block_phones	{
        width: 100%;
    }

    .feedback_form .send_btn {
        width: 100%;
    }
}

/* ПРАЙС ====================================================== */

.price {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.price h2 {
    text-align: center;
    margin-top: 60px;
}

.price table {
    width: 100%;
    border-collapse: collapse;
}

.price td {
    border-bottom: 1px solid #676d70;
}

.price table tr td:last-child{
    width: 20%;
}

.price th{
    font-family: 'Exo2Regular',Segoe UI,arial,sans-serif;
    font-size: 1.1em;
    text-align: left;
}

/* КАРТА САЙТА ====================================================== */

.map_content .site_map {
    width: 80%;
    margin: auto;
}

.map_content .site_map {
    font-size: 1.4em;
    line-height: 1.4;
}

.map_content .site_map ul {
    list-style-type: none;
}

.map_content .site_map h2 {
    font-weight: 300;
    color: #676d70;
    line-height: 1.4;
    font-size: 1.8em;
}