* {margin:0; padding:0;}

html,body{
	width: 100%;
	height: 100%;
	background:#FFF;
	color:#5e6468;
    font-size:14px;
    font-family: "MyriadProRegular";
}
h1,h2,h3,h5,h6{
    font-weight:normal;
}
h1{
    font-size:24px;
    color:#5e6468;
    margin-bottom:17px;
}
h2{
    font-size:20px;
    color:#5e6468;
	margin-top: 10px;
    margin-bottom:20px;
}
h3{
    font-size:18px;
    color:#5e6468;
	margin-top: 10px;
    margin-bottom:20px;
}
h4{
    font-size:18px;
    margin-bottom:15px;
    font-family: "MyriadProBold";
}
a.agrey:link{
    color: #ffffff;
}
a.agrey:hover{
    text-decoration:none;
}
a{
    color:#f7941e;
}
a:hover{
    text-decoration:none;
}

ul{
    list-style:none;
}
img{
    max-width:100%;
    border:none;
}
input,textarea{ 
    outline:none;
}
textarea{
    overflow:hidden;
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
table{
    border-collapse:collapse;
}
.content {
    flex: 1 0 auto;
}
.copy-box {
    flex: 0 0 auto;
}
.top-bar-line{
    width:100%;
    height:96px;
    display:none;
}
.top-bar{
    height:74px;
    position:relative;
    z-index:5;
    padding:10px 0 12px 0;
    background: #414d6a;
    background: -moz-linear-gradient(top, #414d6a 0%, #273555 100%);
    background: -webkit-linear-gradient(top, #414d6a 0%,#273555 100%);
    background: linear-gradient(to bottom, #414d6a 0%,#273555 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414d6a', endColorstr='#273555',GradientType=0 );
    box-shadow:0 0 5px 1px #6f7273;
}
.container{
    max-width:975px;
    margin:0 auto;
}
.logo-box{
    float:left;
}
.top-nav-box{
    padding-top:20px;
    float:right;
}
.top-nav{
    height:34px;
}
.top-nav-button{
    width:24px;
	height:22px;
	padding:2px 2px;
	margin-right:10px;
	margin-top:7px;
	border:2px solid #009fe3;
	cursor:pointer;
	float:left;
	border-radius:3px;
}
.head-nav-line{
    margin:3px 0;
	height:2px;
	background:#009fe3;
}
.top-nav-button:hover .head-nav-line{
    background:#364361;
}
.top-nav-button:hover{
    background:#009fe3;
}
.top-nav ul li{
    float:left;
    margin-left:4px;
    position:relative;
    z-index:0;
}
.top-nav ul li:first-child{
	text-align: right;
	margin-right:0;
}
.top-nav ul li a{
    padding:0 35px;
    height:34px;
    line-height:34px;
    display:block;
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
    color:#FFF;
    border-radius:10px;
    position:relative;
    z-index:2;
}
.top-nav ul li.parents>a:after{
    content:'';
    width:7px;
    height:7px;
    position:absolute;
    z-index:-1;
    right:10px;
    top:50%;
    margin-top:-3.5px;
    background:url(../images/icons/nav-arrow.png) no-repeat center center;
    display:none;
}
.top-nav ul li.parents:hover>a:after{
    display:block;
}
.top-nav ul li.active>a,
.top-nav ul li:hover>a{
    background:#868fa3;
    color:#FFF;
}
.top-nav ul li:hover ul{
    display:block;
}
.top-nav ul ul{
    width:200px;
    padding:25px 10px;
    position:absolute;
    z-index:1;
    top:20px;
    right:0;
    background:#212d44;
	background-color: rgba(33, 45, 68, 0.85);
    border-radius:10px;
    display:none;
}
.top-nav ul ul li{
    float:none;
    margin:5px 0;
}
.top-nav ul ul li a{
	text-align: right;
	margin-right: 0;
    padding:0;
    line-height:normal;
    height:auto;
    font-size:14px;
    color:#FFF;
    text-decoration:none;
    text-transform:none;
    border-radius:0;
}
.top-nav ul ul li:hover>a{
    background:transparent;
    text-decoration:underline;
}
.slider-bar{
    position:relative;
    z-index:1;
    background:#364361 url(../images/slider-fon2.jpg) no-repeat center center;
    background-size:auto 100%;
    
}
.slider-bar:after{
    content:'';
    width:100%;
    height:5px;
    display:block;
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    background: #131721;
    opacity:0.4;
    background: -moz-linear-gradient(top, #131721 0%, #323f5e 100%);
    background: -webkit-linear-gradient(top, #131721 0%,#323f5e 100%);
    background: linear-gradient(to bottom, #131721 0%,#323f5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131721', endColorstr='#323f5e',GradientType=0 );
}
.slider-block{
    padding:65px 0 45px 0;
    background:url(../images/slide-bg3.png) no-repeat center center;
    background-size:cover;
}
.slide-cont{
    max-width:645px;
    min-height:190px;
    margin:0 auto;
    overflow:hidden;
}
.slide-icon{
    width:175px;
    float:left;
}
.slide-text{
    margin-left:180px;
    font-size:16px;
    color:#FFF;
}
.slide-title{
    font-size:51px;
    line-height:51px;
    border-bottom:1px solid #FFF;
    padding-bottom:15px;
    margin-bottom:10px;
}
.slide-price{
    text-align:right;
    font-size:24px;
    line-height:24px;
}
.service-bar{
    padding:15px 0 15px 0;
    background:#364361 url(../images/service-fon2.jpg) no-repeat center center;
    background-size:auto 100%;
    position:relative;
    z-index:0;
}
.service-bar:after{
    content:'';
    width:100%;
    height:4px;
    display:block;
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    background: #364361;
    opacity:0.9;
    background: -moz-linear-gradient(top, #364361 0%, #868fa3 100%);
    background: -webkit-linear-gradient(top, #364361 0%,#868fa3 100%);
    background: linear-gradient(to bottom, #364361 0%,#868fa3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364361', endColorstr='#868fa3',GradientType=0 );
}
.service-block{
    color:#FFF;
    text-align:center;
	zoom:1;
}
.service-box{
    width:195px;
    height:90px;
    display:inline-block;
    vertical-align:top;
    text-align:left;
	zoom:1;
	margin-left:-0.25em;
}
.service-box-title{
    font-size:20px;
    margin-bottom:7px;
}
.service-box-title span{
    font-size:16px;
}
.service-box-cont{
    overflow:hidden;
}
.service-cont-left{
    width:70px;
    float:left;
}
.service-cont-text{
    margin-left:70px;
    font-size:15px;
    line-height:14px;
}
.service-price{
    min-height:34px;
}
.about-button{
    width:80px;
    height:24px;
    line-height:24px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    color:#FFF;
    font-size:12px;
    display:block;
    background:#1e2940;
    border-radius:10px;
}
.about-button:hover{
    background:#f7941e;
}
.hit{
    width:34px;
    height:15px;
    line-height:15px;
    display:inline-block;
    text-align:center;
    color:#FFF;
    font-size:12px;
    text-transform:uppercase;
    font-family:Arial, sans-serif;
    font-family: "MyriadProBold";
    background:#f7941e;
    margin:0 5px;
    position:relative;
}
.contacts-bar{
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #cdcdcd 100%);
    background: -webkit-linear-gradient(top, #ededed 0%,#cdcdcd 100%);
    background: linear-gradient(to bottom, #ededed 0%,#cdcdcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#cdcdcd',GradientType=0 );
    border-top:1px solid #aeaeae;
    border-bottom:1px solid #aeaeae;
    padding:8px 0 1px ;
    position:relative;
    z-index:0;
}
.contacts-bar:after{
    content:'';
    width:100%;
    height:4px;
    display:block;
    position:absolute;
    z-index:-1;
    left:0;
    bottom:-4px;
    opacity:0.9;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #ebebeb 0%,#f0f0f0 100%);
    background: linear-gradient(to bottom, #ebebeb 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f0f0f0',GradientType=0 );
}
.contacts-top{
    overflow:hidden;
    color:#4f4f4f;
}
.contacts-top-left{
    width:315px;
    float:left;
    font-size:19px;
    line-height:20px;
}
.contacts-top-left p{
    margin-bottom:4px;
}
.call-order{
    padding:0 20px;
    height:24px;
    line-height:24px;
    font-size:16px;
    text-decoration:none;
    color:#FFF;
    text-transform:uppercase;
    background:#f7941e;
    display:inline-block;
    border-radius:10px;
    box-shadow:0 0 2px 1px #b1b1b1;
}
.call-order:hover{
    background:#303d58;
}
.contacts-top-right{
    margin-left:320px;
}
.top-tel{
    text-align:right;
}
.top-tel-box{
    width:200px;
    height:50px;
    padding:0 8px 0 8px;
    display:inline-block;
    vertical-align:top;
    position:relative;
    z-index:0;
}
.top-tel-box:before{
    content:'';
    width:1px;
    height:100%;
    display:block;
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d1d1d1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d1d1d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 );
}
.tel-icon{
    text-decoration:none;
    color:#4f4f4f;
    font-size:23px;
	font-family: "MyriadProRegular";
	font-weight: bold;
	letter-spacing: -1px;
    padding:0px 0px 6px 20px;
    display:block;
    background:url(../images/icons/tel2.png) no-repeat left top;
}
.tel-icon:hover{
    color:#e5891c;
}
.tel-city{
    text-align:right;
    font-size:14px;
    color:#4f4f4f;
    line-height:13px;
}
.main-content{
    padding:17px 0 40px 0;
}
.right-bar{
    width:100%;
    margin-left:-310px;
    float:left;
}
.right-bar-cont{
    margin-left:310px;
}
.left-bar{
    width:290px;
    float:right;
}
.left-bar img{
    border:none;
}
.nav-box{
    margin-bottom:25px;
}
.nav-box-title{
    background:#354360;
    padding:10px 0;
    text-align:center;
    font-family: "MyriadProBold";
    color:#FFF;
    font-size:18px;
    border-radius:10px;
    margin-bottom:3px;
    position:relative;
    z-index:0;
}
.nav-box-title:before{
    content:'';
    width:9px;
    height:9px;
    position:absolute;
    z-index:-1;
    left:15px;
    top:50%;
    margin-top:-4.5px;
    background:url(../images/icons/left-arrow.png) no-repeat center center;
}
.service-nav ul li{
    border-top:1px solid #cfcfcf;
    padding:3px 0;
}
.service-nav ul li a{
    min-height:18px;
    font-size:16px;
    line-height:16px;
    color:#5e687e;
    font-family: "MyriadProBold";
    text-decoration:none;
    display:block;
    padding:7px 50px 7px 20px;
    position:relative;
    z-index:0;
    border-radius:10px;
}
.service-nav ul li a:after{
    content:'';
    width:24px;
    height:24px;
    position:absolute;
    z-index:1;
    right:15px;
    top:50%;
    margin-top:-12px;
    background:#FFF url(../images/icons/serv-nav-arrow.png) no-repeat center center;
    border-radius:100%;
}
.service-nav ul li a span{
    display:block;
    font-weight:normal;
    font-family: "MyriadProRegular";
}
.service-nav ul li a:hover,
.service-nav ul li.active>a{
    background:#868fa3;
    color:#FFF;
}
.blue-box{
    background:#868fa3;
    color:#FFF;
    margin-bottom:30px;
    border-radius:10px;
}
.blue-box-title{
    text-align:center;
    padding:15px 20px;
    font-size:18px;
    font-family: "MyriadProBold";
    border-bottom:1px solid #cfcfcf;
}
.blue-box-cont{
    padding:15px 20px;
}
.blue-box-cont-r{
    width: 200px;
	text-align: center;
	padding:15px 20px;
}
.grey-button{
    background:#e2e2e2;
    text-align:center;
    padding:10px 5px;
    text-align:center;
    display:block;
    text-decoration:none;
    font-size:20px;
    color:#868fa3;
    border-radius:10px;
}
.grey-button:hover{
    background:#FFF;
}
.text-box+div{
    margin-top:20px;
}
.text-box p{
    margin-bottom:15px;
}
.text-box p:last-child{
    margin-bottom:0;
}
.text-box ul{
    margin:0 0 15px 20px;
    list-style-image:url(../images/icons/list.png);
}
.text-box ul li{
    margin:2px 0;
}
.text-box ol{
    margin:0 0 15px 20px;
}
.blue-button{
    background:#cc2689;
    text-align:center;
    padding:20px 5px;
    display:block;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:20px;
    color:#FFF;
    border-radius:10px;
}
.blue-button1{
    background:#4b6294;
    text-align:center;
    padding:20px 5px;
    display:block;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:18px;
    color:#FFF;
    border-radius:10px;
}
.blue-button2{
    background:#4b6294;
    text-align:center;
    display:block;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:18px;
    color:#FFF;
    border-radius:5px;
}
.blue-button:hover{
    background:#f7941e;
}
.blue-button1:hover{
    background:#f7941e;
}
.blue-button2:hover{
    background:#f7941e;
}
.benefit-row{
    overflow:hidden;
    margin-bottom:15px;
	margin-top:20px;
}
.benefit-icon{
    width:75px;
    float:left;
    padding-top:5px;
}
.benefit-text{
    margin-left:75px;
    line-height:15px;
    padding-right:20px;
}
.block-box{
    margin-bottom:25px;
}
.block-box:last-child{
    margin-bottom:0;
}
.works-block img{
    margin-bottom:5px;
	border:none;
}
.works-block-r{
    margin-bottom:5px;
}
.work-box{
    width:200px;
    height:150px;
    background:#e2e2e2;
    padding:8px;
    display:inline-block;
    vertical-align:top;
    margin:0 2px 5px 0;
    border-radius:10px;
}
.work-box-img{
    width:200px;
    height:150px;
    background:#FFF;
    overflow:hidden;
}
.work-box-img a{
    width:200px;
    height:150px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.work-box-img img{
    max-width:200px;
    max-height:150px;
    transition: all .2s ease-in-out;
}
.work-box:hover img{
     transform: scale(1.05);
}
.work-box-r{
    width:230px;
    height:160px;
    background:#e2e2e2;
    padding:10px;
	margin: 5px 0 5px 0px;
    display:inline-block;
    vertical-align:top;
	text-align: center;
    border-radius:10px;
}
.work-box-img-r{
    width:230px;
    height:160px;
    background:#FFF;
    overflow:hidden;
}
.work-box-img-r a{
    width:230px;
    height:160px;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.work-box-img-r img{
    max-width:230px;
    max-height:160px;
    transition: all .2s ease-in-out;
}
.work-box-r:hover img{
     transform: scale(1.03);
}
.button{
    width:130px;
    height:33px;
    text-align:center;
    line-height:33px;
    text-decoration:none;
    color:#FFF;
    font-size:14px;
    text-transform:uppercase;
    display:block;
    background:#1e2940;
    border-radius:10px;
}
.button.btn-grey{
    background:#8c92a0;
}
.button.btn-blue{
    background:#075f9b;
}
.button:hover{
    background:#f7941e;
}
.form-box{
    padding:18px;
    background: #6479a7;
    color:#FFF;
    background: -moz-linear-gradient(top, #6479a7 0%, #2e3a56 100%);
    background: -webkit-linear-gradient(top, #6479a7 0%,#2e3a56 100%);
    background: linear-gradient(to bottom, #6479a7 0%,#2e3a56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6479a7', endColorstr='#2e3a56',GradientType=0 );
    border-radius:10px;
}
.form-box a{
    color:#FFF;
    text-decoration:underline;
}
.form-box a:hover{
    text-decoration:none;
}
.form-box-title{
    text-align:center;
    font-size:13px;
    line-height:22px;
    padding-bottom:5px;
    border-bottom:1px solid #cfcfcf;
    margin-bottom:20px;
}
.form-box-title b{
    font-size:20px;
    font-family: "MyriadProBold";
}
.contact-form{
    max-width:545px;
    padding-left:25px;
    background:url(../images/icons/mail2.png) no-repeat right top;
}
.form-row{
    overflow:hidden;
    margin-bottom:15px;
    padding:1px;
}
.form-row-left{
    width:125px;
    float:left;
    padding-top:5px;
}
.form-row-right{
    margin-left:125px;
    font-size:11px;
}
.inputbox{
    width:225px;
    height:30px;
    line-height:20px;
    padding:5px 10px;
    border:0;
    background:#FFF;
    color:#000;
    font-size:14px;
    box-sizing:border-box;
    border-radius:10px;
}
.textarea{
    width:100%;
    max-width:320px;
    height:85px;
    padding:5px 10px;
    border:0;
    background:#FFF;
    color:#000;
    font-size:14px;
    box-sizing:border-box;
    border-radius:10px;
}
.policy{
    margin:5px 0 15px 0;
}
.button-send{
    width:133px;
    height:38px;
    display:block;
    background:#868fa3;
    font-size:18px;
    text-transform:uppercase;
    color:#FFF;
    cursor:pointer;
    border:0;
    border-radius:10px;
}
.button-send:hover{
    background:#f7941e;
}
.bot-bar{
    padding:30px 0;
    background: #3bafe5;
    color:#FFF;
    background: -moz-linear-gradient(top, #3bafe5 0%, #2da5e0 100%);
    background: -webkit-linear-gradient(top, #3bafe5 0%,#2da5e0 100%);
    background: linear-gradient(to bottom, #3bafe5 0%,#2da5e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bafe5', endColorstr='#2da5e0',GradientType=0 );
}
.bot-block{
    overflow:hidden;
    position:relative;
    z-index:0;
}
.bot-left{
    width:290px;
    float:left;
    padding:0 0 45px 40px;
}
.bot-button-box{
    position:absolute;
    z-index:0;
    bottom:0;
}
.bot-right{
    margin-left:370px;
}

.bot-box-title{
    font-size:18px;
    margin-bottom:10px;
    font-family: "MyriadProBold";
}
.bot-box-top{
    overflow:hidden;
    margin-bottom:10px;
}
.bot-top-left{
    float:left;
    padding-top:5px;
}
.bot-top-right{
    float:right;
}
.reviews-block{
    width:100%;
}
.review-box{
    width:194px;
    height:143px;
    overflow:hidden;
    text-align:center;
    display:inline-block;
    vertical-align:top;
    background:#868fa3;
    margin:0 5px 0 0;
    border-radius:10px;
}
.review-box a{
	width:174px;
    height:123px;
    padding:10px;
	display:block;
}
.review-box:hover{
    background: #075f9b;
    background: -moz-linear-gradient(top, #075f9b 0%, #075f9b 100%);
    background: -webkit-linear-gradient(top, #075f9b 0%,#075f9b 100%);
    background: linear-gradient(to bottom, #075f9b 0%,#075f9b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075f9b', endColorstr='#075f9b',GradientType=0 );
}
.review-box img{
    width:auto;
    height:100%;
}
.payment-bar{
    padding:22px 0;
    border-top:1px solid #7c7c7c;
    border-bottom:1px solid #a6a7a8;
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #cacaca 100%);
    background: -webkit-linear-gradient(top, #ececec 0%,#cacaca 100%);
    background: linear-gradient(to bottom, #ececec 0%,#cacaca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#cacaca',GradientType=0 );
    position:relative;
    z-index:0;
}
.payment-bar:after{
    content:'';
    width:100%;
    height:5px;
    display:block;
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    background: #a9a9a9;
    background: -moz-linear-gradient(top, #a9a9a9 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #a9a9a9 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom, #a9a9a9 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a9', endColorstr='#e8e8e8',GradientType=0 );
}
.payment-block{
    color:#313e5d;
    font-size:18px;
    overflow:hidden;
}
.payment-left{
    width:180px;
    float:left;
    padding:5px 0 0 40px;
}
.payment-right{
    margin-left:220px;
}
.payment-right:after{
    content:'';
	display:table;
	clear:both;
}
.payment-methods{
    width:100%;
    margin-right:-135px;
    float:left;
}
.payment-methods-cont{
    margin-right:135px;
}
.payment-button{
    width:130px;
    float:right;
}
.payments{
    width:100%;
    padding-top:2px;
}
.payment-box{
    width:50px;
    height:30px;
    overflow:hidden;
    text-align:center;
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
}
.payment-box img{
    width:auto;
    height:30px;
}
.copy-box{
    background:#313e5d;
    position:relative;
    z-index:0;
    padding:20px 0;
    color:#FFF;
    font-size:14px;
    text-align:center;
}
.copy-box:after{
    content:'';
    width:100%;
    height:5px;
    display:block;
    position:absolute;
    z-index:-1;
    left:0;
    top:0;
    background: #232c42;
    background: -moz-linear-gradient(top, #232c42 0%, #2e3a57 100%);
    background: -webkit-linear-gradient(top, #232c42 0%,#2e3a57 100%);
    background: linear-gradient(to bottom, #232c42 0%,#2e3a57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232c42', endColorstr='#2e3a57',GradientType=0 );
}
.clear{
    width:100%;
	height:0;
	font-size:1px;
	clear:both;
}
/* modal form */
.fadebox{
	position:fixed;
	z-index:10;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(000,000,000,0.7);
	display:none;
}
.fade-box{
	width:290px;
	position:fixed;
	z-index:11;
	left:50%;
	margin-left:-155px;
	top:20%;
	background:#FFF;
	border-radius:5px;
	padding:20px 10px;
    color:#FFF;
    background: -moz-linear-gradient(top, #6479a7 0%, #2e3a56 100%);
    background: -webkit-linear-gradient(top, #6479a7 0%,#2e3a56 100%);
    background: linear-gradient(to bottom, #6479a7 0%,#2e3a56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6479a7', endColorstr='#2e3a56',GradientType=0 );
    border-radius:10px;
	display:none;
}
.fade-clear{
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-weight:700;
	background:#FFF;
	color:#000000;
	cursor:pointer;
	position:absolute;
	top:-10px;
	right:-10px;
	font-size:16px;
	border-radius:100px;
}
.order-form-title{
	text-align: center;
	margin-bottom:10px;
	font-size:15px;
}
.order-form{
	width:225px;
	margin:0 auto;
}
table#otzyv img{
	border:1px solid #6d758c;
	transition: all .2s ease-in-out;
}
table#otzyv img:hover{
   transform: scale(1.05);
}
.our-works tr,.our-works td{	vertical-align: top;}
.our-works .our-works_info {	
	width: 100%;	
	padding: 8px 8px 8px 20px;	
	text-align: left;
	vertical-align: top;
}
table#otzyv {	text-align: center;}
table {
	width: 100%;
	text-align: center;
}
.contract-title {
	text-align: center;
}
.center-logo-img {
	text-align: center;
}
.table-logo {
	text-align:center;
	border: 0;
	cellspacing: 1; 
	cellpadding: 1;
}
.table-logo_right {
	text-align: right;
}
.table-logo_left {
	text-align: left;
}
.block_center {	
	text-align: center;	
	vertical-align: middle;
}
.table-oplata {
	border: 0;
}
.table-oplata-td {
	width: 100px;
}
.table-oplata-center {
	width: 700px;
	text-align: center;
}
.table-sshop {
	border: 0;
	width: 270px;
}
.table-sshop-td {
	width: 135px;
}

iframe {
	border: 0;
	background-color:transparent;
	overflow-y: scroll;
}
.business-websites td {
	text-align: center;
}