*{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.lock {
	overflow: hidden;
}
.action_bg {
	margin-top: 25px;
	padding-top: 50px;
	width: 100%;
	background-image: url(../img/bg_action.png);
	padding: 10px;
	order:2; 
	flex-grow:2;
}
.action_bg_img {
	margin-top: 25px;
	width: 200px;
	height: 200px;
	background-image: url(../img/bg_action.png);
	order:1; 
	flex-grow:1
}

/*------------ MENU NAV ----------- */
.main {
	background-image: url(../img/logo-4s-top-big.png);
    background-size: 100%;
    background-repeat: no-repeat;

   }
.main:hover {
    background-image: url(../img/logo-4s-top-hover-big.png);
   }    
                        /*------------ STYLES OF HAMBURGER  ----------- */
.header_burger {
	display: block;
	width: 30px;
	height: 28px;
	position: relative;
	z-index: 3;
}
.header_burger:before,
.header_burger:after {
	content: '';
	background-color: #FFF;
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	transition: all 0.3s ease 0s;
}
.header_burger:before {
	top: 4;
}
.header_burger:after {
	top: 24;
}
.header_burger span {
	position: absolute;
	background-color: #FFF;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	top: 14px;
	transition: all 0.3s ease 0s;
}
.header_burger.active:before {
	transform: rotate(45deg);
	top: 14;
	background-color: #000;
}
.header_burger.active:after {
	transform: rotate(-45deg);
	top: 14;
	background-color: #000;
}
.header_burger.active span {
	transform: scale(0);
	background-color: #000;
}
                   /*------------ STYLES OF HAMBURGER  ----------- */
                     /*------------ STYLES OF MENU  ----------- */
.header_menu {
	position: fixed;
	top: -100%;
	width: 100%;
	height: 100%;
	background: #FFF;
	padding: 70px 10px 20px 10px;
	overflow: auto;
	transition: all 0.3s ease 0s;
}
.header_menu.active {
	top: 0;
}
.header_menu_cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.header_menu_column {
    flex: 30%;
    max-width: 30%;
    padding: 10 10px;
}
.header_menu_column-1,
.header_menu_column-2 {
    flex: 20%;
    max-width: 20%;
    padding: 10 10px;
}
.header_link {
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 500;
	color: #000;
}
.header_link:hover {
	color: #F00;
}
.header_p {
	margin-bottom: 15px;
	margin-top: 15px;
}
                     /*------------ STYLES OF MENU  ----------- */
                        /*------------ MENU NAV ----------- */
						
                   /*------------header----------- */
.header_part {
	width: 100%;
	background-color: #F5F5F5;
	background-image: url(../img/bg_titul_dark.jpg);
	background-position: center;
	background-repeat: no-repeat;	
	margin:0 auto;
	z-index: 2;
}
.header_container {
	width: 100%;
	max-width: 1297px;
	height: 70px;
	margin:0 auto;
}
.header_content {
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	display: flex;
    flex-wrap: nowrap;
	vertical-align: middle;
}
                   /*----------------------- */
.header_fixed{
    position: fixed;
    top: 0;
    left: 0;
	background-image: url(../img/bg_titul_dark_fix.jpg);
	background-position: center;
	background-repeat: no-repeat;
    animation-name: show_header;
    animation-duration: 3s;
}

@keyframes show_header{
    0% {
        opacity: 0;
        top: -70px;
    }
    
    100% {
        opacity: 1;
        top: 0;
    }
}
                   /*-----------titul------------ */

.logo__pic{
    display: block;
    max-width: 100%;
    height: auto;
    width: 50px;
    margin:  0 auto;
}
.frame_bottom {
	border: 2px solid #FFF;
}

.cell_order {
	background: none;
}
.cell_order:hover{
	background: url(../img/bg_bottom_order.png);
}
.order_link {
	text-decoration:none;
}
			 /*----------------------- */
.face {
	background-image:url(../img/bg_titul.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color: #F5F5F5;
}
.face-table {
	height: 400px;
	width: 100%;
	max-width: 1297px;
}
.logo-4S-tiul {
	width: 150px;
	height: 150px;
}
.meta-titul-name {
	width: 700px;
	height: 400px;
	margin-top: 25px;
}
.titul-name {
	width: 700px;
	height: 250px;
	background-image:url(../img/bg_titul-name.png);
}
.titul-text-bold {
	font-family:'Montserrat', sans-serif;
	font-weight:600;
	font-size:36px;
	color:#000;
}
.titul-text {
	font-family:'Montserrat', sans-serif;
	font-size:28px;
	color:#000;
}
.titul-text-action {
	font-family:'Montserrat', sans-serif;
	font-weight:600;
	font-size:36px;
	color: #F00;
}
.titul-text-action:hover {
	font-family:'Montserrat', sans-serif;
	font-weight:600;
	font-size:36px;
	color: #00C;
}


/*------------square----------- */
	
.square_part {
	width: 100%;
	background-color: #CCC;
	margin:0 auto;
}
.square_container {
	width: 100%;
	max-width: 1297px;
	background-color: #FFF;
	margin:0 auto;
}
.square_content {
	width: 1000px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.square_benefits {
	background-image:url(../img/square_benefits_125.png);
	width: 125px;
	height: 125px;
	text-align: center;
	vertical-align: middle;
	margin-top: 30px;
	margin-bottom: 30px;
}
.square_text {
	font-family:'Montserrat', sans-serif;
	font-size:16px;
	font-weight: 600;
	color: #000;
	margin: 0 auto;
}
                   /*----------------------- */
#upbutton {
    background: url(../img/button_top.png) no-repeat top left;
	background-size: 100%;
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
  }				   

                   /*------------1240 ----------- */
@media (max-width: 1240px){
.top {
	width: 900px;}
.header_content{
    max-width: 900px;
}
.op-name-mail {
}
.top-order {
}
.square_content {
	width: 900px;
}
}
                   /*------------991 ----------- */
@media (max-width: 991px){
.top {
	width: 760px;}
.header_content{
    max-width: 760px;
}
.top-name-mail {
}
.top-order {
	display:none;
}
.square_content {
	width: 760px;
}

}
                   /*------------767 ----------- */
@media (max-width: 767px){
.header_link {
	font-size: 26px;
}
.header_p {
	margin-bottom: 10px;
	margin-top: 10px;
}
	
.top {
	width: 470px;}
.header_content{
    max-width: 470px;
}
.top-name-mail {
	display:none;
}
.top-order {
	display:none;
}
.logo-4S-tiul {
	width: 150px;
	height: 150px;
	display: none;
}
.meta-titul-name {
	width: 100%;
	height: 250px;
	margin-top: 150px;
}

.titul-name {
	width: 100%;
}

.face {
	background-image:url(../img/bg_titul_mono.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color: #CCC;
}
.face-table {
	height: 450px;
}
.header_menu_column {
    flex: 50%;
    max-width: 50%;
    padding: 10 10px;
}
.header_menu_column-1 {
	display: none;
}

.square_content {
	width: 315px;
}

}
                   /*------------479 ----------- */
@media (max-width: 479px){
.header_link {
	font-size: 20px;
}
.top {
	width: 315px;}
.header_content{
    max-width: 315px;
}
.top-name-mail {
	display:none;
}
.top-order {
	display:none;
}
.titul-text-bold {
	font-family:'Montserrat', sans-serif;
	font-weight:500;
	font-size:24px;
	color:#000;
}
.titul-text {
	font-family:'Montserrat', sans-serif;
	font-size:18px;
	color:#000;
}
.header_menu_column {
    flex: 100%;
    max-width: 100%;
    padding: 10 10px;
}

.square_content {
	width: 300px;
	justify-content: center;
}
.square_benefits {
	background-image:url(../img/square_benefits_100.png);
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.square_text {
	font-size:13px;
	font-weight: 600;
}
.face-table {
	height: 300px;
}
.meta-titul-name {
	width: 100%;
	height: 250px;
	margin-top: 70px;
}
.titul-name {
	height: 180px;
}

