@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,700,700italic,400italic&subset=latin,cyrillic);

html,body{     
    width: 100%;
    background: #fff;    
	font-family: 'Fira Sans', sans-serif;
	position: relative;
    color: #595959;
    font-size: 18px;
    line-height: 1.2;
}
.clearfix:after{
    content: '';
    display: table;
    clear: both;
}
.browsehappy{
    padding: 15px 0;
    background-color: red;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.browsehappy a{color: blue;}
.unvis-text{
    display: block;
    text-indent: -9999px;
}
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
ul,li{    
    margin:0;
    padding: 0;
    list-style: none;
}
h1,h2, h3{
    margin: 0;
    padding: 0;
}
.cont{
    /*height: 100%;*/
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
	position: relative;
}
.trans{
    -webkit-transition: .25s;
	   -moz-transition: .25s;
	    -ms-transition: .25s;
	     -o-transition: .25s;
	        transition: .25s;	
}
a, a:hover, a:focus{
	outline: none;
	text-decoration: none;
}
/*main-menu*/
.main-menu{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;    
    z-index: 2;
}
.main-menu .cont{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 17px;
    padding-bottom: 18px;
    height: 75px;
}
.main-menu-item{
    float: left;
    margin-right: 36px;
}
.main-menu-item:last-child{margin-right: 0;}
.main-menu-link,
.main-menu-link-na{
	display: block;
	line-height: 42px;
	font-weight: bold;
    text-transform: uppercase;
	color: #fff;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.2);
}



.mob-menu-toogle{
	display: none;
	position: absolute;
	top: 26px;
	left: 15px;
	color: #ff8d17;
	font-size: 20px;	
	line-height: 20px;
	z-index: 3;	
	cursor: pointer;
}
.mob-menu-button{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 24px;
	height: 20px;
	margin-left: 5px;
}
.mob-menu-line,
.mob-menu-line:before,
.mob-menu-line:after{
	content: '';
	display: block;
	width: 24px;
	height: 4px;
	background: #ff8d17;
	position: absolute;
	left: 0;
}
.mob-menu-line{top: 50%; margin-top: -2px;;}
.mob-menu-line:after{bottom: -8px;}
.mob-menu-line:before{top: -8px;}
#main-menu #header-cont-block{display: none;}
.mob-menu-toogle.visible .mob-menu-line:before{display: none;}
.mob-menu-toogle.visible .mob-menu-line{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mob-menu-toogle.visible .mob-menu-line:after{
	-webkit-transform: rotate(90deg) translate(-8px, 0);
	transform: rotate(90deg) translate(-8px, 0);
}
/*header*/
.header{
    min-height: 1320px;
    background: url(../images/fon.png) #252525;    
}
.header-bg{
    background: url(../images/header.png) center top no-repeat;
    background-size: contain;
}
.header-black{
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 60px;
}
.top-button{
    width: 241px;
    height: 39px;
    line-height: 41px;
    position: absolute;
    right: 15px;
    top: 17px;
    border-radius: 3px;
    background: url(../images/tel.png) 15px 11px no-repeat #ff8d17;
    padding-left: 42px;
    text-transform: uppercase;
    color: #48304c;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 0 0 rgba(47, 17, 0, 0.1);
}
.intro-text{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-top: 130px;
    margin-bottom: 54px;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
}
.intro-text span{font-size: 40px;}

h1{
    width: 100%;
    max-width: 570px;
    position: relative;
    padding: 44px 0 17px 25px;
    margin-bottom: 90px;
    color: #ff8d17;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 48px;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
    overflow: hidden;
}

h1 span{
    display: block;
    margin-bottom: 26px;
    font-size: 30px;
    text-transform: none;
}
h1:before,
h1:after{
    content: '';
    display: block;
    position: absolute;
}
h1:before{
    background: url(../images/corn1.png) 0 0 no-repeat;
    width: 100%;
    max-width: 266px;
    height: 73px;
    top: 0;
    left: 0;
}
h1:after{
    background: url(../images/corn2.png) right bottom no-repeat;
    width: 100%;
    max-width: 543px;
    height: 133px;
    bottom: 0;
    right: 0;
}
.desc-text{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 150px;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
}
.desc-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.desc-item{
    position: relative;
    width: 100%;
    max-width: 310px;
    margin-bottom: 40px;
    padding-top: 17px;
    background: url(../images/corn3.png) 0 0  no-repeat;
    color: #ff8d17;
    font-size: 19px;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
}
.desc-item img{border: 3px solid #ff8d17;}
.desc-item span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 173px;
    white-space: nowrap;
}
/*footer*/
.footer{background: #595959;}
.footer .cont{
    height: 81px;
    padding: 20px 15px 22px 15px;
}
.footer .top-button {top: 20px;}
.footer .main-menu-link {line-height: 47px;}

/*section*/
.section{
    padding-top: 70px;
    padding-bottom: 90px;
}
.headblock{
    width: 100%;
    max-width: 410px;
    float: left;
    position: relative;
    text-align: right;
}
.headblock:before,
.headblock:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    background: #ff8d17;    
}
.headblock:before{
    height: 5px;
    width: 100%;
    max-width: 415px;
}
.headblock:after{
    height: 61px;
    width: 5px;
}
.headblock h2{
    font-size: 36px;
    color: #595959;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 54px;
    margin-bottom: 50px;
}
.headblock h2 span{color: #ff8d17;}
.headblock img{
    border: 5px solid #ff8d17;
    display: block;
    width: 100%;
}


.listblock{padding-left: 490px;}

.section-item{
    position: relative;
    min-height: 36px;
    margin-bottom: 35px;
    padding-left: 70px;
    color: #595959;
    font-size: 19px;
    font-weight: bold;
    padding-top: 9px;
}
.section-item:last-child{margin-bottom: 0;}
.section-item:before{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icons-sprite.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 9px;
}
.section-desc{
    padding-top: 80px;    
    text-align: center;
    font-size: 24px;
    color: #595959;
    font-weight: bold;
}
.section-desc span{color: #ff8d17;}
.patern1{
    height: 212px;
    background: url(../images/patern1.png) 0 0 repeat-x;
}
.patern1{
    text-align: center;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
    color: #fff;
    padding-top: 75px;
}
.patern1 h2{
    font-size: 36px;    
    font-weight: bold;
    text-transform: uppercase;
}

.pattern-desc{font-size: 24px;}

.section-2 h2{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 12px;
    text-align: center;
}
.section-2-desc{margin-bottom: 60px;}
.step-item{
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: bold;
}
.step-item span,
.step-item li{
    font-size: 18px;
    font-weight: normal;
}
.step-item span{
    display: block;
    padding-top: 6px;
}
.step-item:last-child{margin-bottom: 0;}

.step-img{
    width: 490px;
    border: 5px solid #ff8d17;
    position: relative;
}
.step-img img{
    display: block;
    width: 100%;
}
.step-item:nth-child(odd) .step-img{float: left;}
.step-item:nth-child(even) .step-img{float: right;}
.step-item .step-img:before{
    position: absolute;
    display: block;
    width: 114px;
    height: 114px;
    background: #ff8d17;
    color: #fff;
    text-shadow: 0 4px 0 rgba(2, 2, 2, 0.2);
    font-weight: bold;
    font-size: 96px;
    text-align: center;
    top: 50%;
    margin-top: -57px;   
    line-height: 122px;
}
.step-item:nth-child(odd) .step-img:before{right: 0;}
.step-item:nth-child(even) .step-img:before{left: 0;}
.step-item:nth-child(1) .step-img:before{content: '1';}
.step-item:nth-child(2) .step-img:before{content: '2';}
.step-item:nth-child(3) .step-img:before{content: '3';}
.step-item:nth-child(4) .step-img:before{content: '4';}
.step-item:nth-child(5) .step-img:before{content: '5';}

.step-item:nth-child(odd) .step-text{padding-left: 560px;}
.step-item:nth-child(even) .step-text{padding-right: 560px;}
.step-wrap{
    width: 100%;
    height: 242px;
    display: table-cell;
    vertical-align: middle;
}
.step-item li{
    margin-top: 7px;
    padding-left: 49px;
    position: relative;
    min-height: 36px;
}
.step-item li:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icons-sprite.png) 0 -36px no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: -2px;
}
.grey-section{
    position: relative;
    background: url(../images/patern2.png);
}
.greycolor-section{
    position: relative;
    background: #f8f8f8;
}
.section-3{padding-top: 115px;}
.section-13 .section-item:before,
.section-3 .section-item:before {background: url(../images/icons-sprite.png) 0 -72px no-repeat;}
.grad-angle-grey {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg,#ecebeb 25%,transparent 25%,transparent 75%,#ecebeb 75%,#ecebeb), linear-gradient(-45deg, #ecebeb 25%, transparent 25%, transparent 75%, #ecebeb 75%, #ecebeb);
    background-image: -moz-linear-gradient(45deg,#ecebeb 25%,transparent 25%,transparent 75%,#ecebeb 75%,#ecebeb), -moz-linear-gradient(-45deg, #ecebeb 25%, transparent 25%, transparent 75%, #ecebeb 75%, #ecebeb);
    background-image: -webkit-linear-gradient(45deg,#ecebeb 25%,transparent 25%,transparent 75%,#ecebeb 75%,#ecebeb), -webkit-linear-gradient(-45deg, #ecebeb 25%, transparent 25%, transparent 75%, #ecebeb 75%, #ecebeb);
    background-image: -o-linear-gradient(45deg,#ecebeb 25%,transparent 25%,transparent 75%,#ecebeb 75%,#ecebeb), -o-linear-gradient(-45deg, #ecebeb 25%, transparent 25%, transparent 75%, #ecebeb 75%, #ecebeb);
    background-image: -ms-linear-gradient(45deg,#ecebeb 25%,transparent 25%,transparent 75%,#ecebeb 75%,#ecebeb), -ms-linear-gradient(-45deg, #ecebeb 25%, transparent 25%, transparent 75%, #ecebeb 75%, #ecebeb);
}
.grad-angle-greylight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg,#f8f8f8 25%,transparent 25%,transparent 75%,#f8f8f8 75%,#f8f8f8), linear-gradient(-45deg, #f8f8f8 25%, transparent 25%, transparent 75%, #f8f8f8 75%, #f8f8f8);
    background-image: -moz-linear-gradient(45deg,#f8f8f8 25%,transparent 25%,transparent 75%,#f8f8f8 75%,#f8f8f8), -moz-linear-gradient(-45deg, #f8f8f8 25%, transparent 25%, transparent 75%, #f8f8f8 75%, #f8f8f8);
    background-image: -webkit-linear-gradient(45deg,#f8f8f8 25%,transparent 25%,transparent 75%,#f8f8f8 75%,#f8f8f8), -webkit-linear-gradient(-45deg, #f8f8f8 25%, transparent 25%, transparent 75%, #f8f8f8 75%, #f8f8f8);
    background-image: -o-linear-gradient(45deg,#f8f8f8 25%,transparent 25%,transparent 75%,#f8f8f8 75%,#f8f8f8), -o-linear-gradient(-45deg, #f8f8f8 25%, transparent 25%, transparent 75%, #f8f8f8 75%, #f8f8f8);
    background-image: -ms-linear-gradient(45deg,#f8f8f8 25%,transparent 25%,transparent 75%,#f8f8f8 75%,#f8f8f8), -ms-linear-gradient(-45deg, #f8f8f8 25%, transparent 25%, transparent 75%, #f8f8f8 75%, #f8f8f8);
}
.grad-angle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff), linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff), -moz-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff), -webkit-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -o-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff), -o-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -ms-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff), -ms-linear-gradient(-45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
}
.then{
    font-size: 36px;
    color: #595959;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 34px;
    text-align: right;
}
.then span {color: #ff8d17;}
.section-4{
    position: relative;
    background: url(../images/bg2.jpg) center 0 no-repeat;
    background-size: cover;
    padding-top: 75px;
    text-align: center;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.patern-up{
    margin-top: -10px;
    position: relative;
    padding-top: 55px;
}
.section-4 h2{
    font-size: 36px;
    margin-bottom: 36px;
}
.why{
    color: #ff8d17;
    margin-bottom: 55px;
}
.section-4-desc{margin-bottom: 118px;}
.pattern-text{font-size: 24px;}

.section-11 > h2,
.section-5 > h2{
    text-transform: uppercase;
    color: #ff8d17;
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
}
.headblock h2 > div{
    font-size: 26px;
    padding-top: 8px;
}

.shema-title{
    padding-top: 80px;
    margin-bottom: 28px;
    color: #ff8d17;
    text-transform: uppercase;
    font-size: 24px;
}
.shema-list{
    text-align: left;    
    color: #ff8d17;
}
.shema-list li{
    list-style: disc;
    margin-bottom: 10px;
}
.shema-list li span{color: #595959;}

ol li {
    list-style: decimal;
    font-weight: normal;
    font-size: 18px;
    margin-top: 8px;
}
ol{padding-left: 30px;}
.section-5 .section-item,
.section-6 .section-item,
.section-7 .section-item,
.section-8 .section-item,
.section-9 .section-item,
.section-10 .section-item{font-weight: normal;}

.section-11 .headblock:before, 
.section-11 .headblock:after,
.section-12 .headblock:before, 
.section-12 .headblock:after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}
.section-11 .headblock img,
.section-12 .headblock img{
    border: none;
    width: 185px;
    float: left;
    margin-bottom: 40px;
}
.pers-name{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
}
.pers-name span{
    font-size: 26px;
    display: block;
    margin-bottom: 6px;
}
.pers-strong {
    text-transform: uppercase;
    color: #ff8d17;
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    clear: both;
    margin-bottom: 23px;
}
.section-11 .headblock,
.section-12 .headblock{padding-bottom: 42px;}
.section-12 .headblock{float: right;}
.section-12 .listblock {padding-right: 490px; padding-left: 0;}

.pers-desc{
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}
.section-11 .listblock b,
.section-12 .listblock b,
.section-11 .listblock span,
.section-12 .listblock span{
    display: block;
    margin-bottom: 19px;
}

.litlist{margin-bottom: 30px;}
.litlist li{
    margin-bottom: 10px;
    list-style: disc;
}

.section-13 h2{font-size: 35px;}
.section-13{padding-bottom: 60px;}

.section-14{
    min-height: 619px;
    background: url(../images/bg3.jpg) center 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 95px 0 65px 0;
    color: #fff;
    font-weight: bold;
}
.section-14 h2{
    text-align: center;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
    font-size: 38px;
    margin-bottom: 66px;
}

.section-14-item{
    width: 48%;
    float: left;
    position: relative;
    min-height: 36px;
    margin-bottom: 20px;
    padding: 5px 0 0 63px;
    font-size: 24px;
}
.section-14-item:nth-child(even){float: right;}
.section-14-item:nth-child(2n+3){clear: both;}

.section-14-item:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icons-sprite.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 0;
}

.section-15{
    height: 482px;
    background: url(../images/patern3.png) 0 0 repeat-x;
    margin-top: -10px;
    position: relative;
    text-align: center;
    padding: 56px 0 62px 0;
}

.section-15 h2{
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
    font-size: 36px;
    margin-bottom: 43px;
    text-transform: uppercase;
}

.sec15-desc{
    color: #fff;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
    font-size: 24px;
    margin-bottom: 68px;
}
.black-title{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 14px;
}
.section-16{text-align: center;}
    
.section-16 h2 {
    text-transform: uppercase;
    color: #ff8d17;
    font-size: 36px;
    margin-bottom: 34px;
    font-weight: bold;
}

.sec16-desc {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 70px;
}


.price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.price-block{
    width: 273px;
    padding: 23px 0 20px 0;
    background: #f8f8f8;
    border-radius: 8px;
    border-bottom: 5px solid #e5e5e5;
    float: left;
    box-shadow: 0 1px 4px rgba(229, 229, 229, 0.75) inset;
}
.price-col{
    width: 273px;
    height: 122px;
    display: table-cell;
    vertical-align: middle;
    background: url(../images/patern4.png) 0 0 repeat-x;
    color: #fff;
    text-shadow: 0 2px 0 rgba(2, 2, 2, 0.3);
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;    
}
.price-col span{display: block;}
.price-numb{
    line-height: 108px;
    font-size: 60px;
    font-weight: bold;
}
.price-button{
    display: block;
    width: 232px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #ee7028;
    box-shadow: 0 1px 0 1px #ffb535 inset, 0 2px 3px rgba(0, 0, 0, 0.75);
    background: #ff9819;
    background: -moz-linear-gradient(top,  #ff9819 0%, #dd7112 100%);
    background: -webkit-linear-gradient(top,  #ff9819 0%,#dd7112 100%);
    background: linear-gradient(to bottom,  #ff9819 0%,#dd7112 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9819', endColorstr='#dd7112',GradientType=0 );
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0 -1px 1px rgba(132, 5, 5, 0.84);
    margin-top: 16px;
}
.price-button:hover{
    box-shadow: none;
    text-shadow: none;
}
.price-desc{
    font-size: 20px;
    margin-bottom: 25px;
}
.price-block:first-child{height: 360px;}







#mask {
 background-color: #000;
 display: none;
 left: 0;
 position: fixed;
 top: 0;
 z-index: 9000
}
#boxes {
 background: #fff5de;
 display: none;
 left: 50%;
 margin-left: -315px;
 position: fixed;
 top: 20%;
 width: 630px;
 z-index: 9001;
 border-radius: 10px;
 padding: 20px
}
.dialog {
 position: relative;
 padding: 30px;
 font-size: 18px;
 font-family: 'Arial' sans-serif;
 line-height: normal
}
#dialog-close {
 position: absolute;
 top: -16px;
 right: -20px;
 height: 40px;
 width: 40px;
 background: url('../images/cross_close.png') 0 0 no-repeat;
 cursor: pointer
}
.flogo {
 height: 94px;
 background: url('../images/form_logo.png') 0 0 no-repeat;
 padding-left: 90px;
 color: #5a3e1d;
 font-weight: bold;
 font-size: 22px;
 padding-top: 20px;
 line-height: 26px
}
#dialog-out input[type="text"] {
 background: url('../images/input_text.png') 0 0 repeat;
 border: 0 none;
 color: #5a3e1d;
 font-size: 13px;
 height: 27px;
 margin-top: 10px;
 padding: 0 10px;
 width: 210px
}
#dialog-out span {
 display: inline-block;
 font-weight: bold;
 color: #ff6116;
 font-size: 20px;
 padding-top: 10px;
 padding-left: 10px
}
#dialog-out span.np {
 padding-left: 0
}
#dialog-out span.nps {
 padding: 0
}
#dialog-out u {
 display: block;
 color: grey;
 font-size: 12px;
 text-decoration: none
}
#dialog-out .s {
 display: none
}
#dialog-out input[type="button"] {
 background: url('../images/sp_submit.png') center top no-repeat;
 border: medium none;
 color: #fff;
 font-size: 12px;
 height: 42px;
 margin: 0 auto;
 display: block;
 width: 191px;
 cursor: pointer
}
#dialog-out input[type="button"]:hover {
 background: url('../images/sp_submit.png') center bottom no-repeat;
}
@media screen and (max-width: 800px) {
 #boxes {
  left: 50%;
  margin-left: -200px;
  top: 20%;
  width: 400px
 }
}
@media screen and (max-width: 500px) {
 #boxes {
  left: 50%;
  margin-left: -110px;
  top: 20%;
  width: 230px;
  padding: 0;
  padding: 5px
 }
 #dialog-out .w {
  display: none
 }
 #dialog-out .s {
  display: block
 }
 #dialog-out input[type="button"] {
  margin-top: 10px
 }
}

.cbw {
 margin-top: 20px;
 margin-bottom: 20px;
 color: grey;
 font-size: 12px
}
.cbw span {
 font-size: 12px !important;
 font-weight: normal !important;
 padding: 0 !important;
 cursor: pointer
}
.cbw span:hover {
 text-decoration: underline
}
.cbw input {
 vertical-align: top;
 margin: 0 3px 0 0;
 width: 8px;
 height: 8px
}
.cbw input + label {
 cursor: pointer
}
.cbw input:not(checked) {
 position: absolute;
 opacity: 0
}
.cbw input:not(checked) + label {
 position: relative;
 padding: 0 0 0 18px
}
.cbw input:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border: #b96b0f 2px solid
}
.cbw input:checked + label:before {
  background: url('https://mmkc.su/bitrix/templates/mmkc/img/checker.png') -1px -3px no-repeat
}