@font-face {
    font-family: 'a_AvanteCpsLCBrk-Bold';
    src: url('../fonts/a_AvanteCpsLCBrk-Bold.woff') format('woff'),
    url('../fonts/a_AvanteCpsLCBrk-Bold.ttf') format('truetype'),
    url('../fonts/a_AvanteCpsLCBrk-Bold.svg#a_AvanteCpsLCBrk-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'a_avantecpslcbrk-bold';
    src: url('../fonts/a_avantecpslcbrk-bold.eot');
    src: url('../fonts/a_avantecpslcbrk-bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/a_avantecpslcbrk-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a_AvanteCpsLCBrk-Light';
    src: url('../fonts/a_AvanteCpsLCBrk-Light.woff') format('woff'),
    url('../fonts/a_AvanteCpsLCBrk-Light.ttf') format('truetype'),
    url('../fonts/a_AvanteCpsLCBrk-Light.svg#a_AvanteCpsLCBrk-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'a_avantecpslcbrk-light';
    src: url('../fonts/a_avantecpslcbrk-light.eot');
    src: url('../fonts/a_avantecpslcbrk-light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/a_avantecpslcbrk-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aero Matics Stencil Bold';
    src: url('../fonts/Aero Matics Stencil Bold.eot');
    src: url('../fonts/Aero Matics Stencil Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Aero Matics Stencil Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AeroMaticsStencilBold';
    src: url('../fonts/AeroMaticsStencilBold.woff') format('woff'),
    url('../fonts/AeroMaticsStencilBold.ttf') format('truetype'),
    url('../fonts/AeroMaticsStencilBold.svg#AeroMaticsStencilBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hangyaboly';
    src: url('../fonts/Hangyaboly.eot');
    src: url('../fonts/Hangyaboly.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Hangyaboly.woff2') format('woff2'),
    url('../fonts/Hangyaboly.woff') format('woff'),
    url('../fonts/Hangyaboly.ttf') format('truetype'),
    url('../fonts/Hangyaboly.svg#Hangyaboly') format('svg');
    font-weight: normal;
    font-style: normal;
}


body,
html {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    background: url("../images/main_bg.png");
}

p {
    color: #333;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}

a {
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #333;
}

section { position: relative; }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }

.uppercase { text-transform: uppercase; }
.relative {position: relative;}
.noradius { border-radius: 0; }
.nopadding { padding: 0; }
.nomargin { margin: 0; }
:focus { outline: none; }

.left { float: left; }
.right { float: right; }

    /*scroll_navigation*/
#about {
    position: relative;
    top: -46px;
}

#development {
    position: relative;
    top: 145px;
}

#team {
    position: relative;
    top: -25px;
}

/* main form */
.wrapper {
    width: 100%;
    height: 100%;
}

.main-form-wrapper {
    margin: 0 auto;
    display: block;
    height: 184px;
    width: 990px;
    background: url("../images/form_bg.png") no-repeat top left;
    border: solid 1px #b2b8bf;
}

.main-form {
    position: relative;
    top: 21px;
    left: 21px;
    width: 948px;
    height: 142px;
    background: #fff;
}

.main-form h3, .form h3 { 
	color: #4c81be;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
	line-height: 31px;
    margin: 0 0 12px 0;
    padding: 29px 0 0 30px;
}
 
.main-form p, .form p {
    color: #194b85;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
}

.main-form .main-form-title {
    margin: 0;
    padding: 29px 0 26px 0;
    font-family: "Arial";
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #4c81be;
}

.main-form .form-group {
    margin: 0 0 0 20px;
	float: left;
}

.main-form .form-group p.error {
	margin: 2px 0 0 0;
	font-size: 13px;
	color: #ff0000;
	padding: 0 0 10px 10px;
}

.form .form-group p.error {
	margin: 1px 0 -12px 0;
	font-size: 13px;
	color: #ff0000;
	padding: 0 0 0 10px;
}

.main-form .form-group .form-control {
    width: 282px;
    height: 32px;
    border-radius: 0;
    border: solid 1px #d9d9d9;
}

.form-group .form-control:focus,
.form-group .form-control:focus {
    border: solid 1px #e5a686 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211, 107, 54, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(211, 107, 54, .6);
}

.main-form button,
.main-form button:active,
.main-form button:focus {
    width: 282px;
    height: 32px;
    margin-left: 20px;
    padding: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 32px;
    background: #d36b36;
    color: #fff;
    border: solid 1px #e5a686;
}

.main-form button:hover {
    background: #ff8a42;
    border: solid 1px #ffb898;
    color: #fff;
}

/* main form end */

/* full form */
.full-form-wrapper {
    margin: 0 auto 40px auto;
    display: block;
    width: 990px;
    height: 329px;
    background: url("../images/form_bg.png") no-repeat top left;
    border: solid 1px #b2b8bf;
}

.full-form {
    position: relative;
    top: 21px;
    left: 21px;
    width: 948px;
    height: 287px;
    background: #fff;
}

.full-form-left {
    font-family: "Arial";
    float: left;
    display: inline-block;
    width: 318px;
    height: 287px;
}

.full-form-right {
    float: left;
    display: inline-block;
    width: 620px;
    height: 287px;
}

.full-form-left-img {
    display: block;
    margin: 18px auto 0 auto;
    background: url("../images/full-form-frame.png") no-repeat top left;
    width: 127px;
    height: 155px;
}

.full-form-left-img img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 102px;
    height: 129px;
    top: 12px;
}

.full-form-left-tel {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #4c81be;
}

.full-form-left-email,
.full-form-left-email:active,
.full-form-left-email:focus {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #b3b3b3;
}

.full-form-left-email:hover {
    text-decoration: underline;
    color: #4c81be;
}

.full-form-left-text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #b3b3b3;
}

.full-form-left-topfranchise,
.full-form-left-topfranchise:active,
.full-form-left-topfranchise:focus {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #4c81be;
}

.full-form-left-topfranchise:hover {
    text-decoration: underline;
    color: #4c81be;
}

.left-form {
    display: inline-block;
    float: left;
    width: 297px;
}
.right-form {
    display: inline-block;
    float: left;
    width: 290px;
}

.full-form .full-form-title {
    margin: 0;
    padding: 29px 0 13px 0;
    font-family: "Arial";
    text-transform: uppercase;
    font-size: 25px;
    color: #4c81be;
}

.full-form-title-text {
    width: 560px;
    font-family: "Arial";
    font-size: 14px;
    color: #b3b3b3;
    margin-bottom: 20px;
}

.full-form .form-group {
    display: inline-block;
    margin-bottom: 15px;
}

.full-form .form-group input {
    width: 282px;
    height: 32px;
    border-radius: 0;
    border: solid 1px #d9d9d9;
}

.full-form .form-group textarea {
    width: 282px;
    height: 79px;
    border-radius: 0;
    border: solid 1px #d9d9d9;
}

.full-form button,
.full-form button:active,
.full-form button:focus {
    width: 282px;
    height: 32px;
    padding: 0;
    margin-top: -5px;
    border-radius: 0;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 32px;
    background: #d36b36;
    color: #fff;
    border: solid 1px #e5a686;
}

.full-form button:hover {
    background: #ff8a42;
    border: solid 1px #ffb898;
    color: #fff;
}

/* header */
header .top-bar {
    display: block;
    height: 46px;
    background: #373739;
}

.wrapper-menu {
    width: 990px;
    margin: 0 auto;
}

header .top-bar .logo {
    display: inline-block;

}

.top-bar .top-bar-menu {
    display: inline-block;
}

.top-bar .top-bar-menu ul {
    margin: 0;
    padding: 0;
}

.top-bar .top-bar-menu ul li:first-child a {
    margin: 0;
    padding: 0;
    margin-right: 34px;
}

.top-bar .top-bar-menu ul li {

    display: inline-block;
    list-style-type: none;
    border-right: solid 1px #757575;
}

.top-bar .top-bar-menu ul li:last-child {
    border-right: none;
}

.top-bar .top-bar-menu ul li a {
    display: inline-block;
    height: 46px;
    font-family: Arial;
    color: #ccc;
    font-size: 13px;
    line-height: 46px;
    padding: 0 34px;
}

.top-bar .top-bar-menu ul li a:hover {
    color: #fff;
}

/* SEO */
.seo-title {
    display: block;
    background: url("../images/header_bg.png") no-repeat top center;
    height: 683px;
    /*margin-top: 46px;*/
}

.seo-title-1 {
    font-family: 'AeroMaticsStencilBold';
    position: relative;
    top: 42px;
    left: 525px;
    margin: 0;
    font-size: 48px;
    color: #fff;
}

.seo-title-2 {
    font-family: 'a_AvanteCpsLCBrk-Light';
    position: relative;
    top: 47px;
    left: 526px;
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.seo-title-2 span {
    margin-right: 10px;
}

.seo-title-3 {
    font-family: 'AeroMaticsStencilBold', 'Arial', 'Helvetica', seans-serif;
    display: block;
    width: 210px;
    position: relative;
    top: 234px;
    left: 537px;
    text-align: center;
    margin: 0;
    font-size: 38px;
    color: #fff;
    /*text-transform: uppercase;*/
}

.seo-title-4:active,
.seo-title-4:focus,
.seo-title-4 {
    font-family: 'a_AvanteCpsLCBrk-Light';
    position: relative;
    top: 286px;
    left: 516px;
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.seo-title-4:hover {
    color: #D5D5D5;
}

/*about*/
.about h2.title, .about div.title {
    margin-top: 25px;
}

h2.title, div.title, h4.title {
    font-family: 'Hangyaboly';
    text-align: center;
    font-size: 56px;
    color: #bc242a;
    text-transform: uppercase;
    font-weight: 600;
}

h2.title::before, div.title::before, h4.title::before {
    content: ' ';
    display: inline-block;
    background: url("../images/title_left.png") no-repeat center;
    width:22px;
    height: 72px;
    vertical-align: middle;
    position: relative;
    top: -6px;
}

h2.title::after, div.title::after, h4.title::after {
    display: inline-block;
    content: ' ';
    background: url("../images/title_right.png") no-repeat center;
    width:25px;
    height: 72px;
    vertical-align: middle;
    position: relative;
    top: -6px;
}

.about .post-title {
    margin-bottom: 23px;
}

.post-title {
    font-family: 'Hangyaboly';
    text-align: center;
    font-size: 40px;
    color: #194b85;
    font-weight: 600;
}

.packaging-img {
    display: block;
    margin: 0 auto 20px auto;
    width: 137px;
    height: 103px;
}

.packaging-img-1 {
    background: url("../images/icons/about_01.png") no-repeat center;
}

.packaging-img-2 {
    background: url("../images/icons/about_02.png") no-repeat center;
}

.packaging-img-3 {
    background: url("../images/icons/about_03.png") no-repeat center;
}

.packaging-img-4 {
    background: url("../images/icons/about_04.png") no-repeat center;
}

.packaging-text {
    font-family: 'a_AvanteCpsLCBrk-Bold';
    font-size: 17px;
    color: #194b85;
    text-align: center;
    margin-bottom: 70px;
}

.history .post-title {
    margin: 50px 0 14px 0;
}

.history .history-img {
    display: block;
    margin: 0 auto 15px auto;
    width: 168px;
    height: 109px;
}

.history .history-img-1 { background: url("../images/logo/expediciya.png"); }
.history .history-img-2 { background: url("../images/logo/33_pingvina.png"); }
.history .history-img-3 { background: url("../images/logo/2gis.png"); }
.history .history-img-4 { background: url("../images/logo/1c.png"); }

.history-content { height: 536px; }
.history-content-1 { background: url("../images/history_bg_01.png") no-repeat top center; }
.history-content-2 { background: url("../images/history_bg_02.png") no-repeat top center; }
.history-content-3 { background: url("../images/history_bg_03.png") no-repeat top center; }
.history-content-4 { background: url("../images/history_bg_04.png") no-repeat top center; }

.history-content { padding: 0 6%; }

.history-content,
.history-content p {
    margin-bottom: 0;
    color: #fff;
}

.history-content-top {
    height: 200px;
}

.history-title {
    font-family: 'a_AvanteCpsLCBrk-Light';
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;

}

p.history-title-2 {
    font-family: "a_AvanteCpsLCBrk-Light" !important;
    font-weight: 600;
    font-size: 15px;
}

.history-content-bot p.history-title-2 {
    margin-bottom: 2px;
}

.history-content p {
    font-family: a_AvanteCpsLCBrk-Light;
    font-size: 15px;
    line-height: 18px;
}

/* Demand for franchising */
.title-icon-demand {
    display: block;
    background: url("../images/demand_logo.png") no-repeat center;
    width: 125px;
    height: 97px;
    margin: 0 auto;
}

.demand h2.title {
    margin: 16px 0 12px 0;
}

.demand-content-img {
    display: block;
    width: 207px;
    height: 121px;
    margin: 0 auto 15px auto;
}

.demand-content-img-1 { background: url("../images/icons/demand_01.png"); }
.demand-content-img-2 { background: url("../images/icons/demand_02.png"); }
.demand-content-img-3 { background: url("../images/icons/demand_03.png"); }
.demand-content-img-4 { background: url("../images/icons/demand_04.png"); }
.demand-content-img-5 { background: url("../images/icons/demand_05.png"); }

.demand-content-text {
    font-family: 'a_AvanteCpsLCBrk-Bold';
    color: #194b85;
    font-size: 15px;
    text-align: center;
}

.demand-bot {
    margin: -20px 0 100px 0;

}

/* Stages of development of the franchise */
.development {
    height: 2852px;
    margin-top: 108px;
}

/*.title-icon-development {
    display: block;
    background: url("../images/development_logo.png") no-repeat center;
    width: 185px;
    height: 130px;
    margin: 207px auto 0 auto;
}*/

.development .title {
    color: #ae141a;
    margin: 40px 0 0 0;
}

.development .title:before {  background: url("../images/development_title_left.png") no-repeat center;  }
.development .title:after {  background: url("../images/development_title_right.png") no-repeat center;  }

.development .post-title {
    color: #18395d;
    margin: 4px 0 43px 0;
}

.development-item { }

.development-item:after {
    content: " ";
    background: url("../images/development-item-shadow.png") no-repeat top center;
    display: block;
    margin: 0 auto;
    width: 466px;
    height: 58px;
}

.development-item-head {
    display: block;
    height: 76px;
    width: 476px;
    background: #ae141a;
}

.development-item-head h4 {
    font-family: 'Aero Matics Stencil Bold';
    font-size: 40px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.development-item-head .development-head-last {
    font-size: 33px;
}

.development-item-content {
    position: relative;
    width: 476px;
    height: 544px;
    background: #18395d;
}

.development-item-content ul {
    margin: 0 20px 0 30px;
    padding: 11px 0 0 0;
}

.development-item-content ul li {
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: 'a_AvanteCpsLCBrk-Light';*/
    margin-bottom: 10px;
    list-style-type: none;
    font-size: 15px;
    line-height: 17px;
    color: #fff;
    font-weight: 600;
}

.development-item-content ul li:before {
    content: "- ";
}
.development-item-content ul .firstli:before {
    content: "";
}

.w400 { width: 400px; }

.development-item-content ul li .development-tooltip {
    display: inline-block;
    margin-left: 8px;
    font-family: inherit;
    width: 23px;
    height: 23px;
    background: #bb2026;
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
}

.tooltip { font-family: Arial, Helvetica, sans-serif; }
.tooltip.in { opacity: 1; }

.tooltip-inner {
    min-width: 410px;
    border: solid 1px #1b5595;
    border-radius: 10px;
    color: #18395d ;
    background: #fff;
    text-align: left;
    padding: 15px;
    font-size: 14px;
    line-height: 14px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow          {  display: none; }
.tooltip.top-left .tooltip-arrow     {  display: none; }
.tooltip.top-right .tooltip-arrow    {  display: none; }
.tooltip.right .tooltip-arrow        {  display: none; }
.tooltip.left .tooltip-arrow         {  display: none; }
.tooltip.bottom .tooltip-arrow       {  display: none; }
.tooltip.bottom-left .tooltip-arrow  {  display: none; }
.tooltip.bottom-right .tooltip-arrow {  display: none; }

.development-item-footer {
    position: absolute;
    bottom: 25px;
    width: 100%;
}

.development-item-footer .development-item-price{
    font-family: 'a_AvanteCpsLCBrk-Light';
    display: block;
    margin: 0;
    padding-top: 10px;
    font-size: 40px;
    color: #d36b36;
    text-align: center;
}

.development-item-footer .development-item-btn:focus,
.development-item-footer .development-item-btn:active,
.development-item-footer .development-item-btn {
    font-family: 'Aero Matics Stencil Bold';
    display: block;
    width: 205px;
    height: 45px;
    margin: 7px auto 0 auto;
    background: #d36b36;
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    border: none;
}
.development-item-footer .button_3_4:focus,
.development-item-footer .button_3_4:active,
.development-item-footer .button_3_4 {
    margin: 34px auto 0 auto;
}

.development-item-footer .development-item-btn:hover {
    background: #ff8340;
}

/* TEAM AND EXPERTISE */
.team {
    margin-bottom: 56px;
}

.title-icon-team {
    background: url("../images/team_logo.png") no-repeat top center;
    display: block;
    width: 239px;
    height: 139px;
    margin: 38px auto 56px auto;
}

.team h2.title, .team div.title {
    margin-bottom: 22px;
}

.team p {
    font-family: 'Hangyaboly';
    color: #2e4e80;
    text-align: center;
    font-size: 35px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 50px;
}

.team p:last-child {
    margin-bottom: 64px;
}

.team p .red {
    color: #c5282d;
}

.team .team-top-lable {
    display: block;
    width: 182px;
    height: 182px;
    margin: 0 auto;
}

.team .team-top-lable-1 { background: url("../images/1.png") no-repeat center; }
.team .team-top-lable-2 { background: url("../images/2.png") no-repeat center; }
.team .team-top-lable-3 { background: url("../images/3.png") no-repeat center; }
.team .team-top-lable-4 { background: url("../images/4.png") no-repeat center; }
.team .team-top-lable{
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.team .team-second-title {
    font-family: 'Hangyaboly';
    color: #bb252b;
    font-size: 38px;
    text-align: center;
    font-weight: 600;
    margin-top: 46px;
    margin-bottom: 28px;
}

.team .team-second-title:after {
    content: " ";
    display: block;
    background: url("../images/team-second-title.png") no-repeat top center;
    width: 550px;
    height: 16px;
    margin: 4px auto 0 auto;
}

.team-item-image {
    display: block;
    margin: 0 auto;
    width: 204px;
    height: 160px;
}

.team-item-4 {
    margin-top: 9px;
    margin-left: -60px;
}

.team-item-5 {
    margin-top: 9px;
    margin-left: -87px;
}

.team-item-image-1 { background: url("../images/icons/team_01.png"); }
.team-item-image-2 { background: url("../images/icons/team_02.png"); }
.team-item-image-3 { background: url("../images/icons/team_03.png"); }
.team-item-image-4 { background: url("../images/icons/team_04.png"); }
.team-item-image-5 { background: url("../images/icons/team_05.png"); }

.team-item-text {
    font-family: 'a_AvanteCpsLCBrk-Bold';
    color: #2e4e80;
    font-size: 22px;
    text-align: center;
}

/* Development of franchising offers */
.development-proposal {
    background: url("../images/development-proposal-bg.png") no-repeat top center;
    height: 1669px;
    margin-top: 70px;
}

.development-proposal h2.title {
    margin-top: 210px;
    font-size: 40px;
    color: #fff;
    margin-bottom: 38px;
}

.development-proposal .title:before { background: url("../images/development_title_left.png") no-repeat center; }
.development-proposal .title:after { background: url("../images/development_title_right.png") no-repeat center; }

.development-proposal-item:after {
    content: " ";
    display: block;
    background: url("../images/development-proposal-item-shadow.png") no-repeat top center;
    width: 464px;
    height: 51px;
    margin: 0 auto;
}

.development-proposal-head {
    display: block;
    height: 77px;
    width: 476px;
    background: #ae141a;
}

.development-proposal-head h3 {
    font-family: 'Aero Matics Stencil Bold';
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.development-proposal-head h3 {
    font-family: 'Aero Matics Stencil Bold';
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding-top: 6px;
}

.development-proposal-head h3.development-proposal-head-first {
    padding-top: 22px;
}

.development-proposal-head h3.development-proposal-head-second {
    font-size: 28px;
    padding-top: 8px;
}

.development-proposal-content {
    position: relative;
    width: 476px;
    height: 170px;
    background: #18395d;
}

.development-proposal-img {
    float: left;
    display: block;
    width: 168px;
    height: 170px;
}

.development-proposal-img-1 { background: url("../images/icons/development_01.png") no-repeat center; }
.development-proposal-img-2 { background: url("../images/icons/development_02.png") no-repeat center; }
.development-proposal-img-3 { background: url("../images/icons/development_03.png") no-repeat center; }
.development-proposal-img-4 { background: url("../images/icons/development_04.png") no-repeat center; }
.development-proposal-img-5 { background: url("../images/icons/development_05.png") no-repeat center; }
.development-proposal-img-6 { background: url("../images/icons/development_06.png") no-repeat center; }
.development-proposal-img-7 { background: url("../images/icons/development_07.png") no-repeat center; }

.development-proposal-text {
    display: inline-block;
    margin-top: 30px;
    font-family: 'a_AvanteCpsLCBrk-Light';
    color: #fff;
    font-size: 20px;
    width: 300px;

}

/* Our projects */
.project { margin-bottom: 50px; }

.title-icon-project {
    background: url("../images/project_logo.png") no-repeat top center;
    display: block;
    width: 240px;
    height: 163px;
    margin: 38px auto 56px auto;
}

.project h2.title, .project div.title {
    margin-bottom: 22px;
}

.project p {
    font-family: 'Hangyaboly';
    color: #2e4e80;
    text-align: center;
    font-size: 35px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 50px;
}

.project-logos-group {
    margin: 0 auto;
    display: block;
    background: url("../images/logo/project-logos-group.png") no-repeat top center;
    width: 923px;
    height: 335px;
}

.project-second-title {
    font-family: 'Hangyaboly';
    color: #bb252b;
    font-size: 42px;
    text-align: center;
    font-weight: 600;
    margin-top: 46px;
    margin-bottom: 28px;
}

.project-second-title:after {
    content: " ";
    display: block;
    background: url("../images/project-second-title.png") no-repeat top center;
    width: 437px;
    height: 15px;
    margin: 4px auto 0 auto;
}

.project-create-franchise {
    position: relative;
    display: block;
    margin: 0 auto;
    background: url("../images/project-create-franchise_bg.png") no-repeat top center;
    width: 980px;
    height: 595px;
}

.project-create-franchise div {
    position: absolute;
    display: block;
    font-family: 'Hangyaboly';
    color: #2e4e80;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    font-weight: 600;
}

.project-create-franchise-1 {
    left: 162px;
    top: 59px;
}
.project-create-franchise-2 {
    left: 575px;
    top: 210px;
}
.project-create-franchise-3 {
    left: 40px;
    top: 314px;
}
.project-create-franchise-4 {
    left: 605px;
    top: 470px;
}

/* Text to footer */
.text-before-footer p{
    font-family: Arial;
    font-size: 15px;
    color: #939394;
    text-align: center;
    font-weight: 600;
    margin-bottom: 32px;
}

/* Footer */
.footer-top-border {
    display: block;
    margin: 0 auto;
    background: url("../images/footer-top-border.png") no-repeat top center;
    width: 1920px;
    height: 10px;

    border-top: solid 5px #cc1a3f;
}

.footer-top {
    height: 62px;
    background: #373739;
}

.footer-top-phone {
    margin-left: -15px;
    font-family: Arial;
    font-size: 15px;
    line-height: 62px;
    color: #ccc;
}

.white { color: #fff; }

.footer-top-menu { margin: 0 -15px 0 0; padding: 0; }

.footer-top-menu li {
    display: inline-block;
    list-style-type: none;
    margin-left: 40px;
}

.footer-top-menu li a {
    font-family: Arial;
    font-size: 15px;
    line-height: 62px;
    color: #ccc;
    text-decoration: underline;
    font-weight: 600;
}

.footer-top-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-bot {
    height: 62px;
    background: #000;
    border-bottom: solid 5px #fff;
}

.footer-bot .left {
    margin: 10px 0 0 -15px;
}

.footer-bot .footer-bot-left-rambler-1 {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url("../images/rambler-1.png") no-repeat center;
    margin: 0 16px 0 0;
}

.footer-bot .footer-bot-left-rambler-2 {
    display: inline-block;
    width: 88px;
    height: 31px;
    background: url("../images/rambler-2.png") no-repeat center;
    margin-right: 11px;
}

.footer-bot .footer-bot-left-copyright {
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 11px;
    line-height: 31px;
    vertical-align: top;
    font-weight: 600;
}

.footer-bot .right {
    margin: 10px -15px 0 0;
}

.footer-social-title {
    display: inline-block;
    margin-right: 5px;
    margin-top: -1px;
    font-family: Arial;
    font-size: 15px;
    color: #ccc;
    line-height: 31px;
    vertical-align: top;
    font-weight: 600;
}

.footer-social {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
    list-style-type: none;

}

.footer-social li a {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    margin-left: 9px;
}

.footer-social li a.vk { background: url("../images/icons/vk.png") no-repeat center; }
.footer-social li a.fb { background: url("../images/icons/fb.png") no-repeat center; }
.footer-social li a.tw { background: url("../images/icons/tw.png") no-repeat center; }
.footer-social li a.gp { background: url("../images/icons/gp.png") no-repeat center; }
.footer-social li a.in { background: url("../images/icons/in.png") no-repeat center; }

    /*POPUP*/
.modal-dialog {
    position: absolute;
    width: 992px;
    top: 50%;
    left: 50%;
    margin: -165px 0 0 -496px;
}

.modal-content {
    position: relative;
}

.modal-dialog .full-form-wrapper {
    margin: 0 auto;
}

.modal-dialog button.close {
    position: absolute;
    display: block;
    z-index: 2000;
    top: 22px;
    right: 21px;
    font-size: 55px;
    line-height: 30px;
    overflow: hidden;
}
.rambler_razrab {
    float: left;
    margin-right: 10px;
}
.ajax_loader_container{
    display: inline-block;
    padding: 0 41px;
    height: 40px;
    cursor: pointer;
}
.ajax_loader{
    /*display: inline-block;*/
    width: 140px;
    /*padding-left: 30px;*/
    margin-top: 9px;
}
.hidden{
    display: none;
}


/* баннеры */

/*.mx_slider_banner {
    overflow: hidden;
    margin: 46px auto 0;
    width: 1920px;
}

.mx_slider_banner > .wrapper {
    list-style: none outside none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 200%;
    height: 401px;
}

.mx_slider_banner > .wrapper > * {
    display: block;
    float: left;
    width: 50%;
    height: 401px;
}

.mx_slider_banner > .wrapper a {
    display: block;
    width: 1920px;
    height: 401px;
    background: none no-repeat center transparent;
}

.mx_slider_banner > .nav {
    position: absolute;
    margin: 0 auto 0 -50px;
    width: 1086px;
}

.mx_slider_banner > .nav .prev, .mx_slider_banner > .nav .next {
    display: block;
    position: absolute;
    width: 25px;
    height: 51px;
    background: url('/images/icon/arrow_slider2.png') no-repeat top;
    margin-top: 35px;
    cursor: pointer;
    z-index: 2;
    top: 170px;
}

.mx_slider_banner > .nav .prev {
    left: 13px;
}

.mx_slider_banner > .nav .prev:hover {
    background-position: 0 -51px;
}

.mx_slider_banner > .nav .next {
    background-position: 0 -102px;
    right: 11px;
}

.mx_slider_banner > .nav .next:hover {
    background-position: 0 -153px;
}
.art_slider_banner > .wrapper {
    height: 300px;
}
.art_slider_banner > .nav .prev, .art_slider_banner > .nav .next {
    top: 76px;
}
.art_slider_banner > .nav {
    margin: 0 auto 0 10px;
    width: 98%;
}*/
 .prev_button,  .next_button {
    background: url('/images/icon/arrow_slider2.png') no-repeat top;
    z-index: 2;
    width: 25px;
    height: 51px;
    display: block;
    position: absolute;
    top: 40%;
}
.prev_button {
    left: 33px;
}
 .prev_button:hover {
    background-position: 0 -51px;
}
.next_button {
    background-position: 0 -102px;
    right: 31px;
}
.next_button:hover {
    background-position: 0 -153px;
}
.art_bootstrap_slider {
    margin-top: 46px;
}
.development_item_1 {
    background: url('../images/background_bloknot_1.png') no-repeat 38%;
    height: 822px;
    z-index: 50;
    position: relative;
}
.development_item_2 {
    background: url('../images/development_background_2.png') no-repeat 30%;
    height: 695px;
    z-index: 50;
    position: relative;
    margin-top: 130px;
}
.development_item_3 {
    background: url('../images/development_background_3.png') no-repeat 38%;
    height: 822px;
    z-index: 70;
    position: relative;
    margin-top: 100px;
}
.shadow_1 {
    background: url('../images/shadow_rozrab_1.png') no-repeat bottom;
    z-index: 100;
    height: 45px;
    position: absolute;
    top: 802px;
}
.shadow_3 {
    top: 902px;
}
.shadow_2 {
    background: url('../images/development_background_shadow_3.png') no-repeat bottom;
    z-index: 100;
    height: 50px;
    position: absolute;
    top: 802px;
    width: 435px;
    left: 16%;
}
.shadow_4 {
    background: url('../images/development_background_shadow_3.png') no-repeat bottom;
    z-index: 100;
    height: 50px;
    position: absolute;
    top: 802px;
    width: 435px;
    left: 53%;
}
.development_background {
    background: url('../images/background_bloknot_2.png') no-repeat top;
}
.button_development {
    position: absolute;
    z-index: 80;
    top: 802px;
    height: 60px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    float: left;
    width: auto;
}
.button_zakaz_hover {
    z-index: 120;
    background-color: transparent;
    opacity: 0;
    width: 210.547px;
    height: 60px;
    cursor: pointer;
}
.button_zakaz {
    background-color: #fc7e00;
    padding: 10px 20px;
    cursor: pointer;

}
/*.button_zakaz_hover:hover .button_zakaz {
    background-color: #f83c00;
}*/
.button_zakaz_active {
    background-color: #f83c00;
}

/*.button_zakaz:hover, .button_zakaz:focus {
    background-color: #f83c00;
}*/
.button_gray {
    background-color: #a1a0a0;
    cursor: pointer;
}
.button_gray:hover, .button_gray:focus {
    background-color: #fcc895;
}
.button_gray_margin_1 {
    margin-left: 40%;
    padding: 10px 20px;
}
.button_gray_margin_2 {
    margin-left: 51.5%;
    padding: 10px 50px;
}
.button_gray_hover_1 {
    width: 152.922px;
    margin-left: 40%;
    cursor: pointer;
    z-index: 120;
}
.button_gray_hover_2 {
    width: 153.844px;
    margin-left: 51.5%;
    cursor: pointer;
    z-index: 120;
}
.button_gray_hover_active {
    background-color: #fcc895;
}

.button_development div {
    font-family: 'Aero Matics Stencil Bold';

    font-size: 25px;
    color: #fff;
    position: relative;
}
.development_item_content ul li {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'a_AvanteCpsLCBrk-Light';
    margin-top: 15px;
    list-style-type: none;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    color: #18395d;
}
.head_text {
    font-family: 'Hangyaboly';
    color: #ae141a;
    font-size: 64px;
    margin-left: 27%;
    margin-top: 115px;
}
.development_item_3 .head_text {
    margin-top: 95px;
}
.development_item_content ul {
    margin-left: 22%;
    width: 64%;
}
.development_item_content ul .red_text {
    color: #ae141a;
    font-size: 20px;
}
.development_item_content ul .red_text span {
    font-size: 15px;
}
.head_tex_2 {
    font-family: 'Hangyaboly';
    color: #ae141a;
    font-size: 40px;
    margin-top: 290px;
    line-height: 35px;
    margin-left: 3%;
}
.price_text {
    font-family: 'a_AvanteCpsLCBrk-Bold';
    font-size: 48px;
    color: #ae141a;
    margin-left: 27%;
    margin-top: 20px;
}
.name_developer, .doljnost_developer, .phone_developer {
    font-family: 'a_AvanteCpsLCBrk-Light';
    text-align: right;
    width: 180px;
}
.name_developer {
    color: #ae141a;
    font-size: 20px;
    margin-top: 60px;
}
.doljnost_developer {
    color: #18395d;
    font-size: 13px;
    margin-top: 4px;
}
.phone_developer  {
    color: #18395d;
    font-size: 15px;
    margin-top: 12px;
}
.phone_developer span {
    text-decoration: underline;
}
.form_header_name {
    font-family: 'a_AvanteCpsLCBrk-Light';
    text-align: right;
    font-size: 20px;
    color: #18395d;
    width: 220px;
    margin-top: 40px;
}
.form_development_input {
    height: 50px;
    border: 1px solid #a7a39c;
    margin-top: 10px;
    font-size: 15px;
    text-align: right;
    padding: 10px;
    width: 230px;
    background-color: #fdf1e1;
}
.form_development_button {
    height: 91px;
    background: url('../images/development_form_button.png') no-repeat top;
    margin-top: 20px;
    cursor: pointer;
}
.form_development_button:hover, .form_development_button:focus {
    background: url('../images/development_form_button_active.png') no-repeat top;
}
.button_zakaz_margin_item_2 {
    margin-left: 20%;
}
.button_gray_margin_item_2 {
    margin-left: 34%;
}
.button_zakaz_margin_item_3 {
    margin-left: 53%;
}
.button_gray_margin_item_3 {
    margin-left: 67%;
}
.development_item_content .right_list {
    margin-left: 0;
    padding: 0;
}
.head_text_right {
    margin-left: -2%;
    font-size: 55px;
    margin-top: 130px;
}
.right_development_block {
    padding-left: 0;
}
.price_text_right {
    margin-left: 0;
    font-size: 36px;
}
.button_top_for_item_3 {
    top: 902px;
}
.development_tooltip {
    cursor: pointer;
}
.full-form-right-new {
    width: 100%;
    margin-left: 2%;
    height: 330px;
}
.full-form .form-group .modal_textarea {
    height: 126px;
    width: 320px;
}
.form_name_of_person {
    color: #4c81be;
    margin-top: 20px;
    font-size: 16px;
}
.full-form .full-form-title-new {
    font-size: 22px;
    padding: 0 0 18px 0;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
}
.full-form-title-text-new {
    margin-bottom: 5px;

}
.full-form-new .form-group input {
    width: 320px;
}
.modal-dialog-new {
   width: 730px;
    left: 57%;
}
.full-form-wrapper-new {
    width: 740px;
    height: 370px;
}
.full-form-new {
    width: 700px;
    height: 342px;
    top:15px;
    padding-top: 10px;
}
.full-form-new .left-form, .full-form-new .right-form  {
    width: 330px;
}
.development_item_content ul li{
    font-size: 13.9px;
}
.full-form-new button, .full-form-new button:active, .full-form-new button:focus {
    width: 180px;
    float: left;
}
.text_for_important {
    font-size: 12px;
    color: #b3b3b3;
    float: left;
    padding-left: 5px;
}
.full-form .full-form-title-consult {
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
}
.error_new {
    margin: 1px 0 -22px 0;
    font-size: 13px;
    color: #ff0000;
    padding: 0 0 0 10px;
}
.development_item_content .ul_around_the_world {
    margin-left: 22%;
    width: 80%;
}
.project-logos-group {
    background: url("../images/project-logos-group-2.png") no-repeat top center;
    width: 980px;
    height: 425px;
}
@media (max-width: 1680px) {
    .head_text {
        margin-left: 23%;
    }
    .button_gray_hover_1 {
        margin-left: 41%;
    }
    .button_gray_margin_1 {
        margin-left: 41%;
    }
    .button_gray_margin_item_3 {
        margin-left: 69%;
    }
    .button_zakaz_margin_item_2 {
        margin-left: 18%;
    }
    .head_text_right {
        margin-left: -2px;
    }
    .button_gray_margin_item_2 {
        margin-left: 34%;
    }
    .development_inputs_group {
        width: 45%;
    }
    .form_development_input {
        width: 250px;
    }
}
@media (max-width: 1600px) {
    .head_text {
        margin-left: 18%;
    }
    .development_item_2 .head_text {
        margin-left: 22%;
    }
    .development_item_content ul, .development_item_content .ul_around_the_world  {
        margin-left: 12%;
        width: 85%;
    }
    .development_item_2 .development_item_content ul {
        width: 70%;
        margin-left: 15%;
    }
    .price_text {
        margin-left: 20%;
    }
    .development_item_2 .head_text_right {
        margin-left: 3%;
    }
    .price_text_right {
        margin-left: 7%;
    }
    .development_item_2 .development_item_content .right_list {
        margin-left: 7%;
    }
    .button_zakaz, .button_zakaz_hover {
        margin-left: 19%;
    }
    .button_gray_margin_1, .button_gray_hover_1 {
        margin-left: 36%;
    }
    .button_zakaz_margin_item_2 {
        margin-left: 18%;
    }
    .button_gray_margin_item_2 {
        margin-left: 34%;
    }
    .button_zakaz_margin_item_3 {
        margin-left: 55%;
    }
    .button_gray_margin_item_3 {
        margin-left: 71%;
    }
    .development_inputs_group {
        width: 45%;
    }
    .form_development_input {
        width: 250px;
    }
    .button_gray_margin_2 {
        margin-left: 48.5%;
    }
    .button_gray_hover_2 {
        margin-left: 48.5%;
    }
}
@media (max-width: 1440px) {
    .head_text {
        margin-left: 10%;
    }
    .development_item_2 .head_text {
        margin-left: 18%;
    }
    .development_item_content ul, .development_item_content .ul_around_the_world  {
        margin-left: 4%;
        width: 88%;
    }
    .development_item_2 .development_item_content ul {
        margin-left: 11%;
    }
    .price_text {
        margin-left: 10%;
    }
    .development_item_2 .price_text {
        margin-left: 17%;
    }
    .development_item_2 .head_text_right {
        margin-left: 9%;
    }
    .development_item_2 .development_item_content .right_list {
        margin-left: 12%;
    }
    .development_item_2 .price_text_right {
        margin-left: 12%;
    }
    .button_gray_margin_1, .button_gray_hover_1 {
        margin-left: 38%;
    }
    .button_zakaz_margin_item_2 {
        margin-left: 16%;
    }
    .button_gray_margin_item_2 {
        margin-left: 34%;
    }
    .button_zakaz_margin_item_3 {
        margin-left: 56%;
    }
    .button_gray_margin_item_3 {
        margin-left: 74%;
    }
    .development_inputs_group {
        width: 54%;
    }
    .form_development_input {
        width: 250px;
    }
    .button_gray_margin_2 {
        margin-left: 52%;
    }
    .button_gray_hover_2 {
        margin-left: 52%;
    }
}
.development_item_1 .development_item_content ul li{
    margin-top: 11px;
}
@media (max-width: 1366px) {
    .development_item_1 {
        background-size:100%;
    }

    .development_item_2 {
        background-size:100%;
    }
    .development_item_3 {
        background-size:100%;
    }
    .development_item_content .ul_around_the_world {
        width: 95%;
    }
    .development_item_3 .price_text {
        margin-top: 5px;
    }
    .shadow_1 {
        top: 775px;
        width: 80%;
        background-size: 100%;
        margin-left: 10%;
    }
    .button_development {
        top: 775px;
    }
    .button_zakaz, .button_zakaz_hover {
        margin-left: 16%;
    }
    .button_gray_margin_1, .button_gray_hover_1 {
        margin-left: 35%;
    }
    .button_gray_margin_2 {
        margin-left: 49%;
    }
    .button_gray_hover_2 {
        margin-left: 49%;
    }
    .shadow_2 {
        top: 802px;
        left: 12%;
    }
    .shadow_4 {
        top: 802px;
    }
    .button_zakaz_margin_item_2, .button_gray_margin_item_2, .button_zakaz_margin_item_3, .button_gray_margin_item_3 {
        top: 802px;
    }
    .button_zakaz_margin_item_2 {
        margin-left: 14%;
    }
    .button_gray_margin_item_2 {
        margin-left: 34%;
    }
    .button_zakaz_margin_item_3 {
        margin-left: 58%;
    }
    .button_gray_margin_item_3 {
        margin-left: 78%;
    }
    .development_item_3 .head_text {
        font-size: 57px;
        margin-top: 110px;
        margin-left: 12%;
    }
    .shadow_3 {
        top: 875px;
    }
    .button_top_for_item_3 {
        top: 875px;
    }

}
@media (min-width: 1200px) and (max-width: 1280px) {
    .head_text {
        margin-left: 9%;
        margin-top: 134px;
    }
    .development_item_content ul li {
        margin-top: 10px;
    }
    .form_header_name {
        margin-top: 13px;
    }
    .button_gray_margin_1, .button_gray_hover_1 {
        margin-left: 38%;
    }
    .shadow_1 {
        top: 748px;
    }
    .button_development {
        top: 748px;
    }
    .development_inputs_group {
        width: 55%;
    }
    .button_zakaz_margin_item_2, .button_gray_margin_item_2, .button_zakaz_margin_item_3, .button_gray_margin_item_3 {
        top: 777px;
    }
    .button_zakaz_margin_item_2 {
        margin-left: 12%;
    }
    .button_gray_margin_item_3 {
        margin-left: 78%;
    }
    .button_gray_margin_item_2 {
        margin-left: 33%;
    }
    .shadow_2 {
        top: 777px;
    }
    .shadow_4 {
        top: 777px;
    }
    .development_item_2 .head_text_right {
        margin-left: 7%;
    }
    .development_item_3 .head_text {
        margin-top: 122px;
        margin-left: 8%;
    }
    .shadow_3 {
        top: 848px;
    }
    .button_top_for_item_3 {
        top: 848px;
    }
    .development_item_3 .price_text {
        margin-top: 0;
    }
    .development_item_content .ul_around_the_world {
        width: 100%;
    }
}
@media (min-width: 999px) and (max-width: 1295px){

    .development_item_1 .development_item_content ul li{
        margin-bottom: -5px;
    }
    .development_item_content ul li{
        margin-bottom: -3px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px)  {
    .col-art_for_xs {
        width: 100%;
        margin-left: 0;
    }
    .development_item_1 {
        margin-left: 0;
        background-size:100%;
    }
    .development_item_2 {
        margin-left: 0;
        background-size:100%;
    }
    .development_item_3 {
        margin-left: 0;
        background-size:100%;
    }
    .head_text {
        margin-top: 139px;
    }
    .form_header_name {
        margin-top: 7px;
    }
    .development_inputs_group {
        width: 60%;
    }
    .shadow_1 {
        top: 755px;
        width: 85%;
        background-size: 100%;
        margin-left: 0;
    }
    .button_development {
        top: 755px;
    }
    .button_zakaz, .button_zakaz_hover {
        margin-left: 10%;
    }
    .button_gray_margin_1, .button_gray_hover_1 {
        margin-left: 33%;
    }
    .shadow_2 {
        top: 785px;
        left: 2%;
    }
    .shadow_4 {
        top: 785px;
    }
    .button_zakaz_margin_item_2, .button_gray_margin_item_2, .button_zakaz_margin_item_3, .button_gray_margin_item_3 {
        top: 785px;
    }
    .button_zakaz_margin_item_2 {
        margin-left: 6%;
    }
    .button_gray_margin_item_2 {
        margin-left: 28%;
    }
    .button_zakaz_margin_item_3 {
        margin-left: 54%;
    }
    .button_gray_margin_item_3 {
        margin-left: 76%;
    }
    .development_item_3 .head_text {
        font-size: 57px;
        margin-top: 126px;
        margin-left: 9%;
    }
    .shadow_3 {
        top: 855px;
    }
    .button_top_for_item_3 {
        top: 855px;
    }
}
.footer_title {
    font-size: 32px;
}
.hidden_comp{
    display: none;
}
.top_bar_mobile{
    display: none;
}
.development_item_3 .head_text{
    font-size: 57px;
}
.development_item_content ul li{
    margin-top: 12px;
}
@media(min-width: 1000px) and (max-width: 1480px){
    .seo-title-4{
        top: 280px !important;
    }
}
@media (max-width:999px){
    body{
        width: 100%;
        float: left;
        min-width: auto;
        
    }
    *{
        -webkit-box-sizing: border-box !important;
           -moz-box-sizing: border-box !important;
                box-sizing: border-box !important;
    }
    .project-second-title:after{
        width: 100%;
        max-width: 437px;
    }
    .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after{
        display: none;
    }
    body{
        width: 100%;
        max-width: 100%;
        -ms-overflow-x: hidden;
            overflow-x: hidden;
    }
    .top_bar_mobile{
        display: block;
    }
    .mobie_bg.active {
        width: 100%;
        height: 100%;
        display: block;
        z-index: 19;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
    }
    .mobie_bg {
        display: none;
    }
    .hidden_comp{
        display: table;
        width: 215px;
        float: none;
        margin: 0px auto;
        padding-top: 20px;
    }
    .hidden_comp .button_development.button_zakaz{
        margin-bottom: -60px;
        width: 100%;
        float: left;
        text-align: center;
        display: block;
    }
    .hide_to_modal{
        display: none;
    }
    .hidden_comp .button_development.button_gray{
        margin-top: 15px;
        width: 100%;
        float: left;
        text-align: center;
        display: block;
        margin-left: 0;
    }
    .head_tex_2{
        text-align: center;
        width: 100%;
        float: left;text-align: center;
    }
    .modal-dialog-new{
        width: 90%;
        left: 5%;
        margin: 0;
    }
    .name_developer{
        width: 100%;
        float: left;
        margin-top: 15px;text-align: center;
    }
    .full-form .full-form-title-new{
        width: 100%;
        float: left;
    }
    .development_item_3{
        margin-top: 30px;
    }
    .full-form-right form{
        display: table;
    }
    .full-form-new .left-form, .full-form-new .right-form{
        width: 100%;
        float: left;
    }
    .development_item_2{
        margin-top: 35px;
    }
    .doljnost_developer{
        width: 100%;
        float: left;text-align: center;
    }
    .hidden_comp .button_zakaz, .hidden_comp .button_zakaz_hover{
        margin-left: 0;
    }
    .form_header_name{
        width: 100%;
        float: left;
        text-align: center;
    }
    .phone_developer{
        width: 100%;text-align: center;
        float: left;
    }
    .development{
        margin-top: 0;
    }
    .container{
        width: 100%;
        float: left;  
    }
    section {
        position: relative;
        width: 100%;
        float: left;
    }
    .col-xs-3{
        width: 50% !important;
    }
    h3.post-title + .row>.col-xs-3{
        min-height: 250px;
    }
    .col-xs-4{
        width: 50%;
    }
    .history-content-top {
        height: auto;
        padding-bottom: 20px;
        max-width: 190px;
        float: none;
        display: table;
        margin: 0px auto;
    }
    .history-content-bot{
            max-width: 190px;
            float: none;
            display: table;
            margin: 0px auto;
    }
    .full-form-wrapper{
        width: 100%;
        float: left;
        height: auto;
        min-height: 350px;
        -webkit-background-size: cover;
             -o-background-size: cover;
                background-size: cover;
    }
    .full-form{
        height: auto;
        width: 100%;
        float: left;
    }
    .full-form-left{
        width: 100%;
        float: left;
        text-align: center;
    }
    .full-form-right{
        width: 100%;
        float: left;
        height: auto;
        min-height: 290px;
    }
    .full-form-title-text{
        width: 100%;
        float: left;
    }
    .left-form{
        width: 100%;
        float: left;
    }
    .right-form{
        width: 100%;
        float: left;
    }
    .footer-top{
        width: 100%;
        float: left;
    }
    footer{
        width: 100%;
        float: left;
    }
    .footer-bot{
        width: 100%;
        float: left;
    }
    .project-create-franchise{
        width: 100%;
        float: left;
        height: auto;
        min-height: 590px;
    }
    .project-create-franchise div{
        position: relative;
        width: 100%;
        float: left;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin-bottom: 30px;
    }
    .project-create-franchise{
        background: none;
    }
    .demand-content{
        margin-bottom: 25px;
    }
    .project-logos-group{
        -webkit-background-size: contain;
             -o-background-size: contain;
                background-size: contain;
        width: 100%;
        float: left;
    }
    .title-icon-demand + .title + .row .col-xs-4{
        width: 100% !important;
        float: left;
    }
    .title-icon-demand + .title + .row + .row .col-xs-4{
        width: 100% !important;
        float: left;
    }
    .full-form-right{
        padding-left: 10px;
        padding-right: 10px;
    }
    .full-form-right form{
        width: 100%;
        float: left;
    }
    .full-form-right{
        
    }
    .head_text{
        margin-top: 0;
    }
    .post-title{
        font-size: 24px;
    }
    .head_text{
        font-size: 36px;
    }
    .development_item_content ul, .development_item_content .ul_around_the_world,.development_item_2 .development_item_content ul{
        padding-left: 0;
        margin: 0;
    }
    .development_item_content ul, .development_item_content .ul_around_the_world{
        width: 100%;
        float: left;
    }
    .development_item_content{
        width: 100%;
        float: left;
    }
    .price_text ,.development_item_3 .head_text,.head_tex_2,.development_item_2 .head_text{
        font-size: 30px;
        margin-top: 30px;
        margin-left: 0px;
        width: 100%;
        float: left;
    }
    .development_item_2,.development_item_1{
        background-size: 1000% 1000%;
        padding-bottom: 25px;
    }
    .right_development_block{
        padding-left: 15px;
    }
    .full-form{
        left: 0;
        top: 0;
    }
    .full-form-wrapper{
        padding: 20px;
    }
    .col-sm-6{
        width: 100%;
        float: left;
    }
    .shadow_1{
        display: none;
    }
    .button_development{
        position: relative;
    }
    .full-form-right form {
        width: 100%;
        float: none;
        margin: 0px auto;
        max-width: 250px;
    }
    .full-form-right form input{
        width: 100% !important;
        float: left;
    }
    .full-form-right form textarea{
        width: 100% !important;
        float: left;
       
    }
    .full-form-right form button{
         margin-bottom: 15px;
         width: 100% !important;
         float: left;
    }
    .full-form .form-group {
            width: 100%;
            float: left;
    }
    .text-before-footer{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-top-phone,.footer-top-menu{
        margin-left: 0;
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .footer-bot{
        height: auto;
        min-height: 70px;
    }
    .footer-top{
        width: 100%;
        height: auto;
        min-height: 70px;
    }
    .button_top_for_item_3{
        top: 0;
    }
    .button_zakaz_margin_item_2, .button_gray_margin_item_2, .button_zakaz_margin_item_3, .button_gray_margin_item_3{
        top: 0 !important;
    }
    .footer-top-menu li{
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
    }
    .col-sm-10{
        width: 100%;
        float: left;
        margin: 0;
    }
    .development_item_content ul, .development_item_content .ul_around_the_world, .development_item_2 .development_item_content ul{
        width: 100%;
        float: left;
    }
    .button_development{
        top: 0;
    }
    .development_item_2{
        height: auto;
        width: 100%;
        float: left;
    }
    .development_item_1{
        width: 100%;
        float: left;
        height: auto;
    }
    .development_item_2 .development_item_content .right_list{
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .shadow_2,.shadow_3,.shadow_4{
        display: none;
    }
    h2.title, div.title, h4.title{
        width: 100%;float: left;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .project p,.team p {
        width: 100%;
        float: left;
        font-size: 21px;
        line-height: 1.4;
    }
    .development_item_3{
        width: 100%;
        float: left;
        height: auto;
        -webkit-background-size:1000% 1000%;
        background-size:1000% 1000%;
        padding-bottom: 20px;
    }

    .wrapper-menu ul li{
        text-align: left !important;
    }
    .row{
        width: 100%;
        float: left;
    }
    .col-xs-3{
        float: left;
    }
    .development{
        height: auto;
        width: 100%;float: left;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
        width: 100%;
        float: left;
        max-width: 240px;
        height: 100%;
        background: #373739;
    }
    .top_bar_mobile{
        width:100%;
        float: left;
        background: #373739;

    }
    .top_bar_mobile ul{
        width:100%;
        float: left;
        padding-top: 21px;
        padding-bottom: 15px;
    }
    .top_bar_mobile ul li{
        float: left;
        width: auto;
    }
    .navbar-fixed-top, .navbar-fixed-bottom{
        display: none;
    }
    .top_bar_mobile ul li:first-child{
        padding-top: 5px;
    }
    .top_bar_mobile ul li:last-child{
        float: right;
        padding-right: 25px;
    }
    .top_bar_mobile button{
        float: right;
        width:30px;
        height: 30px;
        background: transparent;
        padding-bottom: 3px;
        border: 1px solid #fff;
    }
    .top_bar_mobile button span{
        margin-top: 3px;
        width:100%;
        float: left;
        background: #fff;
        height: 3px;
    }
    header .top-bar{
        min-height: 46px;
        width: 100%;
        float: left;
        height: auto;
        padding-bottom: 10px;
    }
    .wrapper-menu{
        width: 100%;
        float: left;
    }
    .wrapper-menu ul{
        width: 100%;
        float: left;
    }
    .wrapper-menu ul li{
        width: 100%;
        float: left;
        text-align: center;
    }
    .top-bar .top-bar-menu ul li{
        border-right: none;
    }
    
    .footer-bot .left ,.footer-bot .right{
        margin: 0px auto;
        display: table;
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    .footer-bot{
        padding-top: 20px;
    }
    .footer-top-phone{
        text-align: center;
    }
    .seo-title{
        margin-top: 0px !important;
        background-size: cover;
    }
    .seo-title{
        height: 500px;
    }

    .seo-title-1{
        top: 36px;
            left: 55%;
        margin: 0;
        font-size: 22px;
        color: #fff;
        max-width: 100px;
    }

    .seo-title-2 {
        position: relative;
        top: 187px;
        left: 55%;
        margin: 0;
        font-size: 13px;
        color: #fff;
    }
    .seo-title-2 span{
        width: 100%;
        float: left;
    }
    .seo-title-3 {
        width: 210px;
        top: 57px;
        left: 70%;
        font-size: 17px;
    }
    .seo-title-4:active, .seo-title-4:focus, .seo-title-4 {
        top: 198px;
        left: 54%;
        font-size: 8px;
        color: #fff;
    }
    .development_inputs_group {
        width: auto;
        max-width: 280px;
        display: block;
        float: none;
        margin: 0px auto;
    }
    .col-sm-3{
        width: 100%;
        float: left;
    }
    .history .post-title{
        margin-top: 5px;
    }
    .packaging-text{
        margin-bottom: 30px;
    }
    .head_text{
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .head_text{
        font-size: 30px;
    }
    .development_item_2 .price_text_right{
        margin-left: 0;
        width:100%;
        float: left;
        font-size: 22px;
    }
    .hidden_comp .button_development.button_gray{
        margin-bottom: -70px;
    }
    .project-logos-group{
        -webkit-background-size: 100% 100%;
        background-size:100% 100%;
        height: 250px;
    }
    .project-create-franchise div{
        font-size: 20px;
        position: relative;
        line-height:1.3;

    }
    .project-create-franchise-1:before{
        content: '1.';
        font-family: 'Hangyaboly';
        color: #bb252b;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        width:100%;
        margin-bottom: 5px;
        float: left;
    }
    .project-create-franchise-2:before{
        content: '2.';
        font-family: 'Hangyaboly';
        color: #bb252b;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        width:100%;
        margin-bottom: 5px;
        float: left;
    }
    .tooltip{
        float: left;
        left: 0 !important;
        max-width: 220px !important;
        width:220px !important;
    }
    .form_development_input{
        width:100%;
        float: left;
    }
    .project-create-franchise-3:before{
        content: '3.';
        font-family: 'Hangyaboly';
        color: #bb252b;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        width:100%;
        margin-bottom: 5px;
        float: left;
    }
    .project-create-franchise-4:before{
        content: '4.';
        font-family: 'Hangyaboly';
        color: #bb252b;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        width:100%;
        margin-bottom: 5px;
        float: left;
    }
    .project-create-franchise-5:before{
        content: '5.';
        font-family: 'Hangyaboly';
        color: #bb252b;
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        width:100%;
        margin-bottom: 5px;
        float: left;
    }
}
@media (max-width:600px){
    .seo-title{
        margin-top: 0px !important;
        background-size: cover;
    }
    .seo-title{
        height: 400px;
    }

    .seo-title-1{
        top: 22px;
        left: 55%;
        margin: 0;
        font-size: 22px;
        color: #fff;
        max-width: 100px;
    }

    .seo-title-2 {
        position: relative;
        top: 135px;
        left: 57%;
        margin: 0;
        font-size: 12px;
        color: #fff;
    }
    .seo-title-2 span{
        width: 100%;
        float: left;
    }
    .seo-title-3 {
        width: 210px;
        top: 57px;
        left: 55%;
        font-size: 17px;
    }
    .seo-title-4:active, .seo-title-4:focus, .seo-title-4 {
        top: 135px;
        left: 54%;
        font-size: 8px;
        color: #fff;
    }
}
@media (max-width:550px){
    .col-xs-3{
        width: 100% !important;
    }
    .col-xs-4{
        width: 100%;
    }
    h3.post-title + .row>.col-xs-3{
        min-height:     auto;
    }
    h2.title, div.title, h4.title{
        font-size: 18px;
    }
    
    
}

@media (max-width:400px){
    .seo-title{
        margin-top: 0px !important;
        background-size: cover;
    }
    .seo-title{
        height: 300px;
    }

    .seo-title-1{
        top: 19px;
        left: 55%;
        margin: 0;
        font-size: 16px;
    }

    .seo-title-2 {
        position: relative;
        top: 102px;
        left: 57%;
        margin: 0;
        font-size: 9px;
    }
    .seo-title-2 span{
        width: 100%;
        float: left;
    }
    .seo-title-3 {
        width: 210px;
        top: 0px;
        left: 25%;
        font-size: 17px;
    }
    .seo-title-4:active, .seo-title-4:focus, .seo-title-4 {
        top: 95px;
        left: 54%;
        font-size: 7px;
    }
}
.messengers a {
    margin: 0 10px;
}