/*----------------------------------------------------------------------------------*/
/*-------------------------------------FONTS----------------------------------------*/
/*----------------------------------------------------------------------------------*/

@font-face {
	font-family: 'ProximaNovaBold';
	src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot");
	src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"),
	url("fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype"),
	url("fonts/ProximaNovaBold/ProximaNovaBold.otf") format("opentype");
	font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: 'ProximaNovaExtrabold';
	src: url("fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot");
	src: url("fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.eot?#iefix")format("embedded-opentype"),
	url("fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.woff") format("woff"),
	url("fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.ttf") format("truetype"),
	url("fonts/ProximaNovaExtrabold/ProximaNovaExtrabold.otf") format("opentype");
	font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: 'ProximaNovaLight';
	src: url("fonts/ProximaNovaLight/ProximaNovaLight.eot");
	src: url("fonts/ProximaNovaLight/ProximaNovaLight.eot?#iefix")format("embedded-opentype"),
	url("fonts/ProximaNovaLight/ProximaNovaLight.woff") format("woff"),
	url("fonts/ProximaNovaLight/ProximaNovaLight.ttf") format("truetype"),
	url("fonts/ProximaNovaLight/ProximaNovaLight.otf") format("opentype");
	font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
	src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix")format("embedded-opentype"),
	url("fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"),
	url("fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype"),
	url("fonts/ProximaNovaRegular/ProximaNovaRegular.otf") format("opentype");
	font-style: normal;
    font-weight: normal;
}
@font-face {
	font-family: 'ProximaNovaSemibold';
	src: url("fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot");
	src: url("fonts/ProximaNovaSemibold/ProximaNovaSemibold.eot?#iefix")format("embedded-opentype"),
	url("fonts/ProximaNovaSemibold/ProximaNovaSemibold.woff") format("woff"),
	url("fonts/ProximaNovaSemibold/ProximaNovaSemibold.ttf") format("truetype"),
	url("fonts/ProximaNovaSemibold/ProximaNovaSemibold.otf") format("opentype");
	font-style: normal;
    font-weight: normal;
}


/*----------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT CLASSES------------------------------*/
/*----------------------------------------------------------------------------------*/
.float-r          	           { float:right !important; }
.float-l                     { float:left !important; }
.no-float                      { float:none !important; }
.no-border                     { border:0 !important; }
.no-bg                         { background:none !important; }
.no-margin                     { margin:0 !important; }
.no-padding                    { padding:0 !important; }
.no-display                    { display:none !important; }
.display                       { display:block !important; }
.inline                        { display:inline !important; }
.inline-block                        { display:inline-block !important; }
.overflow                      { overflow:hidden !important; }
.align-r                       { text-align:right !important; }
.align-l                       { text-align:left !important; }
.align-c                       { text-align:center !important; }
.vertical-align-t                      { vertical-align:top !important; }
.vertical-align-b                      { vertical-align:bottom !important; }
.vertical-align-m                      { vertical-align:middle !important; }
.clear                         { clear:both; }
.clearfix:after                { content: ""; display: block; clear: both; visibility: hidden;}
.clearfix                      { display: inline-block; width: 100% }
.w50	{width: 50%;}
.text-trans-upper { text-transform: uppercase; }
.margin-no-top { margin-top: 0; }

.mobile-margin-l { margin-left: 2rem; }
.mobile-margin-r { margin-right: 2rem; }
.mobile-margin-b1 { margin-bottom: 1rem; }
.mobile-margin-b2 { margin-bottom: 2rem; }
.mobile-margin-t1 { margin-top: 1rem; }
.mobile-margin-t2 { margin-top: 2rem; }

/* == padding: 0 30 ==*/

.main1-p-lr { padding-left: 1.875rem !important; padding-right: 1.875rem !important; }
.mobile .main1-p-lr, .mobile .main2-p-lr { padding-left: 2rem !important; padding-right: 2rem !important; }
.main1-p-lrd { padding: 0 1.875rem 1.875rem !important; }
.mobile .main1-p-lrd { padding-left: 0 2rem 2rem !important; }

.upper {text-transform: uppercase;}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------CONTENT--------------------------------------*/
/*----------------------------------------------------------------------------------*/

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	min-width: 320px;
	/*min-width: 1230px;*/
}
body.pages {
	/*min-width: 780px;*/
	/*min-width: 76.875rem;*/
}
body {
	font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.4;
	padding:0;
	margin:0;
	color: #636363;
      
}
.desktop body {
	min-width: 780px;
}
.mobile body {
	font-size: 1.6rem;
}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder          {color: transparent}
input:focus:-moz-placeholder           {color: transparent}
input:focus:-ms-input-placeholder      {color: transparent}

textarea:focus::-webkit-input-placeholder {color: transparent}
textarea:focus::-moz-placeholder          {color: transparent}
textarea:focus:-moz-placeholder           {color: transparent}
textarea:focus:-ms-input-placeholder      {color: transparent}

a, input, textarea, button{outline:none; font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;}
input:active ,textarea:active , button:active  {outline:none;}
:focus { outline: none; }
h1, h2, h3, h4, h5, b {
	font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}
div,menu,p,a,span,em,strong,img,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,td,tr,form,fieldset,legend,label,select,input,textarea {
    outline: none;
	text-decoration: none;
}
a {
	color: #005389;
	text-decoration: none;
}
a:hover {
	/*color: #0371e1;*/
	text-decoration: none;
}
input[type=button] {
    cursor: pointer;
}
img {
	vertical-align: top;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#wrap {
	min-height: 100%;
	width: 100%;
}
.main {
	max-width: 1230px;
	margin: 0 auto;
}
.marg1 {
	margin: 0 1.875rem;
}
.marg2 {
	margin: 0 7.8125rem;
}

.title1 {
	font-family: 'ProximaNovaBold';
	color: #022e53;
	display: inline-block;
	vertical-align: top;
	font-size: 2.375rem;
	line-height: 1;
	margin: 2.125rem 0 2.8125rem;
}
.mobile .title1 {
	/*font-size: 3.8rem;*/
	font-size: 3.5rem;
	padding-left: 2rem;
}
.title1:after {
	height: 0.5625rem;
	background: #fcdb00;
	content: "";
	display: block;
	margin-top: 0.9375rem;
}
.title2 {
	height: 3.25rem;
	line-height: 3.25rem;
	color: #022e53;
	background: #fcdb00;
	text-align: center;
	padding: 0 2rem;
	display: inline-block;
	vertical-align: top;
	font-family: 'ProximaNovaBold';
	font-size: 2rem;
	margin-bottom: 2rem;
}
.mobile .title2 {
	font-size: 3.2rem;
	height: 5.2rem;
	line-height: 5.2rem;
}
.title3 {
	color: #023453;
	font-family: 'ProximaNovaBold';
	text-transform: uppercase;
	font-size: 1.25rem;
	margin: 2.25rem 0 2.875rem;
}
.mobile .title3 {
	font-size: 2rem;
	margin-left: 2rem;
}
.title4 {
	text-transform: uppercase;
	font-size: 1.125rem;
	margin: 1rem 0;
}
.mobile .title4 {
	font-size: 1.8rem;
}
.title5 {
	font-family: 'ProximaNovaBold';
	color: #022e53;
	display: inline-block;
	vertical-align: top;
	font-size: 2.375rem;
	line-height: 1;
	margin: 1rem 0 2rem;
}
.mobile .title5 {
	font-size: 3.5rem;
}
.transition {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/* Style for static page*/
.scrolDIV{
    	display: block;
    	overflow: auto;
    	height: 125px;
    	/*margin-bottom: 15px;*/
    	border: solid  #666 1px;
    	border-right: solid #07629b 4px;
    	padding: 6px;
	}
	.notScrol{
		border: solid  #666 1px;
    	border-right: solid #07629b 4px;
    	padding: 6px;
	}


.catalogSort{
    margin-bottom: 15px;
    padding: 4px;
    width: 270px;
    border: solid  #666 1px;
    	border-right: solid #07629b 4px;
}

.hidSort{
    color: #07629b;
    cursor: pointer;
    padding-right: 9px;
    margin-bottom: 0;
    text-align: center;
}

.hidSort:hover{
    text-decoration: underline;
}

.arrowSort{
    font-size: 36px;
    position: absolute;
    line-height: 0;
    transform: rotate(180deg);
}

.activeArrowSort span{
    line-height: 1.2;
    transform: rotate(0);
}

.activeArrowSort + .sortMenu{
	display: block!important;
}

.sortMenu{
    display: block;
    background-color: #fff;
    z-index: 1000;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 10px;
    padding: 0!important;
}

/*----------------------------------------------------------------------------------*/
/*--------------------------------------BUTTON--------------------------------------*/
/*----------------------------------------------------------------------------------*/

.btn1 {
	display: block;
	line-height: 4.0625rem;
	height: 4.0625rem;
	/*padding-left: 0.625rem;*/
    padding-left: 2.25rem;
	color: #023453;
	/*font-size: 25px;*/
	font-size: 1.5625rem;
	font-family: 'ProximaNovaBold';
	background: url(images/aboit_index_point.png) no-repeat right center;
	
	border-top: 3px solid #fcdb00;
	border-bottom: 3px solid #fcdb00;
}
.btn2 {
	display: block;
	line-height: 4.0625rem;
	height: 4.0625rem;
	padding-left: 0.625rem;
	color: #fcdb00;
	/*font-size: 25px;*/
	font-size: 1.5625rem;
	font-family: 'ProximaNovaBold';
	background: url(images/franchise_index_point.png) no-repeat right center;
}
.btn3 {
	font-family: 'ProximaNovaBold';
	color: #005389;
	font-size: 1.5rem;
	line-height: 1.4375rem;
	display: inline-block;
}
.btn1_right {
	text-align: right;
	padding-right: 6rem;
	line-height: 3.7rem;
}
.btn_f {
	height: 4.375rem;
	line-height: 4.375rem;
	padding: 0 1.5rem;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.875rem;
	text-align: center;
	border: 0;
	display: inline-block;
	background: url(images/btn_bg_f.png) repeat-x left top;
}

/*===================================================*/

.chosen-container-single .chosen-single {
	border: 3px solid #ffda22;
    border-radius: 0;
	box-shadow: none;
	height: 3.25rem;
	line-height: 2.9rem;
	padding-left: 1.75rem;
	font-size: 1rem;
	color: #636363;
}
.chosen-container {
	/*margin-left: -8px;*/
}
.chosen-container-single .chosen-drop {
	border-radius: 0;
}
.chosen-container .chosen-drop {
	border: 3px solid #ffda22;
	border-top: 0;
}
.chosen-container-active .chosen-single {
	border: 3px solid #ffda22;
	border-radius: 0;
	box-shadow: none;
	height: 3.25rem;
	line-height: 2.9rem;
	padding-left: 1.75rem;
	font-size: 1rem;
	color: #636363;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 3px solid #ffda22;
	/* border-bottom: 0; */
	background-image: none;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	height: 3.25rem;
	line-height: 2.9rem;
	padding-left: 1.75rem;
	font-size: 1rem;
	color: #636363;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #ffda22;
	background-image: linear-gradient(#ffda22 20%, #ffda22 90%);
	color: #fff;
}
.chosen-container .chosen-results {
	max-height: 11.125rem;
	margin: 0 0.25rem 0.25rem 0;
	padding: 0;
}
.chosen-container .chosen-results li {
	padding: 0.3125rem 1.75rem;
	border-top: 1px solid #ffda22;
	height: 2.25rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #636363;
}
.chosen-container-single .chosen-single div {
	background: url(images/city_icon_down.png) no-repeat center center;
	right: 0.7rem;
	width: 1.5625rem;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	background: url(images/city_icon_top.png) no-repeat center center;
}

/*=====================================*/

.anketa_block {
	padding: 1.5rem 0;
	border-top: 3px solid #fcdb00;
	border-bottom: 3px solid #fcdb00;
}
.anketa_block .box {
	display: inline-block;
	vertical-align: middle;
}
.anketa_block .box.download {
    float: right;
    margin-top: -1.8rem;
    margin-right: 2.5rem;
    text-align: center;
}
.anketa_block .icon {
	background: url(images/vacancy_download_icon.png) no-repeat center center;
	background-size: cover;
	width: 3.5rem;
	height: 3.3125rem;
	margin-bottom: 0.5rem;
	display: inline-block;
}
.anketa_block .text {
	color: #0e68b8;
	font-family: 'ProximaNovaBold';
	text-decoration: underline;
	line-height: 1;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------HEADER---------------------------------------*/
/*----------------------------------------------------------------------------------*/

.header_block {
	position: relative;
}
.header_block .menu_top {
	background: #022e53;
	height: 2.0625rem;
}
/*.header_block .menu_top_box .logo {
	background: #005389 url(images/logo_top.png) no-repeat center 3.375rem;
	background-size: 3.3125rem;
	width: 4.75rem;
	height: 7.3125rem;
	position: absolute;
	top: -4px;
	box-shadow: 4px 4px 0px 0px #cccccc;
	-moz-box-shadow: 4px 4px 0px 0px #cccccc;
	-webkit-box-shadow: 4px 4px 0px 0px #cccccc;
}*/

.franchise .header_block .info {
	background: transparent;
}
.header_block .info {
	background: #fff;
	position: relative;
}
.header_block .info .opacity_block {
	display: none;
}
.franchise .header_block .info .opacity_block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.7;
	display: block;
}
/*.header_block .info .logo {
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	position: absolute;
	background: #07619c url(images/logo_top.png) no-repeat center center;
	border: 1px solid #2c79ab;
	top: 3px;
}*/
.header_block .info .logo {
	/*width: 14.625rem;*/
    width: 17.9rem;
	height: 5.625rem;
	display: inline-block;
	vertical-align: middle;
	 background: url(images/logo_new_01.png) no-repeat left center;
/*        background: url(/upload/logos/9.jpg) no-repeat left center;*/
       /*background: url(/upload/logos/newlogo2.gif) no-repeat left center;*/
        
	margin-bottom: 0.8rem;
        margin-top: 10px;
}
@media (max-width: 1200px){
    .header_block .info .logo { 
        background-size: cover;
    }
}
.header_block .info .slog {
	color: #07619c;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.12rem;
	line-height: 1;
	width: 14.5rem;
	text-align: right;
	margin-bottom: 1rem;
}
.header_block .info .slog a {
	font-family: 'ProximaNovaBold';
	color: #07619c;
	font-size: 1.7rem;
}
.header_block .info .slog .text {
	color: #5b5b5b;
	font-size: 1.05rem;
	font-style: italic;
	margin-top: 0.4375rem;
}
.header_block .info .phone {
	color: #022e53;
	display: inline-block;
	vertical-align: middle;
	/*margin-left: 112px;*/
	margin-left: 7rem;
	text-align: center;
	line-height: 1.2;
}
.header_block .info .phone a {
	font-family: 'ProximaNovaBold';
	color: #022e53;
	/*font-size: 29px;*/
	font-size: 1.8125rem;
}
.header_block .info .phone div {
	font-size: 1rem;
}
.header_block .info .info_box {
	height: 6.75rem;
	position: relative;
}
.header_block .info .info_box:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
/*.header_block .menu_sub {
	height: 1.9375rem;
}*/

/*------ mobile ------*/

.phone_mobile {
	display: none;
}
.mobile .phone_mobile {
	display: block;
	text-align: center;
}
.phone_mobile span {
	font-size: 1.2rem;
	color: #1d3153;
}
.phone_mobile a {
	font-size: 1.4rem;
	font-family: 'ProximaNovaBold';
	color: #1d3153;
}

.menu_top_mobile,
.mobile .menu_top,
.mobile .menu_sub,
.mobile .info {
	display: none;
}
.mobile .menu_top_mobile {
	height: 4.4rem;
	background: #1d3153;
	text-align: center;
	display: block;
}
.mobile .menu_top_mobile:before,
.mobile .menu_top_mobile .logo:before {
	height: 100%;
	content: "";
	display: inline-block;
	vertical-align: middle;
}
.mobile .menu_top_mobile .slog {
	margin-left: 5.4rem;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.1;
}
.mobile .menu_top_mobile .slog .url {
	font-family: 'ProximaNovaBold';
	font-style: italic;
	font-size: 1.75rem;
}
.mobile .menu_top_mobile .slog .txt {
	font-size: 1.2rem;
}
.mobile .menu_top_mobile .logo {
	background: url(images/logo_mobile.jpg) no-repeat left center;
	height: 4rem;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.mobile .menu_top_mobile .menu_mini_icon {
    height: 3.5rem;
    width: 4.5rem;
    border-right: 1px solid #2f5486;
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0.3rem;
    z-index: 10;
}
.mobile .menu_top_mobile .menu_mini_icon .bar {
    height: 0.3rem;
    width: 2.4rem;
    display: block;
    margin: 7px auto;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    z-index: 10;
}

.mobile .menu_top_mobile .menu_mini_icon.click .bar:nth-of-type(1) {
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

.mobile .menu_top_mobile .menu_mini_icon.click .bar:nth-of-type(2) {
    opacity: 0;
}

.mobile .menu_top_mobile .menu_mini_icon.click .bar:nth-of-type(3) {
    -moz-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.mobile .menu_top_mobile .lupa_icon {
	height: 3.5rem;
    width: 4.5rem;
    border-left: 1px solid #2f5486;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0.3rem;
    z-index: 10;
	background: url(images/lupa_mobile.png) no-repeat center center;
}

.mobile .menu_top_mobile .info_box .phone {
	color: #1d3153;
	font-size: 0.875rem;
	text-align: center;
	height: 1.3125rem;
	line-height: 1.3125rem;
}
.mobile .menu_top_mobile .info_box .phone a {
	color: #1d3153;
    margin-left: 1.25rem;
}

/*----------------------------------------------------------------------------------*/
/*------------------------------------contacts--------------------------------------*/
/*----------------------------------------------------------------------------------*/

.page_contact .box {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.page_contact .box .big {
	text-transform: uppercase;
}
.page_contact .btn {
padding-right: 6rem;
    line-height: 3.7rem;
    margin-top: 1.9rem;
    width: 55%;
    text-align: right;
    display: inline-table;
    margin-left: 12rem;
}
.page_contact {
	padding-bottom: 2rem;
}

/*----- mobile ------*/

.mobile .page_contact .box {
	width: 100%;
	padding: 0 2rem;
}

/*----------------------------------------------------------------------------------*/
/*------------------------------------franchise-------------------------------------*/
/*----------------------------------------------------------------------------------*/

.page_franchise .section {
	/*padding: 1px 0;*/
}
.page_franchise .title_box {
	text-align: center;
	padding: 3.25rem 0 2.8125rem;
}
.page_franchise .title11_suf,
.page_franchise .title11_pre {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	color: #005389;
	font-size: 3rem;
	margin-right: 0.375rem;
	margin-bottom: 0.5rem;
}
.page_franchise .title11_suf {
	margin-left: 0.375rem;
	margin-right: 0;
}
.page_franchise .title11 {
	font-family: 'ProximaNovaBold';
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	margin: 0 0 0.5rem;
	color: #005389;
	font-size: 3rem;
}
.page_franchise .title11:after {
	height: 0.5625rem;
	background: #fcdb00;
	content: "";
	display: block;
	margin-top: 0.5rem;
}

.page_franchise .title12 {
	margin-bottom: 0;
	font-family: 'ProximaNovaRegular';
	font-size: 2.65rem;
	height: 4rem;
	line-height: 4rem;
	color: #005389;
	background: #fcdb00;
    text-align: center;
    padding: 0 2rem;
    display: inline-block;
    vertical-align: top;
	margin-top: 2rem;
}

/*--- mobile ---*/

.mobile .page_franchise .title11,
.mobile .page_franchise .title11_pre {
	font-size: 2.5rem;
}
.mobile .page_franchise .title12 {
	font-size: 1.4rem;
}

/*============ section_1 ===========*/
.page_franchise {
	/*margin-top: -9.125rem;*/
	margin-top: -10.5rem;
}
.page_franchise .section_1 {
	height: 53.6875rem;
	background: url(images/franchise/banner_01.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding-top: 14rem;
}
.page_franchise .section_1:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.page_franchise .section_1 .title12 {
	font-size: 3rem;
	margin: 0;
}
.page_franchise .section_1 .box {
	display: inline-block;
	vertical-align: middle;
}
.page_franchise .section_1 .title10 {
	color: #fff;
	font-size: 7rem;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 3.5rem;
}
.page_franchise .section_1 .logo {
	background: url(images/franchise/section_logo.jpg) no-repeat center center;
	background-size: cover;
	width: 10.875rem;
	height: 10.5rem;
	margin: 2.5rem auto 0;
}

.page_franchise h1{
	color: #fff;
	font-size: 7rem;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 3.5rem;
	font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
}

@media (max-width: 1520px) {
	.page_franchise .section_1 .title10 {
		font-size: 6rem;
	}
}
@media (max-width: 1320px) {
	.page_franchise .section_1 .title10 {
		font-size: 5rem;
	}
}

/*--- mobile ---*/

.mobile .page_franchise .section_1 .title10 {
	font-size: 3rem;
}
.mobile .page_franchise .section_1 .title12 {
	font-size: 1.4rem;
}


/*============ section_2 ===========*/

.page_franchise .section_2 .trigger {
	margin-bottom: 4rem;
	text-align: center;
}
.page_franchise .section_2 .trigger .box {
	width: 20%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.page_franchise .section_2 .trigger .img {
	height: 5.75rem;
	margin-bottom: 2.5rem;
}
.page_franchise .section_2 .trigger .img:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.page_franchise .section_2 .trigger .img img {
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.page_franchise .section_2 .trigger .text {
	color: #005389;
	font-size: 1.25rem;
	line-height: 1.3;
}

/*--- mobile ---*/

.mobile .page_franchise .section_2 .trigger .box {
	/*width: 50%;*/
	margin-bottom: 3rem;
}
.mobile .page_franchise .section_2 .trigger .box:last-child {
	margin-bottom: 0;
}

@media (max-width: 660px) {
	.mobile .page_franchise .section_2 .trigger .box {
		width: 33.333%;
	}
}
@media (max-width: 460px) {
	.mobile .page_franchise .section_2 .trigger .box {
		width: 50%;
	}
}

/*============ section_3 ===========*/

.page_franchise .section_3 {
	background: #005389;
	height: 33.5rem;
}
.page_franchise .section_3 .title11_suf,
.page_franchise .section_3 .title11 {
	color: #fcdb00;
}
.page_franchise .section_3 .graf_box {
	overflow: hidden;
	margin-top: -2.875rem;
}
.page_franchise .section_3 .graf {
	height: 22rem;
	width: 48.25rem;
	position: relative;
	padding-right: 1.625rem;
	margin: 0 auto 0;
}
.page_franchise .section_3 .graf .line {
	border-bottom: 3px solid #fcdb00;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.page_franchise .section_3 .graf .arrow {
	background: url(images/franchise/st_arrow.png) no-repeat center top;
	width: 49rem;
	height: 19.9375rem;
	position: absolute;
	right: -1.625rem;
	top: 0;
	opacity: 0;
}
.page_franchise .section_3 .graf .st_1 {
	background: url(images/franchise/st_1.png) no-repeat center top;
	width: 2.125rem;
	height: 3.5625rem;
	position: absolute;
	left: 0;
	bottom: -3.5625rem;
}
.page_franchise .section_3 .graf .st_2 {
	background: url(images/franchise/st_2.png) no-repeat center top;
	width: 3.5rem;
	height: 6.125rem;
	position: absolute;
	left: 20%;
	bottom: -6.125rem;
}
.page_franchise .section_3 .graf .st_3 {
	background: url(images/franchise/st_3.png) no-repeat center top;
	width: 4.1875rem;
	height: 8.6875rem;
	position: absolute;
	left: 42%;
	bottom: -8.6875rem;
}
.page_franchise .section_3 .graf .st_4 {
	background: url(images/franchise/st_4.png) no-repeat center top;
	width: 5.5rem;
	height: 13.25rem;
	position: absolute;
	left: 64%;
	bottom: -13.25rem;
}
.page_franchise .section_3 .graf .st_5 {
	background: url(images/franchise/st_5.png) no-repeat center top;
	width: 7.4375rem;
	height: 21.25rem;
	position: absolute;
	right: 0;
	bottom: -21.25rem;
}
.page_franchise .section_3 .graf .stolb {
	background-size: cover;
}
.page_franchise .section_3 .graf .stolb.active {
	bottom: 0;
}
.page_franchise .section_3 .graf .arrow.active {
	opacity: 1;
}
.page_franchise .section_3 .graf .stolb {
	z-index: 2;
}
.page_franchise .section_3 .graf .stolb.arrow {
	z-index: 1;
}

/*--- mobile ---*/

@media (max-width: 460px) {
	.mobile .page_franchise .section_3 .graf {
		width: 100%;
	}
	.mobile .page_franchise .section_3 .graf .st_2 {
		left: 14%;
	}
	.mobile .page_franchise .section_3 .graf .st_3 {
		left: 33%;
	}
	.mobile .page_franchise .section_3 .graf .st_4 {
		left: 53%;
	}
	.mobile .page_franchise .section_3 .graf .arrow {
		right: 0;
		width: 100%;
	}
	.page_franchise .section_3 .graf .stolb.arrow {
		display: none !important;
	}
}

/*============ section_4 ===========*/

.page_franchise .section_4 {
	background: url(images/franchise/section_bg_4.jpg) no-repeat center center;
	background-size: cover;
}
.page_franchise .section_4 .box {
	display: inline-block;
	vertical-align: top;
}
.page_franchise .section_4 .section_block {
	height: 35.875rem;
}
.page_franchise .section_4 .text {
    color: #005389;
	font-size: 1.625rem;
	margin: 1rem 0;
	display: inline-block;
	vertical-align: top;
	line-height: 1.2;
}

/*--- mobile ---*/

@media (max-width: 460px) {
	.mobile .page_franchise .section_4 {
		background: #eadfd5;
	}
	.mobile .section_4 .send_mail_feedback {
		height: auto;
		padding: 0 0 2.5rem;
	}
}

/*============ section_5 ===========*/

.page_franchise .section_5 .title_box  {
	padding-bottom: 4rem;
}
.page_franchise .section_5 .trigger {
	padding-bottom: 4rem;
	text-align: center;
}
.page_franchise .section_5 .trigger .box {
	height: 21.875rem;
	width: 33.333%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.page_franchise .section_5 .trigger .box:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
}
.page_franchise .section_5 .trigger .contain {
	display: inline-block;
	vertical-align: middle;
}
.page_franchise .section_5 .trigger .box:nth-child(2),
.page_franchise .section_5 .trigger .box:nth-child(7) {
	background: #fcdb00;
	color: #005389;
}
.page_franchise .section_5 .trigger .box:nth-child(4),
.page_franchise .section_5 .trigger .box:nth-child(6) {
	background: #005389;
}
.page_franchise .section_5 .trigger .box:nth-child(4) .text,
.page_franchise .section_5 .trigger .box:nth-child(6) .text {
	color: #fff;
}
.page_franchise .section_5 .trigger .text {
	margin-top: 3rem;
	font-size: 1.625rem;
	line-height: 1.2;
	padding: 0 3rem;
	color: #005389;
}
.page_franchise .section_5 .trigger .box:nth-child(4) .text,
.page_franchise .section_5 .trigger .box:nth-child(5) .text,
.page_franchise .section_5 .trigger .box:nth-child(6) .text {
	margin-bottom: 3rem;
	margin-top: 0;
}

/*--- mobile ---*/

.mobile .page_franchise .section_5 .title11_pre {
    font-size: 1.9rem;
}

@media (max-width: 660px) {
	.mobile .page_franchise .section_5 .trigger .box {
		width: 50%;
	}
}
@media (max-width: 460px) {
	.mobile .page_franchise .section_5 .trigger .box {
		width: 100%;
	}
}

/*============ section_6 ===========*/

.page_franchise .section_6 .trigger {
	/*position: relative;*/
	overflow: hidden;
}
.page_franchise .section_6 .trigger .logo {
	background: url(images/franchise/section_logo.jpg) no-repeat center center;
	background-size: cover !important;
	width: 10.875rem;
	height: 10.5rem;
	margin-right: 7.5rem;
	display: inline-block;
	vertical-align: middle;
}
.page_franchise .section_6 .trigger .box:nth-child(2n) .logo {
	margin-left: 7.5rem;
	margin-right: 0;
}
.page_franchise .section_6 .trigger .box:nth-child(2n) {
	text-align: right;
	right: -100%;
}
.page_franchise .section_6 .trigger .box.active:nth-child(2n) {
	right: 0%;
}
.page_franchise .section_6 .trigger .box:nth-child(2n+1) {
	left: -100%;
}
.page_franchise .section_6 .trigger .box.active:nth-child(2n+1) {
	left: 0;
}
.page_franchise .section_6 .trigger .box:first-child {
	padding: 3rem 0;
}
.page_franchise .section_6 .trigger .box {
	padding: 5.375rem 0;
	position: relative;
}
.page_franchise .section_6 .trigger .box.hide {
	opacity: 0;
}
.page_franchise .section_6 .trigger .desc {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	width: 58rem;
	font-size: 1.625rem;
    line-height: 1.3;
}
.page_franchise .section_6 .box:hover .desc  {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.page_franchise .section_6 .box:hover .flag_yellow {
	text-shadow: none;
}
.page_franchise .section_6 .trigger .big {
	font-family: 'ProximaNovaBold';
	text-transform: uppercase;
	margin-bottom: 1rem;
}
.page_franchise .section_6 .trigger .text {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
}
.page_franchise .section_6 .trigger .text:last-child {
	margin-bottom: 0;
}
.page_franchise .section_6 .trigger .text > span.underline {
	border-bottom: 4px solid #fcdb00;
	white-space: nowrap;
}
.page_franchise .section_6 .trigger .text ul {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
}
.page_franchise .section_6 .trigger .text ul li {
	padding: 0;
	margin: 0 0 0.7rem 0;
	font-size: 1.25rem;
}
.page_franchise .section_6 .trigger .text ul li:before {
	content: "";
	height: 1.3125rem;
	width: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.5rem;
	background: url(images/franchise/trigger_6_marker.png) no-repeat center center;
	background-size: contain;
	margin-left: -3rem;
}
.page_franchise .section_6 .trigger .flag_yellow {
	background: #fcdb00;
	background-size: contain;
	/*padding: 0 2rem 0 3.25rem;*/
	padding: 0 2rem;
	height: 3.75rem;
	line-height: 3.75rem;
	position: relative;
	color: #005389;
	display: inline-block;
	float: right;
	margin-top: 2rem;
}
.page_franchise .section_6 .trigger .flag_yellow:before {
	content: "";
	height: 3.75rem;
	width: 1.3125rem;
	background: url(images/franchise/trigger_6_flag_yellow.png) no-repeat left center;
	background-size: cover;
	left: -1.3125rem;
	top: 0;
	display: block;
	position: absolute;
}
/*--- mobile ---*/

.mobile .page_franchise .section_6 .trigger .desc {
	width: 65%;
}

@media (max-width: 460px) {
	.mobile .page_franchise .section_6 .trigger .logo {
		display: none;
	}
	.mobile .page_franchise .section_6 .trigger .desc {
		width: auto;
	}
}

/*============ section_8 ===========*/

.page_franchise .section_8 .title {
	height: 9rem;
	position: relative;
	margin-bottom: 2rem;
}
.page_franchise .section_8 .trigger {
	margin-bottom: 5rem;
	overflow: hidden;
}
.page_franchise .section_8 .number_box {
	position: relative;
	/*opacity: 0;*/
}
.page_franchise .section_8 .number {
	color: #005389;
	font-size: 11.25rem;
	font-family: 'ProximaNovaBold';
	line-height: 9rem;
	position: absolute;
	z-index: 1;
}
.page_franchise .section_8 .name {
	position: absolute;
	height: 3.25rem;
	line-height: 3.25rem;
	background: #fcdb00;
	color: #005389;
	padding: 0 1.75rem;
	font-family: 'ProximaNovaBold';
	font-size: 2.25rem;
	left: 3.8rem;
	top: 3rem;
}
.page_franchise .section_8 .desc {
	position: absolute;
	font-size: 1.75rem;
	left: 8rem;
	top: 6.1rem;
	color: #005389;
	font-family: 'ProximaNovaBold';
	line-height: 1.1;
}
.page_franchise .section_8 .step1 .number_box {
	left: -20rem;
}
.page_franchise .section_8 .step1 .number_box.active {
	left: 4.75rem;
}
.page_franchise .section_8 .step2 .number_box {
	left: -66rem;
}
.page_franchise .section_8 .step2 .number_box.active {
	left: 12.5rem;
}
.page_franchise .section_8 .step3 .number_box {
	left: -35rem;
}
.page_franchise .section_8 .step3 .number_box.active {
	left: 27rem;
}
.page_franchise .section_8 .step4 .number_box {
	left: -35rem;
}
.page_franchise .section_8 .step4 .number_box.active {
	left: 55%;
}
.page_franchise .section_8 .step2 .name {
	left: 5rem;
	top: 2.5rem;
}
.page_franchise .section_8 .step3 .name {
	left: 4.8rem;
	top: 2.8rem;
}
.page_franchise .section_8 .step4 .name {
    left: 5.4rem;
	top: 2.6rem;
}
.page_franchise .section_8 .step1 .box {
	min-height: 8.375rem;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 1rem 2rem 0;
	font-size: 1.5rem;
	line-height: 1.2;
	position: relative;
}
.page_franchise .section_8 .step1 .box:nth-child(2n) {
	padding: 1rem 5.375rem 0;
}
.page_franchise .section_8 .step1 .box:first-child {
	background: url(images/franchise/trigger_8_box_bg_b.png) no-repeat right bottom;
	background-size: cover;
}
.page_franchise .section_8 .step1 .box:last-child {
	background: url(images/franchise/trigger_8_box_bg_t.png) no-repeat left top;
	background-size: cover;
}
.page_franchise .section_8 .step1 .bolt {
	background: url(images/franchise/trigger_8_bolt.png) no-repeat center center;
	background-size: cover;
	width: 2.5rem;
	height: 2.1875rem;
	position: absolute;
	opacity: 0;
}
.page_franchise .section_8 .step1 .box .bolt.hide {
	display: none;
}
.page_franchise .section_8 .step1 .box:first-child .bolt {
	right: 1.5rem;
	bottom: 1.5rem;
}
.page_franchise .section_8 .step1 .box:last-child .bolt {
	top: 1rem;
	left: 1rem;
}
.page_franchise .section_8 .step1:hover .bolt {
	opacity: 1;
}

/*-------------- 2 -------------------*/

.page_franchise .section_8 .step2 .title {
	margin-bottom: 4rem;
}
.page_franchise .section_8 .step2 .contain {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.page_franchise .section_8 .step2 .box {
    display: inline-block;
    vertical-align: top;
    width: 50%;
	margin-bottom: 2.75rem;
	padding-left: 2.25rem;
	padding-right: 1.5rem;
	text-align: right;
	border-right: 6px solid #fcdb00;
	font-size: 1.5rem;
	line-height: 1.2;
}

/*-------------- 3 -------------------*/

.page_franchise .section_8 .step3 .box {
	background: url(images/franchise/trigger_8_box_bg_t.png) no-repeat left top;
	font-size: 1.5rem;
	line-height: 1.2;
	padding: 3.875rem 0 0 3.875rem;
	position: relative;
}
.page_franchise .section_8 .step3 .back {
	background: url(images/franchise/trigger_8_box_bg_b.png) no-repeat right bottom;
	padding: 0 3rem 3.875rem 0;
}
.page_franchise .section_8 .step3 .bolt {
	background: url(images/franchise/trigger_8_bolt.png) no-repeat center center;
	background-size: cover;
	width: 2.5rem;
	height: 2.1875rem;
	position: absolute;
	opacity: 0;
}
.page_franchise .section_8 .step3 .bolt.bottom {
	right: 1.5rem;
	bottom: 1.5rem;
}
.page_franchise .section_8 .step3 .bolt.top {
	top: 1rem;
	left: 1rem;
}
.page_franchise .section_8 .step3:hover .bolt {
	opacity: 1;
}

/*-------------- 4 -------------------*/

.page_franchise .section_8 .step4 .box {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-left: -5px;
	text-align: center;
	background: url(images/franchise/trigger_8_4_bg_t.png) no-repeat left top;
}
.page_franchise .section_8 .step4 .box:first-child {
	margin-left: 0;
	background: none;
}
.page_franchise .section_8 .step4 .front {
	height: 17.2rem;
	padding: 1rem 2rem;
	background: url(images/franchise/trigger_8_4_bg_b.png) no-repeat right bottom;
}
.page_franchise .section_8 .step4 .box:last-child .front {
	background: none;
}
.page_franchise .section_8 .step4 .front:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.page_franchise .section_8 .step4 .back {
	display: inline-block;
	vertical-align: middle;
}

/*--- mobile ---*/

.mobile .page_franchise .section_8 .number_box.active {
	left: 0 !important;
}
@media (max-width: 660px) {
	.mobile .page_franchise .section_8 .step4 .box{
		width: 50%;
		margin-top: -5px;
	}
	.page_franchise .section_8 .step4 .box:nth-child(2n+1) {
		margin-left: 0;
	}
}
@media (max-width: 460px) {
	.mobile .page_franchise .section_8 .step1 .box {
		width: 100%;
		min-height: auto;
		background: url(images/franchise/trigger_8_box_bg_b.png) no-repeat right bottom !important;
		padding: 2rem 2rem 3rem !important;
	}
	.mobile .page_franchise .section_8 .step1 .box .bolt {
		opacity: 1 !important;
		right: 1.5rem !important;
		bottom: 1.5rem !important;
		top: auto !important;
		left: auto !important;
	}
	.mobile .page_franchise .section_8 .step1 .box .bolt.hide {
		display: block;
	}
	.mobile .page_franchise .section_8 .step2 .contain {
		width: 100%;
	}
	.mobile .page_franchise .section_8 .step2 .title {
		margin-bottom: 6rem;
	}
	.mobile .page_franchise .section_8 .step2.trigger {
		margin-bottom: 2rem;
	}
	.mobile .page_franchise .section_8 .step3 .bolt {
		opacity: 1;
	}
	.mobile .page_franchise .section_8 .step4 .box {
		width: 100%;
		margin-left: 0;
	}
}

/*============ section_9 ===========*/

/*--- mobile ---*/

.mobile .page_franchise .section_9 {
	display: none;
}

/*============ section_10 ===========*/

.page_franchise .section_10 .trigger_block img {
	max-width: 100%;
}

/*============ section_11 ===========*/

.page_franchise .section_11 .trigger_block {
	text-align: center;
}
.page_franchise .section_11 .trigger_block .box {
	width: 25.6rem;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 3rem;
}
.page_franchise .section_11 .trigger_block .img {
	height: 12rem;
	margin-bottom: 2rem;
	position: relative;
}
.page_franchise .section_11 .trigger_block .img:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
}
.page_franchise .section_11 .trigger_block .parent {
	display: inline-block;
	vertical-align: bottom;
}
.page_franchise .section_11 .trigger_block .check {
	position: absolute;
	margin-left: -1.75rem;
	left: 50%;
	top: 50%;
	margin-top: 0.75rem;
	opacity: 0;
}
.page_franchise .section_11 .trigger_block .check.active {
	opacity: 1;
}
.page_franchise .section_11 .trigger_block .box:nth-child(3) .check {
	margin-left: -0.5rem;
    margin-top: 1rem;
}
.page_franchise .section_11 .trigger_block .name {
	text-transform: uppercase;
	margin-bottom: 0.5rem;
	line-height: 1;
}
.page_franchise .section_11 .trigger_block .text {
	line-height: 1.2;
}


.img-torg{
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.img-torg .dflex{
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.img-torg .div-tit{
	line-height: 1.2;
	font-size: 1.5rem;
	text-align: center;
	position: relative;
}

.img-torg .div-top{
	padding-bottom: 100px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.div-top .div-tit{
	background: url(images/bolt.png) no-repeat 0 50%;
	padding: 10px 0px 10px 60px;
	max-width: 320px;
}

.img-torg .div-mid1{
	padding-bottom: 55px;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.div-mid1 .div-tit{
	background: url(images/achtung.png) no-repeat 0 50%;
	width: 20%;
	padding-left: 35px;
	padding-right: 25px;
	margin-right: 25px;
}
.div-mid1 .div-tit.ldiv{
	background: url(images/achtung.png) no-repeat 100% 50%;
}


.img-torg .div-mid2{
	padding-bottom: 25px;
	width: 90%;
}

.div-mid2 .div-tit{
	width: 225px;
	margin-right: 30px;
}
.div-mid2 .div-tit.div1{
	width: 380px;
	margin-top: 125px;
	
}

.div-mid2 .div-tit.div2{padding-top: 15px;}
.div-mid2 .div-tit.div4{padding-top: 20px;}


.div-bot {
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	 padding-bottom: 100px;
}

.div-tit.coin{
	background: url(images/coins.png) no-repeat 100% 0;
	padding-top: 50px;
	padding-right: 100px;
	margin-right: 70px;
}

.div-tit.chat{
	background: url(images/chat.png) no-repeat 100% 0;
	padding-top: 50px;
	padding-right: 115px;
}

.div-result {
	-webkit-justify-content: center;
        justify-content: center;
}

.div-result .div-tit{
	background: url(images/smile.png) no-repeat 100% 0;
	padding-right: 90px;
	padding-top: 17px;
	padding-bottom: 17px;
}


.div-tit.arr1:before{
	content:'';
	background: url(images/sam_arr1.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 30px);
	left: 30%;
	width: 124px;
	height: 98px;
}

.div-tit.arr1:after{
	content:'';
	background: url(images/sam_arr2.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 65px);
	left: 80%;
	width: 99px;
	height: 126px;
}

.div-tit.arr2:before{
	content:'';
	background: url(images/sam_arr3.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 15px);
	left: 40%;
	width: 23px;
	height: 73px;
}


.div-tit.arr3:before{
	content:'';
	background: url(images/sam_arr4.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 40px);
	left: -20%;
	width: 129px;
	height: 104px;
}

.div-tit.arr3:after{
	content:'';
	background: url(images/sam_arr5.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 10px);
	left: 60%;
	width: 61px;
	height: 61px;
}


.div-tit.arr4:before{
	content:'';
	background: url(images/sam_arr6.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 70px);
	left: 20%;
	width: 92px;
	height: 163px;
}

.div-tit.arr5:before{
	content:'';
	background: url(images/sam_arr7.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 100px);
	left: 0%;
	width: 115px;
	height: 173px;
}

.div-tit.arr6:before{
	content:'';
	background: url(images/sam_arr8.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% + 100px);
	left: 0%;
	width: 76px;
	height: 59px;
}

.div-tit.arr6:after{
	content:'';
	background: url(images/sam_arr9.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% + 100px);
	left: 80%;
	width: 72px;
	height: 40px;
}

.div-tit.arr7:before{
	content:'';
	background: url(images/sam_arr10.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% + 10px);
	left: 70%;
	width: 112px;
	height: 89px;
}

.div-tit.arr8:before{
	content:'';
	background: url(images/sam_arr11.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 330px);
	right: 10%;
	width: 410px;
	height: 471px;
}

.div-tit.div1:before{
	content:'';
	background: url(images/sam_arr12.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: -100%;
	right: 50%;
	width: 23px;
	height: 40px;
}

.div-tit.div2:before{
	content:'';
	background: url(images/sam_arr13.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: 10%;
	right: 50%;
	width: 94px;
	height: 75px;
}

.div-tit.div3:before{
	content:'';
	background: url(images/sam_arr14.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: 60%;
	right: -25%;
	width: 79px;
	height: 24px;
}

.div-tit.div4:before{
	content:'';
	background: url(images/sam_arr15.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: -36%;
	right: 50%;
	width: 209px;
	height: 138px;
}

.div-tit.coin:before{
	content:'';
	background: url(images/sam_arr16.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 60px);
	left: 60%;
	width: 130px;
	height: 87px;
}

.div-tit.chat:before{
	content:'';
	background: url(images/sam_arr17.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: calc( -100% - 30px);
	right: 60%;
	width: 184px;
	height: 85px;
}

.div-result .div-tit:before{
	content:'';
	background: url(images/sam_arr18.png) no-repeat 0 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 241px;
	height: 14px;
}

/*--- mobile ---*/

.mobile .page_franchise .section_11 .trigger_block .box {
	width: 33.333%;
}

@media (max-width: 460px) {
	.mobile .page_franchise .section_11 .trigger_block .box {
		width: 25.6rem;
	}
}

/*============ section_12 ===========*/

.page_franchise .section_12 {
	background: url(images/franchise/trigger_12_bg_line.jpg) repeat-y center top;
}
.page_franchise .section_12 .bg {
	background: url(images/franchise/trigger_12_bg.jpg) no-repeat left bottom;
}
.page_franchise .section_12 .section_block {
	padding-bottom: 6.875rem;
	position: relative;
}
.page_franchise .section_12 .points {
	/*background: url(images/franchise/trigger_12_points.png) no-repeat right center;*/
	background: url(images/franchise/step_2.png) no-repeat right center;
	height: 22.3rem;
	width: 100%;
	position: absolute;
	background-size: contain;
	top: 12.3rem;
}
.page_franchise .section_12 .trigger {
	position: relative;
}
.page_franchise .section_12 .trigger .box {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 1rem;
	margin-bottom: 3.75rem;
}
.page_franchise .section_12 .trigger .name {
	height: 3.875rem;
	background: #fcdb00;
	text-align: center;
	line-height: 3.875rem;
	color: #005389;
	font-size: 2.25rem;
	font-family: 'ProximaNovaBold';
	margin-bottom: 1.25rem;
}
.page_franchise .section_12 .trigger .text {
	color: #005389;
	font-size: 1.2rem;
	line-height: 1.2;
}
.page_franchise .section_12 .text_block {
	position: relative;
	padding-top: 3.25rem;
}
.page_franchise .section_12 .text_block .text {
	width: 52rem;
	background: #fff;
	font-size: 1.7rem;
	line-height: 1.2;
	padding: 4rem;
}
.page_franchise .section_12 .text_block .btn_consult {
	width: 29.125rem;
	position: absolute;
	font-size: 1.75rem;
	bottom: -2.375rem;
	left: 5rem;
}

/*------ mobile -----*/

.mobile .page_franchise .section_12 .text_block .text {
	width: 100%;
}
.mobile .page_franchise .section_12 .text_block .btn_consult {
	left: 2rem;
}
.mobile .page_franchise .section_12 .points {
	display: none;
}

@media (max-width: 660px) {
	.mobile .page_franchise .section_12 .trigger .box {
		width: 33.333%;
	}
}
@media (max-width: 460px) {
	.mobile .page_franchise .section_12 .trigger .box {
		width: 50%;
	}
}

/*============ section_13 ===========*/

.page_franchise .section_13 .trigger_block {
	background: url(images/franchise/city_bg.jpg) repeat-y center top;
}
.page_franchise .section_13 .trigger {
	text-align: left;
}
.page_franchise .section_13 .trigger .box {
	display: inline-block;
    vertical-align: top;
	width: 12.8rem;
	height: 12.875rem;
	background-size: cover !important;
	/*cursor: pointer;
	cursor: hand;*/
	opacity: 1;
	text-align: center;
}
.page_franchise .section_13 .trigger .box.active {
	opacity: 1;
}
.page_franchise .section_13 .trigger .box:before {
	content: "";
	height: 100%;
	display: inline-block;
    vertical-align: middle;
}
.page_franchise .section_13 .trigger .contain {
	display: inline-block;
	vertical-align: middle;
	
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	-o-perspective: 600px;
	perspective: 600px;
	z-index: 1;
	
	width: 90%;
	height: 3rem;
	text-align: center;
}
.page_franchise .section_13 .trigger .front {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotationY=0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: absolute;
	color: #fcdb00;
	width: 100%;
	height: 100%;
	line-height: 3rem;
	font-size: 1.5rem;
	background: #005389;
}
.page_franchise .section_13 .trigger .box:hover .front {
	z-index: 2;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotationY=2);
}
.page_franchise .section_13 .trigger .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotationY=2);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position: absolute;
	color: #fcdb00;
	width: 100%;
	height: 100%;
	line-height: 3rem;
	font-size: 1.5rem;
	background: #005389;
}
.page_franchise .section_13 .trigger .box:hover .back {
	z-index: 3;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotationY=0);
}

/*----- mobile -----*/

.mobile .page_franchise .section_13 .trigger_block {
	background: none;
}
.mobile .page_franchise .section_13 .trigger {
	text-align: center;
}

/*============ section_14 ===========*/

.page_franchise .section_14 .flexslider {
	padding: 1rem 0 6rem;
}
.page_franchise .section_14 .flexslider .review {
	text-align: center;
}
.page_franchise .section_14 .flexslider .img {
	display: inline-block;
	vertical-align: top;
	width: 24.3rem;
	margin: 0 4rem;
	border-radius: 12.15rem;
	overflow: hidden;
}
.page_franchise .section_14 .flexslider .desc {
	display: inline-block;
	vertical-align: top;
	width: 44.25rem;
	text-align: left;
}
.page_franchise .section_14 .flexslider .name {
	color: #07629b;
	font-family: 'ProximaNovaBold';
	font-size: 1.375rem;
	line-height: 1.2;
	margin-bottom: 3rem;
	margin-top: 1rem;
}
.page_franchise .section_14 .flexslider .big {
	text-transform: uppercase;
	font-size: 1.75rem;
}
.page_franchise .section_14 .flexslider .text {
	font-size: 1.5rem;
	line-height: 1.2;
}

/*--- mobile ---*/

.mobile .page_franchise .section_14 .flexslider .desc {
	width: 100%;
}

/*============ section_15 ===========*/

.page_franchise .section_15 {
	background: url(images/franchise/trigger_15_bg.jpg) no-repeat center top;
}
.page_franchise .section_15 .section_block {
	height: 34.375rem;
}
.page_franchise .section_15 .box {
    display: inline-block;
    vertical-align: top;
	margin-bottom: 1rem;
}
.page_franchise .section_15 .text {
    color: #626262;
    font-size: 1.625rem;
    line-height: 1.2;
	padding-left: 1.5rem;
}
.page_franchise .section_15 .title_box {
	padding: 4rem 0 6.25rem;
}
.page_franchise .section_15 .title12 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-family: 'ProximaNovaBold';
}

/*----------------------------------------------------------------------------------*/
/*---------------------------------------OPT----------------------------------------*/
/*----------------------------------------------------------------------------------*/

.page_opt .opt_left {
	width: 56.25rem;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2rem;
}
.page_opt .offer .left {
	width: 33.125rem;
    float: left;
}
.page_opt .offer .right {
	width: 23rem;
    float: right;
}
.page_opt .offer .big {
	text-transform: uppercase;
}
.page_opt .offer .img {
	background-size: cover !important;
}
.page_opt .offer .left .box:nth-child(1) {
	background: #005389;
	color: #fff;
}
.page_opt .offer .left .box:nth-child(1) .img {
	height: 25.5rem;
}
.page_opt .offer .left .box:nth-child(1) .text {
	padding: 1rem 1.625rem;
}
.page_opt .offer .left .box:nth-child(2) {
	background: #f5f9fc;
}
.page_opt .offer .left .box:nth-child(2) .text {
	padding: 0.5rem 1.25rem;
}
.page_opt .offer .right .box:nth-child(1) {
	background: #fcdb00;
}
.page_opt .offer .right .box:nth-child(1) .text {
	padding: 1.64rem 2rem;
}
.page_opt .offer .right .box:nth-child(1) .img {
	height: 17.75rem;
}
.page_opt .offer .right .box:nth-child(2) {
	height: 8.875rem;
	background: #e1dee1;
	
}
.page_opt .offer .right .box:nth-child(2):before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	height: 100%;
}
.page_opt .offer .right .box:nth-child(2) .img {
	height: 8rem;
	width: 9.625rem;
	display: inline-block;
	vertical-align: middle;
}
.page_opt .offer .right .box:nth-child(2) .text {
	display: inline-block;
	vertical-align: middle;
	width: 12rem;
	padding-left: 1rem;
}
.page_opt .suppliers .img {
	width: 100%;
}
.page_opt .suppliers img {
	max-width: 100%;
}

.trigger_opt_block {
	background: #f5f9fc;
	padding: 1px 0;
}
.trigger_opt_block .trigger_box {
	text-align: center;
	margin-bottom: 2rem;
}
.trigger_opt_block .box {
	display: inline-block;
	vertical-align: top;
	width: 10.97rem;
	text-align: center;
	padding: 0 0.5rem;
	line-height: 1.1;
	margin-bottom: 1rem;
}
.trigger_opt_block .box .txt div {
    font-size: 12px;
}
.trigger_opt_block .box .img_box {
	height: 6.25rem;
}
.trigger_opt_block .btn {
	text-align: right;
	padding-right: 6rem;
	line-height: 3.7rem;
}

/*------- mobile -------*/

.mobile .offer .left,
.mobile .offer .right {
	float: none;
	display: block;
	width: auto;
}
.mobile .page_opt .offer .box {
	margin-bottom: 1rem;
	height: auto !important;
}
.mobile .page_opt .offer .right .box:nth-child(2) .img {
	margin: 0 auto;
    display: block;
}
.mobile .page_opt .offer .right .box:nth-child(2) .text {
	padding: 1rem;
	width: auto;
}
.mobile .page_opt .opt_left {
	width: auto;
}
.mobile .trigger_opt_block .box {
	width: 18rem;
	margin-bottom: 3rem;
}
.mobile .trigger_opt_block .box .img_box {
	height: 8rem;
}
.mobile .trigger_opt_block .btn {
	padding-left: 0;
	padding-right: 4rem;
	font-size: 1.2rem;
}
.mobile .page_opt .img_box img {
	max-width: 100%;
	margin-top: 1rem;
	width: auto !important;
}
.mobile .page_opt .img_box img:first-child {
	margin-top: 0;
}
.mobile .page_opt .w50 {
	width: auto !important;
}

/*------- calculator -------*/

.calculator_block {
	width: 18.875rem;
	display: inline-block;
	float: right;
	text-align: center;
	background: #fcdb00;
	padding: 0 0.75rem 2rem;
	margin: 2.125rem 0 2rem;
}
.calculator_block .box {
	text-align: left;
}
.calculator_block .box .name {
	padding: 0 0.5rem;
}
.calculator_block .box select {
	width: 100%;
	height: 2.5rem;
}
.calculator_block .box input {
	width: 100%;
	height: 2.5rem;
}

/*------- mobile -------*/

.mobile .calculator_block {
	width: auto;
	float: none;
	padding: 0 2rem 2rem;
	margin: 0 2rem 2rem;
	display: block;
	max-width: 28rem;
}

/*----------------------------------------------------------------------------------*/
/*--------------------------------------ABOUT---------------------------------------*/
/*----------------------------------------------------------------------------------*/

.trigger_top {
    font-size: 0;
}

.page_about .top_box .desc {
	margin-bottom: 3.5rem;
}


.page_about .trigger_top .box {
	display: inline-block;
	vertical-align: top;
	min-height: 23rem;
    font-size: 1.15rem;
}
.page_about .trigger_top .box:nth-child(1) {
	width: 37.375rem;
	background: #005389;
	color: #fff;
}
.page_about .trigger_top .box:nth-child(2) {
	width: 18.375rem;
	background: #fcdb00;
	color: #636363;
	/*margin: 0 0.24rem;*/
}
.page_about .trigger_top .box:nth-child(3) {
	width: 20.5625rem;
	background: #cdcdcd;
	color: #636363;
}
.page_about .trigger_top .box .text_box {
	padding: 1.5rem;
}
.page_about .trigger_top .img_box img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0.5625rem;
	width: 100%;
}
.page_about .name {
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1;
	margin: 0 0 1.25rem;
}
.page_about .center .name {
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1;
	margin: 1.25rem 0;
}
.page_about .center .text {
	margin: 0 0 1.25rem;
}
.page_about .center .img_box img {
	width: 76.8125rem;
	vertical-align: top;
	margin: 0 0 0.5rem 0;
}

.page_about .trigger_bottom {
	margin-bottom: 2.25rem;
}
.page_about .trigger_bottom .left,
.page_about .trigger_bottom .right {
	display: inline-block;
	vertical-align: top;
	width: 38.4rem;
}
.page_about .trigger_bottom .text_box {
	padding: 2rem;
}
.page_about .trigger_bottom .left .box {
	background: #cdcdcd;
	color: #636363;
	min-height: 31.3125rem;
}
.page_about .trigger_bottom .right .box:nth-child(1) {
	background: #005389;
	color: #fff;
	margin: 0 0 0.24rem 0.24rem;
	min-height: 18.125rem;
}
.page_about .trigger_bottom .right .box:nth-child(2) {
	background: #fcdb00;
	color: #636363;
	margin: 0 0 0 0.24rem;
	padding: 2rem;
	min-height: 13rem;
}
.page_about .trigger_bottom .right .box:nth-child(2) .text_box {
	padding: 0;
}
.page_about .trigger_bottom .right .box:nth-child(2) .img_box {
	width: 8rem;
    float: right;
	margin-left: 2.875rem;
}
.page_about .trigger_bottom .right .box:nth-child(2) .img_box img {
	width: 100%;
	vertical-align: middle;
}
.page_about .trigger_bottom .left .img_box img {
	/*width: 38.625rem;*/
	width: 100%;
	vertical-align: top;
}

/*--------- mobile -------*/

.mobile .page_about .trigger_top .box {
	margin: 0 0 1rem 0 !important;
}
.mobile .page_about .top_box .desc,
.mobile .page_about .center .name,
.mobile .page_about .center .text {
	margin-left: 2rem;
	margin-right: 2rem;
}
.mobile .page_about .center .img_box img {
	width: 100%;
	margin: 0 0 1rem 0 !important;
}
.mobile .page_about .trigger_top .box,
.mobile .page_about .trigger_bottom .left, 
.mobile .page_about .trigger_bottom .right {
	width: 100%;
}
.mobile .page_about .trigger_top .box img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}
.mobile .page_about .trigger_bottom .text_box,
.mobile .page_about .trigger_bottom .text_box {
	font-size: 1.6rem;
}
.mobile .page_about .trigger_bottom .right .box:nth-child(2) .text_box {
	margin-right: 11rem;
}
.mobile .page_about .trigger_bottom .box {
	margin: 0 0 1rem 0 !important;
}
.mobile .page_about .trigger_top .box .text_box {
	font-size: 1.6rem;
}
.mobile .page_about .name {
	font-size: 1.8rem;
}
.mobile .page_about .trigger_top .box:nth-child(2) {
	margin: 0;
}

/*----------------------------------------------------------------------------------*/
/*--------------------------------------NEWS---------------------------------------*/
/*----------------------------------------------------------------------------------*/

.page_news_list .year {
	margin: 0 0 1.875rem;
	padding: 0;
	list-style: none;
	background: #005389;
}
.page_news_list .year li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 4rem;
}
.page_news_list .year li:first-child {
	margin-left: 0;
}
.page_news_list .year li a {
	height: 2.875rem;
	line-height: 2.875rem;
	text-transform: uppercase;
	display: block;
	color: #fff;
}
.page_news_list .year li:first-child a {
	color: #ffda22;
	font-family: 'ProximaNovaBold';
}
.page_news_list .news_list {
	width: 37.25rem;
	margin: 0 0 1.875rem;
}
.page_news_list .news_list.left {
	float: left;
}
.page_news_list .news_list.right {
	float: right;
}
.page_news_list .news_list .box {
	background: #f9f9f9;
	border: 1px solid #013a60;
	margin-bottom: 1.875rem;
}
.page_news_list .news_list .img_box {
	text-align: center;
}
.page_news_list .news_list img {
	max-width: 100%;
	margin-top: 3px;
}
.page_news_list .news_list:last-child {
	margin-top: 0 !important;
}
.page_news_list .news_list .box:last-child {
	margin-bottom: 0 !important;
}
.page_news_list .news_list .text_box {
	margin-top: 30px;
}
.page_news_list .text_box .date {
	color: #636363;
	font-family: 'ProximaNovaBold';
	font-size: 13px;
}
.page_news_list .text_box .name {
	display: block;
	color: #005389;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 10px 0;
	line-height: 1.2;
}
.page_news_list .text_box .txt {
	
}

/*------ mobile -------*/

.mobile .page_news_list .year {
	margin: 0 0 2rem;
}
.mobile .page_news_list .year li {
	margin-left: 2rem;
}
.mobile .page_news_list .year li a {
	height: 4.6rem;
	line-height: 4.6rem;
}
.mobile .page_news_list .year li:first-child {
	margin-left: 0;
}
.mobile .page_news_list .news_list .box {
	margin-bottom: 2rem;
}
.mobile .page_news_list .news_list {
	width: auto;
	margin: 0 2rem 2rem;
}

/*----------------------------------------------------------------------------------*/
/*--------------------------------------INDEX---------------------------------------*/
/*----------------------------------------------------------------------------------*/

.mobile_index,
.mobile .desktop_index {
	display: none;
}
.mobile .mobile_index {
	display: block;
}

/*-------------------------------------triggers---------------------------------------*/
.triggers_block  {
    margin: 0px auto;
    max-width: 1915px;
}

.triggers_block .triggers_list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.triggers_block .triggers_list .item {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	/*height: 515px;*/
}
.triggers_block .triggers_list .item a {
	display: inline-block;
	vertical-align: top;
	/*background-size: cover !important;*/
	/*height: 100%;*/
	width: 100%;
	position: relative;
	overflow: hidden;
}
.triggers_block .triggers_list .item a img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transition: -moz-transform 200ms ease-out;
	-o-transition: -o-transform 200ms ease-out;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
}
/*.triggers_block .triggers_list .item a:hover img {
	-moz-transform: scale3d(1.2, 1.2, 1);
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
	-o-transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
	-webkit-transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
	transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
}*/
.triggers_block .triggers_list .item:nth-child(1) {
	/*width: 29.788%;*/
    width: 29%;
}
/*.triggers_block .triggers_list .item:nth-child(1) a {
	background: url(images/trigger_01.jpg) no-repeat center top;
}*/
.triggers_block .triggers_list .item:nth-child(2) {
	/*width: 22.553%;*/
    width: 22.05%;
}
/*.triggers_block .triggers_list .item:nth-child(2) a:nth-child(1) {
	background: url(images/trigger_02.jpg) no-repeat center top;
	height: 60%;
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(2) {
	background: url(images/trigger_03.jpg) no-repeat center top;
	height: 40%;
}*/
.triggers_block .triggers_list .item:nth-child(3) {
	/*width: 26.820%;*/
    width: 29.3%;
}
/*.triggers_block .triggers_list .item:nth-child(3) a {
	background: url(images/trigger_04.jpg) no-repeat center top;
}*/
.triggers_block .triggers_list .item:nth-child(4) {
	/*width: 20.839%;*/
    width: 19.5%;
}
/*.triggers_block .triggers_list .item:nth-child(4) a:nth-child(1) {
	background: url(images/trigger_05.jpg) no-repeat center top;
	height: 47%;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}*/
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(2) {
	/*width: 42.786%;*/
	/*width: 43.2%;*/
    width: 50%;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(2) img {
	/*width: 100.2%;*/
    width: 100%;
	max-width: none;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(3) {
	/*width: 57.214%;*/
	/*width: 56.8%;*/
    width: 50%;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(3) img {
	/*width: 102.2%;*/
    width: 100%;
	max-width: none;
}
/*.triggers_block .triggers_list .item:nth-child(4) a:nth-child(2) {
	background: url(images/trigger_06.jpg) no-repeat center top;
	height: 53%;
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(3) {
	background: url(images/trigger_07.jpg) no-repeat center top;
	height: 53%;
	display: inline-block;
	vertical-align: top;
	width: 60%;
}*/
.triggers_block .triggers_list .item .name {
	/*color: #fcdb00;
	position: absolute;
	padding: 0 2rem 2.5rem 0.3125rem;
	right: 0;
	bottom: 0;
	line-height: 1;*/
	/*font-size: 60px;*/
	/*font-size: 100%;*/
	/*font-size: 3rem;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;*/
    color: #fcdb00;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    margin-top: -17px;
    font-size: 3rem;
    text-align: center;
    
}
.triggers_block .triggers_list .item .name:after {
	/*background: #fcdb00;*/
	content: "";
	height: 10px;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.triggers_block .triggers_list .item a:hover .name {
/*
	padding: 0;
	bottom: 50%;
	margin-bottom: -5%;
	text-align: center;
	right: 50%;
	margin-right: -19%;
*/
}
.triggers_block .triggers_list .item a:hover .name:after {
	height: 0;
}

.triggers_block .triggers_list .item:nth-child(2) a:nth-child(1) .name {
	font-size: 2rem;
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(1):hover .name {
/*	margin-right: -18%;*/
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(2) .name {
	font-size: 2rem;
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(2):hover .name {
/*	margin-right: -24%;*/
}
.triggers_block .triggers_list .item:nth-child(3) a:nth-child(1):hover .name {
/*	margin-right: -26%;*/
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(1) .name {
	font-size: 2rem;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(2) .name {
	padding-right: 0.75rem;
	font-size: 2rem;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(2):hover .name {
/*	margin-right: -36%;*/
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(3) .name {
	font-size: 1.5rem;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(3):hover .name {
/*	margin-right: -26%;*/
}


@media (max-width: 1600px) {
	
}
@media (max-width: 1400px) {
	
}
@media (max-width: 1280px) {
	
}

.triggers_block .triggers_list .item .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	bottom: 0;
	left: 0;
	/*overflow: hidden;*/
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	/*height: 0;*/
	/*background-color: rgba(0, 0, 0, 0.4);*/
	background: /*#356381*/#07619c;
	
	/*-moz-transition: opacity 300ms ease-out;
	-o-transition: opacity 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;*/
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.triggers_block .triggers_list .item a:hover .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	/*height: 100%;*/
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(1) .bg {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;*/
	background: #07619c;
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(1):hover .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(2) .bg {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;*/
	background: /*#1e30d7*/#07619c;
}
.triggers_block .triggers_list .item:nth-child(2) a:nth-child(2):hover .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.triggers_block .triggers_list .item:nth-child(3) a:nth-child(1) .bg {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;*/
	background: /*#2b3e8c*/#07619c;
}
.triggers_block .triggers_list .item:nth-child(3) a:nth-child(1):hover .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(1) .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background: /*#0091f4*/#07619c;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(1):hover .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(2) .bg {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;*/
	background: /*#035693*/#07619c;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(2):hover .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(3) .bg {
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;*/
	background: /*#006983*/#07619c;
}
.triggers_block .triggers_list .item:nth-child(4) a:nth-child(3):hover .bg {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.triggers_block .clear {
	height: 1px;
	background: #fff;
	margin-top: -1px;
	position: relative;
}

/*------ mobile -----*/

.mobile .triggers_block .triggers_list .item:nth-child(1) {
	width: 60%;
}
.mobile .triggers_block .triggers_list .item:nth-child(1) a {
	height: 17.2rem;
}
.mobile .triggers_block .triggers_list .item:nth-child(2) {
	width: 40%;
}
.mobile .triggers_block .triggers_list .item:nth-child(2) a {
	height: 8.6rem;
}
.mobile .triggers_block .triggers_list .item:nth-child(3) {
	width: 100%;
}
.mobile .triggers_block .triggers_list .item:nth-child(3) a {
	height: 15.4rem;
}
.mobile .triggers_block .triggers_list .item a {
	background-size: cover !important;
}
.mobile .triggers_block .triggers_list .item:nth-child(2) a:nth-child(1) .name {
    font-size: 1.7rem;
}
.mobile .triggers_block .triggers_list .item:nth-child(2) a:nth-child(2) .name {
    font-size: 1.25rem;
}
.mobile .triggers_block .triggers_list .item:nth-child(3) a .name {
    font-size: 2rem;
}

/*-------------------------------------about---------------------------------------*/

.about_block .about_box {
	padding: 3.75rem 0;
	margin: 0 7.8125rem;
}
.about_block .about_box .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.about_block .about_box .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: right;
}
.about_block .about_box .name {
	margin: 2.6875rem 0 3.125rem;
	/*font-size: 40px;*/
	font-size: 2.5rem;
	line-height: 1;
}
.about_block .about_box .desc {
	margin-bottom: 5rem;
}
.about_block .about_box .btn {
	border-top: 3px solid #fcdb00;
	border-bottom: 3px solid #fcdb00;
}
.about_block .about_box .img {
	vertical-align: top;
	width: 24.875rem;
}

/*-------------------------------------- map ---------------------------------------*/

.map_block  {
	height: 28.4375rem;
	position: relative;
}

.map_block .region_box {
	margin-left: 7.8125rem;
	display: inline-block;
	vertical-align: top;
	height: 28.4375rem;
	position: absolute;
	top: 0;
}
.map_block .region_box:after,
.map_block .region_box:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: top;
	width: 1.875rem;
	background: #fcdb00;
}
.map_block .region_box:after{
	position:relative;
	right:4px;
}
.map_block .region_box .center {
	display: inline-block;
	vertical-align: top;
	/*width: 28.125rem;*/
	width: 27rem;
}
.map_block .center .top {
	height: 24.1875rem;
	margin-bottom: 0.1875rem;
	background: #fcdb00;
}
.map_block .center .btn {
	background-color: #fcdb00;
}
.map_block .center .name {
	/*padding: 3.25rem 0 2.25rem;*/
    padding: 3.25rem 2rem 2.25rem;
	text-transform: uppercase;
	font-size: 2.4rem;
	color: #023453;
	line-height: 3rem;
}
.map_block .center .desc {
	color: #023453;
	font-size: 1.25rem;
	line-height: 1.5rem;
    padding: 0.25rem 1.9rem 2.25rem 2.25rem;
}

/*------------------------------------- number -------------------------------------*/

.number_block .number_box {
	margin: 0 1.25rem;
	padding: 4rem 0 5rem;
}
.number_block .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right: 0.9375rem;
}
.number_block .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 0.9375rem;
}
.number_block .number,
.number_block .desc {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
}
.number_block .number {
	color: #47a7e6;
	font-size: 9.5rem;
	line-height: 6rem;
	font-family: 'ProximaNovaBold';
	padding-left: 2.5rem;
}
.number_block .desc {
	text-align: right;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.number_block .desc div {
	text-align: left;
	display: inline-block;
}
.number_block .color {
	height: 0.8125rem;
	margin-top: 1.75rem;
}
.number_block .left .color {
	background: #005389;
}
.number_block .right .color {
	background: #fcdb00;
}

/*----- mobile -----*/

.mobile .number_block .number_box {
	padding: 4rem 0 5rem;
	max-width: 32rem;
	margin: 0 auto;
}
.mobile .number_block .left {
	margin-bottom: 3rem;
	width: 100%;
	padding: 0 1rem;
}
.mobile .number_block .right {
	width: 100%;
	padding: 0 1rem;
}

/*---------------------------------- franchise -------------------------------------*/

.franchise_block  {
	height: 28.4375rem;
	margin-bottom: 4.6875rem;
	background: url(images/franchise_bg.jpg) no-repeat center center;
	background-size: cover;
}
.franchise_block .main {
	text-align: right;
}
.franchise_block .franchise_box {
	margin-right: 1.875rem;
	display: inline-block;
	vertical-align: top;
	height: 28.4375rem;
	text-align: left;
}
.franchise_block .franchise_box:after,
.franchise_block .franchise_box:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: top;
	width: 1.875rem;
	background: #005389;
}
.franchise_block .franchise_box .center {
	display: inline-block;
	vertical-align: top;
	/*width: 28.125rem;*/
	width: 27rem;
}
.franchise_block .center .top {
	height: 24.1875rem;
	margin-bottom: 0.1875rem;
	background: #005389;
}
.franchise_block .center .btn {
	background-color: #005389;
}
.franchise_block .center .name {
	padding: 3.25rem 0 2.25rem;
	text-transform: uppercase;
	font-size: 2.4rem;
	color: #fcdb00;
	line-height: 3rem;
}
.franchise_block .center .desc {
	color: #fcdb00;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

/*------------------------------------- news ---------------------------------------*/

.news_block .box {
	padding: 0.5rem 0.625rem;
	position: relative;
}
.news_block .news_box {
	margin-bottom: 8.125rem;
}
.news_block .text {
	text-align: left;
}
.news_block .top {
	background: #e8e8e8;
	margin-bottom: 0.5rem;
}
.news_block .top .img {
	width: 23.75rem;
	height: 13.25rem;
}
.news_block .left .img {
	width: 23.125rem;
	height: 12rem;
}
.news_block .right .img {
	width: 19.375rem;
	height: 25.5rem;
}
.news_block .top .text {
	margin: 0 1.25rem 0 2.8125rem;
	width: 43.8125rem;
	color: #757e82;
}
.news_block .bottom .left {
	background: #fcdb00;
}
.news_block .bottom .right {
	background: #005389;
}
.news_block .bottom .right .text {
	margin: 0 1.25rem 0 3.125rem;
	width: 23.125rem;
	color: #fff;
}
.news_block .bottom .left .text {
	margin: 0 0.625rem;
	width: 21.875rem;
	color: #005389;
}
.news_block .bottom .left .desc {
	max-height: 6rem;
	overflow: hidden;
}
.news_block .box .btn {
	position: absolute;
	bottom: 1.125rem;
	right: 1.875rem;
}
.news_block .top .btn {
	color: #005389;
}
.news_block .bottom .left .btn {
	color: #005389;
	right: 1.25rem;
}
.news_block .bottom .right .btn {
	color: #fcdb00;
}
.news_block .img img,
.news_block .top .img,
.news_block .bottom .right .img,
.news_block .top .text,
.news_block .bottom .right .text {
	display: inline-block;
	vertical-align: top;
}
.news_block .bottom .box {
	height: 26.875rem;
}
.news_block .box .name {
	font-size: 1.25rem;
	line-height: 1.2;
	margin: 1.25rem 0;
}
.news_block .box .desc {
	font-size: 1.0625rem;
}

/*----- mobile ------*/

/*-------------------------------------about---------------------------------------*/

.about_mobile_block .about_box {
	margin: 3.4rem auto 0;
	width: 30rem;
}
.about_mobile_block .about_box .left {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.about_mobile_block .about_box .right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: right;
}
.about_mobile_block .about_box .name {
	margin: 0 0 1.8rem;
	font-size: 1.6rem;
	line-height: 1;
}
.about_mobile_block .about_box .desc {
	line-height: 1.2;
	font-size: 1.16rem;
}
.about_mobile_block .about_box .btn {
	border-top: 1px solid #fcdb00;
	border-bottom: 1px solid #fcdb00;
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.2rem;
	text-align: right;
	padding-right: 5.6rem;
	margin: 1.6rem 0;
}
.about_mobile_block .about_box .img {
	vertical-align: top;
	width: 14rem;
}
.about_mobile_block .color_box {
	margin: 1.2rem 2.2rem;
	height: 1.2rem;
}
.about_mobile_block .color_box .left {
	height: 1.2rem;
	background: #f3da33;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.about_mobile_block .color_box .right {
	height: 1.2rem;
	background: #2f5486;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

/*---------------------------------- franchise -------------------------------------*/

.franchise_mobile_block .img  {
	height: 14rem;
	background: url(images/franchise_bg.jpg) no-repeat center center;
	background-size: cover;
}
.franchise_mobile_block .franchise_box {
	background: #2f5486;
}
.franchise_mobile_block .franchise_box .center {
	width: 28.8rem;
	/*height: 10.8125rem;*/
	margin: 0 auto;
}
.franchise_mobile_block .center .top {
	padding-bottom: 0.8125rem;
	border-bottom: 2px solid #fff;
}
.franchise_mobile_block .center .btn {
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.2rem;
}
.franchise_mobile_block .center .name {
	padding: 1.2rem 0 1.6rem;
	text-transform: uppercase;
	font-size: 1.6rem;
	color: #fcdb00;
	line-height: 1;
}
.franchise_mobile_block .center .desc {
	color: #fcdb00;
	font-size: 1.3rem;
	line-height: 1.2;
}

/*----------------------------------------------------------------------------------*/
/*------------------------------------strategy--------------------------------------*/
/*----------------------------------------------------------------------------------*/

.content_block.strategy {
	/*background: #f5f9fc;*/
	background: #f5f9fc url(images/strategy_bg_01.jpg) no-repeat center top;
    background-size: cover;
}
.content_block.strategy .content {
	/*background: url(images/strategy_bg.png) no-repeat 3rem top;*/
	height: 27.625rem;
}
.priorities_block .title2 {
	margin: 1.5rem 0 1rem;
}
.priorities_block .number_box .box {
	display: inline-block;
	vertical-align: top;
}
.priorities_block .number_box .box:hover .number {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.priorities_block .number_box .number {
	display: inline-block;
	vertical-align: middle;
	font-family: 'ProximaNovaBold';
	color: #005389;
	margin-right: 1rem;
	font-size: 5rem;
	/*line-height: 1.2;*/
	
	-webkit-transition: 222ms all ease-in-out;
	-moz-transition: 222ms all ease-in-out;
	-o-transition: 222ms all ease-in-out;
	-ms-transition: 222ms all ease-in-out;
	transition: 222ms all ease-in-out;
}
.priorities_block .number_box .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.125rem;
	line-height: 1.2;
}
.priorities_block .number_box:nth-child(1) .box:nth-child(1) {
	margin-left: 10rem;
}
.priorities_block .number_box:nth-child(1) .box:nth-child(2) {
	margin-left: 8rem;
}
.priorities_block .number_box:nth-child(1) .box:nth-child(3) {
	margin-left: 9rem;
}

.priorities_block .number_box:nth-child(2) .box:nth-child(1) {
	margin-left: 1rem;
}
.priorities_block .number_box:nth-child(2) .box:nth-child(2) {
	margin-left: 4rem;
}
.priorities_block .number_box:nth-child(2) .box:nth-child(3) {
	margin-left: 7rem;
}
.priorities_block .number_box:nth-child(2) .box:nth-child(4) {
	margin-left: 6rem;
}

.priorities_block .number_box:nth-child(3) .box:nth-child(1) {
	margin-left: 10rem;
}
.priorities_block .number_box:nth-child(3) .box:nth-child(2) {
	margin-left: 6rem;
}
.priorities_block .number_box:nth-child(3) .box:nth-child(3) {
	margin-left: 4rem;
}


.strategy_block .line {
	margin-bottom: 3rem;
}
.strategy_block .box {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.strategy_block .box:last-child {
	padding-left: 1rem;
}
.strategy_block .box .text {
	padding-right: 2rem;
}
.strategy_block .box .pic {
	max-width: 100%;
}

/*===== mobile =====*/

.mobile .strategy_block .box {
	width: 100%;
	margin-bottom: 2rem;
}
.mobile .strategy_block .box:last-child {
	padding-left: 0;
}
.mobile .content_block.strategy {
	display: none;
}

/*----------------------------------------------------------------------------------*/
/*--------------------------------------jobs----------------------------------------*/
/*----------------------------------------------------------------------------------*/

.content_block.jobs {
	overflow: hidden;
}
.jobs_block .trigger .box {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 1rem 0.5rem 1rem 0;
}
.jobs_block .trigger .line {
	position: relative;
	min-height: 9.375rem;
}
.jobs_block .trigger .line:nth-child(2n+1) .box:last-child {
	background: #005389;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
}
.jobs_block .trigger .line:nth-child(2n) .box:first-child {
	background: #005389;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	padding-left: 50%;
	margin-left: -50%;
}
.jobs_block .trigger .line:nth-child(2n) .box:last-child {
	    margin-left: 50%;
}
.jobs_block .trigger .box .img,
.jobs_block .trigger .box .desc {
	display: inline-block;
	vertical-align: middle;
}
.jobs_block .trigger .box .img {
	width: 7.875rem;
	text-align: center;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/*.jobs_block .trigger .box .img img {
	-moz-transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transition: -moz-transform 200ms ease-out;
	-o-transition: -o-transform 200ms ease-out;
	-webkit-transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
}
.jobs_block .trigger .box:hover .img img {
	-moz-transform: scale3d(1.2, 1.2, 1);
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
	-o-transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
	-webkit-transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
	transition: all 10000ms cubic-bezier(0, 0, 0.8, 0.9);
}*/
.jobs_block .trigger .box .desc {
	width: 28.5rem;
	/*margin-left: 2rem;*/
	font-size: 1.125rem;
	line-height: 1.2;
}
.jobs_block .trigger .box .name {
	text-transform: uppercase;
	margin-bottom: 0.3rem;
}

/*------ mobile -------*/

.mobile .jobs_block .trigger .box {
	width: 100%;
}
.mobile .jobs_block .trigger .line:nth-child(2n+1) .box:last-child {
	width: 100%;
	position: relative;
}
.mobile .jobs_block .trigger .line:nth-child(2n) .box:first-child {
	width: 100%;
	position: relative;
	padding-left: 0;
	margin-left: 0;
}
.mobile .jobs_block .trigger .line:nth-child(2n) .box:last-child {
	margin-left: 0;
	width: 100%;
}
.mobile .jobs_block .trigger .box .desc {
	width: 65%;
	margin-left: 2rem;
}
.mobile .jobs_block .title2 {
	height: auto;
	line-height: 1;
	padding: 0.5rem 0;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------FOOTER---------------------------------------*/
/*----------------------------------------------------------------------------------*/

#rasporka {
	height: 18.125rem;
}
.footer_box {
	margin-top: -18.125rem;
	background: #383f44;
}
.footer_box .footer {
	height: 21.125rem;
	padding-top: 1.875rem;
	position: relative;
}
.footer_box .footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_box .footer .menu .box {
	margin: 0;
	padding: 0;
	/*display: inline-block;
	vertical-align: top;*/
	display: table-cell;
	width: 1%;
}
.footer_box .footer .menu .box .name {
	color: #fff;
	margin-bottom: 1.5rem;
	font-size: 1.0625rem; /*17px;*/
}
.footer_box .footer .menu .box .name:last-child {
	margin: 0;
}
.footer_box .footer .menu .box .name:last-child a {
	color: #fff;
}
.footer_box .footer .menu .menu_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_box .footer .menu .menu_list .item {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.footer_box .footer .menu .menu_list .item a {
	color: #47a7e6;
	/*font-size: 13px;*/
	font-size: 0.8125rem;
}
.footer_box .footer .menu .box .phone {
	color: #47a7e6;
	font-family: 'ProximaNovaBold';
	font-size: 1.8125rem; /*29px;*/
	line-height: 1;
	margin-bottom: 1.5rem;
	display: block;
}
.footer_box .footer .menu .box .soc_box {
	margin-bottom: 1.5rem;
}

.footer_box .footer .menu .box .soc_box a.fb {
	background: url(images/soc_01.png) no-repeat center center;
}
.footer_box .footer .menu .box .soc_box a.tw {
	background: url(images/soc_02.png) no-repeat center center;
}
.footer_box .footer .menu .box .soc_box a.ok {
	background: url(images/soc_03.png) no-repeat center center;
}
.footer_box .footer .menu .box .soc_box a.vk {
	background: url(images/soc_04.png) no-repeat center center;
	margin: 0;
}
.footer_box .footer .menu .box .soc_box a {
	width: 3.25rem;
	height: 3.25rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5rem;
	background-size: cover !important;
}
.footer_box .footer .bottom {
	position: absolute;
	bottom: 0.9375rem;
	color: #fff;
}
.footer_box .footer .bottom .info a {
	color: #fff;
}
.footer_box .footer .info-proekt {
    background: url(images/info-proekt.png) no-repeat left bottom;
	background-size: 100%;
	height: 2.8125rem;
	font-size: 0.875rem;
	display: inline-block;
	color: #fff;
	width: 7.625rem;
	position: absolute;
	bottom: 0.6875rem;
	left: 38%;
}

/*-------- mobile --------*/

.mobile .footer {
	display: none;
}
.mobile .footer_mobile {
	display: block;
}
.mobile #rasporka {
	height: 24rem;
}
.mobile .footer_box {
	margin: 0;
}
.footer_mobile {
	margin-top: -24rem;
	background: #3c4146;
	text-align: center;
	display: none;
}
.footer_mobile {
	height: 24rem;
}
.footer_mobile .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #2d2d2d;
}
.footer_mobile .menu .box {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.footer_mobile .menu .box .name {
	color: #fff;
	font-size: 1.7rem;
	height: 3.8rem;
	line-height: 3.8rem;
	border-top: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	display: block;
}
.footer_mobile .menu .box:nth-child(2n) .name {
	border-right: 0;
}
.footer_mobile .top .phone {
	color: #47a7e6;
	font-family: 'ProximaNovaBold';
	font-size: 2.9rem; /*29px;*/
	line-height: 5.5rem;
	height: 5.5rem;
	display: block;
}
.footer_mobile .bottom .soc_box {
	margin: 1rem 0 0.25rem;
	text-align: center;
}
.footer_mobile .bottom .soc_box a.fb {
	background: url(images/soc_01.png) no-repeat center center;
}
.footer_mobile .bottom .soc_box a.tw {
	background: url(images/soc_02.png) no-repeat center center;
}
.footer_mobile .bottom .soc_box a.ok {
	background: url(images/soc_03.png) no-repeat center center;
}
.footer_mobile .bottom .soc_box a.vk {
	background: url(images/soc_04.png) no-repeat center center;
	margin: 0;
}
.footer_mobile .bottom .soc_box a {
	width: 3.25rem;
	height: 3.25rem;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.25rem;
	background-size: cover !important;
}
.footer_mobile .info-proekt {
    background: url(images/info-proekt.png) no-repeat left bottom;
	height: 4.5rem;
	font-size: 1.2rem;
	display: inline-block;
	color: #fff;
	width: 12.2rem;
}

/*----------------------------------------------------------------------------------*/
/*-------------------------------------FEEDBACK-------------------------------------*/
/*----------------------------------------------------------------------------------*/

.feedback_block {
	display: inline-block;
	vertical-align: top;
	padding: 5rem 0;
}
.send_mail_feedback {
	position: relative;
	border: 3px solid #2a5896;
}
.feedback_order_box .send_mail_feedback {
	border: 0;
}
.send_mail_feedback h2 {
    font-size: 2.25rem;
    line-height: 1;
    text-align: center;
    width: 100%;
	font-family: "PFDinTextCondProThin";
	text-transform: uppercase;
	color: #e5413d;
	margin-bottom: 0;
}
.send_mail_feedback form {
	width: 292px;
	padding: 32px;
	overflow: hidden;
}
.send_mail_feedback form .main_block{
	box-sizing: border-box;
}
.send_mail_feedback form input,
.send_mail_feedback form textarea {
	background: #fff;
	color: #969696;
	border: 1px solid #d5d5d5;
	resize: none;
	width: 100%;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
/*.send_mail_feedback form input[type=text]:focus,
.send_mail_feedback form textarea:focus {
	background: #EFE2D5;
}*/
.send_mail_feedback form input[type=text] {
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
}
.send_mail_feedback form .text {
	color: #070707;
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
}
.send_mail_feedback form .main_block .field {
	margin-top: 20px;
}
.send_mail_feedback form .main_block .field:first-child {
	margin-top: 0;
}
.send_mail_feedback form textarea {
	padding: 20px;
	height: 90px;
}
.send_mail_feedback form .btn {
	margin: 15px auto 0;
	width: 264px;
	height: 40px;
	display: block;
	border: 1px solid #e5413d;
	background: #e5413d;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	cursor: hand;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
/*.send_mail_feedback form .btn:hover {
	color: #dd5432;
	background: transparent;
}*/

.send_mail_feedback form input::-webkit-input-placeholder {color:#626262;}
.send_mail_feedback form input::-moz-placeholder          {color:#626262;}
.send_mail_feedback form input:-moz-placeholder           {color:#626262;}
.send_mail_feedback form input:-ms-input-placeholder      {color:#626262;}

.send_mail_feedback form textarea::-webkit-input-placeholder {color:#626262;}
.send_mail_feedback form textarea::-moz-placeholder          {color:#626262;}
.send_mail_feedback form textarea:-moz-placeholder           {color:#626262;}
.send_mail_feedback form textarea:-ms-input-placeholder      {color:#626262;}

.send_mail_feedback form input:focus::-webkit-input-placeholder {color: transparent}
.send_mail_feedback form input:focus::-moz-placeholder          {color: transparent}
.send_mail_feedback form input:focus:-moz-placeholder           {color: transparent}
.send_mail_feedback form input:focus:-ms-input-placeholder      {color: transparent}

.send_mail_feedback form textarea:focus::-webkit-input-placeholder {color: transparent}
.send_mail_feedback form textarea:focus::-moz-placeholder          {color: transparent}
.send_mail_feedback form textarea:focus:-moz-placeholder           {color: transparent}
.send_mail_feedback form textarea:focus:-ms-input-placeholder      {color: transparent}

.send_mail_feedback form .field {
	position: relative;
}
.send_mail_feedback form .error_description {
	background: #e5413d; /*#FD9638;*/
	color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	padding: 10px;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 10px;
	display: none;
	min-width: 150px;
	top: -30px;
	left: 5%;
	z-index: 10;
	letter-spacing: 0.05em;
}
.send_mail_feedback form .error_description.show {
	display: block;
}
.send_mail_feedback form .mf-ok-text {
	text-align: center;
	padding-bottom: 20px;
	color: green;
	text-transform: uppercase;
}
.send_mail_feedback form .errortext {
	
}

.mobile .feedback_block {
	padding: 20px 0;
}
.mobile .send_mail_feedback form {
	width: auto;
    padding: 32px 10px;
}

/*----------------------------------------------------------------------------------*/
/*----------------------------------------MODAL-------------------------------------*/
/*----------------------------------------------------------------------------------*/

.b-modal.b-modal_show {
	display: block;
	-webkit-animation: b-modal_show 0.4s;
	-moz-animation: b-modal_show 0.4s;
	-ms-animation: b-modal_show 0.4s;
	-o-animation: b-modal_show 0.4s;
	animation: b-modal_show 0.4s;
}
.b-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*overflow: auto;*/
	text-align: center;
	white-space: nowrap;
	background: #000f28;
	/*background: rgba(0,15,40,0.8);*/
	background: rgba(94,94,94,0.8);
	/*background: rgba(230,206,183,0.8);*/
	/*background-image: -webkit-gradient(linear, -30deg, -30deg, color-stop(0%, transparent), color-stop(40%, transparent), color-stop(40%, rgba(0,86,240,0.15)), color-stop(68%, rgba(0,86,240,0.15)), color-stop(68%, rgba(0,0,0,0.15)), color-stop(76%, transparent)),-webkit-gradient(radial, 100% 0%, 0, 100% 0%, 30, color-stop(0%, rgba(0,53,132,0.8)), color-stop(15%, rgba(0,53,132,0.8)), color-stop(30%, transparent));
	background-image: -webkit-linear-gradient(-30deg, transparent 0%,transparent 40%,rgba(0,86,240,0.15) 40%,rgba(0,86,240,0.15) 68%,rgba(0,0,0,0.15) 68%,transparent 76%),-webkit-radial-gradient(right top, rgba(0,53,132,0.8) 0%,rgba(0,53,132,0.8) 15%,transparent 30%);
	background-image: -moz-linear-gradient(-30deg, transparent 0%,transparent 40%,rgba(0,86,240,0.15) 40%,rgba(0,86,240,0.15) 68%,rgba(0,0,0,0.15) 68%,transparent 76%),-moz-radial-gradient(right top, rgba(0,53,132,0.8) 0%,rgba(0,53,132,0.8) 15%,transparent 30%);
	background-image: -o-linear-gradient(-30deg, transparent 0%,transparent 40%,rgba(0,86,240,0.15) 40%,rgba(0,86,240,0.15) 68%,rgba(0,0,0,0.15) 68%,transparent 76%),-o-radial-gradient(right top, rgba(0,53,132,0.8) 0%,rgba(0,53,132,0.8) 15%,transparent 30%);
	background-image: -ms-linear-gradient(-30deg, transparent 0%,transparent 40%,rgba(0,86,240,0.15) 40%,rgba(0,86,240,0.15) 68%,rgba(0,0,0,0.15) 68%,transparent 76%),-ms-radial-gradient(right top, rgba(0,53,132,0.8) 0%,rgba(0,53,132,0.8) 15%,transparent 30%);
	background-image: linear-gradient(-30deg, transparent 0%,transparent 40%,rgba(0,86,240,0.15) 40%,rgba(0,86,240,0.15) 68%,rgba(0,0,0,0.15) 68%,transparent 76%),radial-gradient(right top, rgba(0,53,132,0.8) 0%,rgba(0,53,132,0.8) 15%,transparent 30%);*/
	z-index: 200;
	display: none;
	width: 100%;
	height: 100%;
}
.b-modal:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.b-modal__close {
	position: absolute;
	top: -28px;
	right: -28px;
	width: 26px;
	height: 26px;
	line-height: 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	border: 2px solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 90;
}
.b-modal__window {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	white-space: normal;
	min-width: 200px;
	min-height: 200px;
	max-width: 90%;
	/*padding: 40px;*/
	/*margin: 100px 0;*/
	background: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.4),0 2px 30px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.4),0 2px 30px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.4),0 2px 30px 0 rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999999;
	
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;*/
}
.b-modal__content {
	position: relative;
	z-index: 99999;
}
.b-modal.b-modal_hide{
	opacity:0;
	-webkit-animation:b-modal_hide 0.4s;
	-moz-animation:b-modal_hide 0.4s;
	-ms-animation:b-modal_hide 0.4s;
	-o-animation:b-modal_hide 0.4s;
	animation:b-modal_hide 0.4s
}
.b-modal.b-modal_hide .b-modal__window{
	-webkit-animation:b-modal__window_hide 0.3s;
	-moz-animation:b-modal__window_hide 0.3s;
	-ms-animation:b-modal__window_hide 0.3s;
	-o-animation:b-modal__window_hide 0.3s;
	animation:b-modal__window_hide 0.3s
}
.b-modal .b-modal__click {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}





@-moz-keyframes b-modal_show{0%{opacity:0}100%{opacity:1}}
@-webkit-keyframes b-modal_show{0%{opacity:0}100%{opacity:1}}
@-o-keyframes b-modal_show{0%{opacity:0}100%{opacity:1}}
@-ms-keyframes b-modal_show{0%{opacity:0}100%{opacity:1}}
@keyframes b-modal_show{0%{opacity:0}100%{opacity:1}}

@-moz-keyframes b-modal__window_show{0%{-moz-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}100%{-moz-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}
@-webkit-keyframes b-modal__window_show{0%{-webkit-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}
@-o-keyframes b-modal__window_show{0%{-o-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}100%{-o-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}
@-ms-keyframes b-modal__window_show{0%{-ms-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}100%{-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}
@keyframes b-modal__window_show{0%{transform:scale3d(0.7, 0.7, 0.7)}100%{transform:scale3d(1, 1, 1)}}

@-moz-keyframes b-modal_hide{0%{opacity:1}100%{opacity:0}}
@-webkit-keyframes b-modal_hide{0%{opacity:1}100%{opacity:0}}
@-o-keyframes b-modal_hide{0%{opacity:1}100%{opacity:0}}
@-ms-keyframes b-modal_hide{0%{opacity:1}100%{opacity:0}}
@keyframes b-modal_hide{0%{opacity:1}100%{opacity:0}}

@-moz-keyframes b-modal__window_hide{0%{-moz-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}100%{-moz-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}}
@-webkit-keyframes b-modal__window_hide{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}100%{-webkit-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}}
@-o-keyframes b-modal__window_hide{0%{-o-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}100%{-o-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}}
@-ms-keyframes b-modal__window_hide{0%{-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}100%{-ms-transform:scale3d(0.7, 0.7, 0.7);transform:scale3d(0.7, 0.7, 0.7)}}
@keyframes b-modal__window_hide{0%{transform:scale3d(1, 1, 1)}100%{transform:scale3d(0.7, 0.7, 0.7)}}

/*=============================================================================================*/

/* ----- Product ----- */

.product-wrapper{
	padding-bottom: 50px;
}
.product-wrapper .title1{
	margin-bottom:40px;
}
.product{
	display: flex;
}
.product__preview{
	margin-right: 35px;
	border: 1px solid #ccc;
	width: 350px; height: 350px;
}
.product__preview img{
	max-width:100%;
}
.product__info{
	width: calc(100% - 385px);
}
.product__info h2{
	margin: 0 0 15px;
}
.product__info h3,
.product__info h4{
	margin: 0 0 5px;
}
.product__info ul{
	margin: 0 0 15px; padding: 0 0 0 20px;
}
.product__info p{
	margin: 0 0 10px;
}
.img-left{
	float:left;
	margin:0 15px 15px 0; padding: 10px 5px;
	border: 1px solid #ccc;
}
.attention{
	margin:0; padding:0 0 0 20px;
	border: dotted #666 1px;
	border-left:solid #07629b 7px;
	color:#345;
	font-size: 20px; font-weight: 600; font-style:italic;
	background:#fcfcfc;
}
.warehouses{
	margin: 0; padding: 0;
	list-style: none;
}
.warehouses li{
	
}
.warehouses li+li{
	margin-top:10px;
}
.warehouses h3{
	margin: 0 0 2px;
}
.detail .box {
    max-width: 49%;
}
.detail .flexslider .slides a {
    width: 110%;
    padding: 10px;
}
.detail .flexslider .slides-nav a {
    padding: 10px;
}
.flexslider .detail .box img {
    max-height: 380px;
    margin: auto
}
#advantages-png{
	display: none;

}
@media (max-width: 1200px) {
	#advantages-png{
		display: block;
	}
	#advantages-main{
		display: none;
	}
}
.main .section_block .mfeedback.send_mail_feedback.send_mail_f2 .mf-name.field{
	height: 75px;
}
.page_franchise .section_7.section{
	display: flex;
}
@media (max-width: 900px) and (min-width: 661px){
	.page_franchise .section_7.section{
		height: 110px;
	}
}
@media (max-width: 740px) and (min-width: 661px){
	.page_franchise .section_7.section{
		height: 150px;
	}
}
.g-recaptcha {
    width: 27rem !important;
}
.custom_captcha {
    padding-top: 0!important;
}
.page_franchise .section_4 .section_block,
.page_franchise .section_15 .section_block {
    height: 41.875rem;
}
.page_franchise .section_15 {
    background: url(images/franchise/trigger_15_bg.jpg) no-repeat;
    background-size: cover;
    background-position: -450px
}
.line_form_captcha .g-recaptcha {
    margin-top: -8px;
    width: auto!important;
}
.section_7 .section_block {
    height: 13.25rem;
}
@media (max-width: 1140px) {
    .wrap_new {
        flex-wrap: wrap;
    }
}
@media (max-width: 900px) and (min-width: 661px) {
    .page_franchise .section_7.section {
        height: 230px;
    }
    .line_form_captcha {
        height: auto!important;
        overflow: visible!important;
    }
    .line_form_captcha > div{
        height: auto!important;
    }
    .page_franchise .section_7.section .section_block{
        max-width: 90vw;
    }
    .rc-anchor-normal-footer {
        visibility: hidden;
    }
}
@media (max-width: 460px) {
    .mobile .section_4 .send_mail_feedback {
        height: auto;
    }
}
@media (max-width: 660px) {
    .mobile .section_4 .section_block {
        height: auto!important;
    }
}
@media (max-width: 661px) {
    .rc-anchor-normal-footer {
        visibility: hidden!important;
    }  
    
    .line_form_captcha {
        height: auto!important;
        overflow: visible!important;
        padding-left: 9px;
    }
    .line_form_captcha > div{
        height: auto!important;
    }
}
iframe .rc-anchor-normal-footer {
    visibility: hidden!important;
} 