/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
   }


.right ul li {list-style-type: disc; list-style-position: inside; padding-left:20px;}
.right ol li {list-style-type: decimal; list-style-position: inside; padding-left:20px;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

a {
    color: #269dda;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}


a.btn {
 margin: 10px;
 float: none;
 display: inline-block;
}

img {
    border: none;
}

:focus {
    outline: none;
}

.main {
    min-height: 100%;
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    background: #edeff0;
    font-family: 'PT Sans', sans-serif;

}

.container {
    width: 98%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

/*------------------------header-----------------------*/

section.header {
    width: 100%;
    height: 249px;
    position: relative;
    z-index: 450;
    float: left;
    background: url(/templates/Kakcdelat/images/header.png) no-repeat left top;
}

section.header .logo {
    background: url(/templates/Kakcdelat/images/logo.png) no-repeat;
    width: 32%;
    height: 195px;
    position: relative;
    left: 2px;
    top: 9px;
    float: left;
    background-size: contain;
    min-width: 250px;
}

section.header .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

section.header a.order, a.btn {
    border-radius: 3px;
    background: #3fb562;
    box-shadow: 0px 2px 0px 0px rgba(28, 141, 62, 1);
    border: none;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    margin-top: 72px;
    display: block;
    float: right;
    padding: 8px 25px;
    /* margin-left: 185px; */
    margin-right: 60px;
}



section.header a.order:before, a.btn:before {
    background: rgba(255,255,255,0.1);
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
}

section.header a.order:hover, a.btn:hover {
    top: 1px;
    box-shadow: 0px 1px 0px 0px rgba(28, 141, 62, 1);
}

section.header a.order:active, a.btn:active {
    top: 3px;
    box-shadow: inset 0px 2px 0px 0px rgba(28, 141, 62, 1);
}


a.btn {
 margin: 10px;
 float: none;
 display: inline-block;
}


section.header a.order:before, a.btn:before {
    background: rgba(255,255,255,0.1);
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
}

section.header a.order:hover, a.btn:hover {
    top: 1px;
    box-shadow: 0px 1px 0px 0px rgba(28, 141, 62, 1);
}

section.header a.order:active, a.btn:active {
    top: 3px;
    box-shadow: inset 0px 2px 0px 0px rgba(28, 141, 62, 1);
}

section.header .auth {
    display: block;
    position: relative;
    float: right;
    background: url(/templates/Kakcdelat/images/auth.png);
    width: 413px;
    height: 61px;
    z-index: 33;
    top: 72px;
    right: 16px;
}

section.header .auth:before {
    content: '';
    background: url(/templates/Kakcdelat/images/header_login_icon.png) no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    float: left;
    margin-top: 19px;
    margin-left: 14px;
    margin-right: 12px;
}

section.header ::-webkit-input-placeholder {color:#fff;}
section.header ::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
section.header :-moz-placeholder           {color:#fff;}/* Firefox 18- */
section.header :-ms-input-placeholder      {color:#fff;}


section.header .auth input[type="text"], section.header .auth input[type="password"] {
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 2.154;
    text-align: left;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.27);
    border: 1px solid rgb(78, 100, 116);
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(52, 70, 84, 0.81);
    -moz-box-shadow: inset 0 1px 0 0 rgba(52, 70, 84, 0.81);
    box-shadow: inset 0 1px 0 0 rgba(52, 70, 84, 0.81);
    width: 104px;
    height: 28px;
    z-index: 40;
    display: block;
    background: rgba(68,89,105,0.57);
    float: left;
    margin-top: 15px;
    padding: 0 10px;
    margin-right: 16px;
}

section.header .auth input[type="submit"] {
    border-radius: 3px;
    background: #3fb562;
    box-shadow: 0px 2px 0px 0px rgba(28, 141, 62, 1);
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1.714;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    font-family: 'PT Sans', sans-serif;
    padding: 4px 16px;
    margin-left: -1px;
    margin-top: 14px;
    cursor: pointer;
    position: relative;
}

section.header .auth input[type="submit"]:hover {
    box-shadow: 0px 1px 0px 0px rgba(28, 141, 62, 1);
    top: 1px;
}

section.header .auth input[type="submit"]:active {
    box-shadow: inset 0px 2px 0px 0px rgba(28, 141, 62, 1);
    top: 3px;
}

section.header .auth .links {
    position: absolute;
    right: 0;
    top: 63px;
}

section.header .auth .links a {
    font-size: 12px;
    /*font-family: "Myriad Pro";*/
    color: #fff;
    text-decoration: underline;
    line-height: 2.333;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    margin-left: 14px;
}

section.header .auth .links a:hover {
    text-decoration: none;
}

section.header nav {
    background: #3fb562;
    width: 100%;
    font-size: 18px;
    color: #fff;
    position: absolute !important;
    top: 196px;
}

section.header nav a.menu, section.header nav a.login {
    display: none;
}

section.header nav ul {
    text-align: left;
    margin: 0;
    width: calc(100% - 54px);
    height: 53px;
    float: left;
}

section.header ul li {
    display: inline-block;
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.333;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    padding: 0 33px 0 25px;
}

section.header ul li:first-child {
    padding-left: 13px;
}

section.header nav>.container > ul > li:after {
    content: '';
    background: url(/templates/Kakcdelat/images/header_menu_separator.png) no-repeat;
    width: 1px;
    height: 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 23px;
}

section.header nav>.container > ul > li:last-child:after {
    display:  none;
}

section.header ul li a {
    text-align: center;
    width: 100%;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 13px 0;
}

section.header ul li a:hover {
    border-bottom: 4px solid #349e53;
}

section.header ul li ul {
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 2.143;
    text-align: left;
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    background: #859a99;
    z-index: 1;
    padding-top: 5px;
}

section.header ul li:hover > ul {
    display: block;
}

section.header ul li ul li {
    border-bottom: 1px solid #99aaa9;
    color: #fff;
    position: relative;
    padding: 0 !important;
    float: left;
    width: 100%;
    background: #859a99;
}

section.header ul li ul li:last-child {
    border-bottom: none;
}

section.header ul li ul li:not(:last-child):hover {
    border-bottom: 1px solid #aaaaaa;
}

section.header ul li ul li a {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 24px 6px;
    text-align: left;
    width: calc(100% - 48px);
}

section.header ul li ul li:hover a {
    border-bottom: none;
}

section.header .search {
    float: right;
    width: 54px;
    height: 53px;
    background: url(/templates/Kakcdelat/images/header_search.png) no-repeat center;
}

section.header .search form {
    display: none;
    position: absolute;
    right: 0;
    top: 53px;
    width: 250px;
    background: #3fb562;
}

section.header .search:hover form {
    display: block;
}

section.header .search form input[type="text"] {
    width: 160px;
    height: 25px;
    background: #fff;
    border: none;
    margin: 10px;
    font-family: 'PT Sans', sans-serif;
}

section.header .search form input[type="submit"] {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
}

section.wrapper {
    float: left;
    width: 100%;
    z-index: 3;
    background: url(/templates/Kakcdelat/images/wrapper.png) no-repeat #edeff0;
    padding-top: 32px;
}

.wrapper .left {
    float: left;
    width: 25%;
    min-width: 300px;
    margin-left: 15px;
    z-index: 50;
    position: relative;
}

.wrapper .left .banner {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
}

.wrapper .left nav {
    float: left;
    width: 100%;
    background: #4e6474;
    border-radius: 3px;
    padding: 3px 0;
    margin-bottom: 20px;
}

.wrapper .left nav .title {
    font-size: 24px;
    color: rgb(254, 254, 254);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    padding-top: 22px;
    padding-left: 22px;
    padding-bottom: 12px;
}

.wrapper .left nav ul {
    background: #4e6474;
    width: 100%;
}

.wrapper .left nav ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #617583;
    position: relative;
}

.wrapper .left nav>ul>li:after {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    top: 9px;
    width: 9px;
    height: 9px;
    background: url(/templates/Kakcdelat/images/left_marker.png) no-repeat;
}

.wrapper .left nav ul li:last-child {
    border-bottom: none;
}

.wrapper .left nav ul li a {
    padding: 0 22px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2;
    text-align: left;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    text-decoration: none;
    width: calc(100% - 44px);
    height: 27px;
    display: block;
}

.wrapper .left nav ul li a:hover {
    background: #859a99;
}

.wrapper .left nav ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: auto;
    background: #859a99;
    padding: 4px 8px 8px;
}

.wrapper .left nav ul li:hover>ul {
    display: block;
}

.wrapper .left nav ul li ul li {
    border-bottom: none;
}

.wrapper .left nav ul li ul li a {
    height: 30px;
}

.wrapper .right {
    float: right;
    margin-right: 15px;
    width: 68.89%;
    width: calc(100% - 355px);
    z-index: 20;
}

.wrapper .right .banner {
    width: calc(100% - 32px);
    border-radius: 3px;
    padding: 16px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 1px 1.732px 0px 0px rgba(0, 0, 0, 0.05);
}

.wrapper .right div.title {
    font-size: 30px;
    color: rgb(73, 94, 111);
    font-weight: bold;
    line-height: 0.8;
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.64);
}

.wrapper .right .popular {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.wrapper .right .popular .carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 325px;
    float: left;
}

.wrapper .right .popular .stories {
    width: 20000em;
    position: absolute;
    left: 0;
    top: 0;
}

.wrapper .right .shortstory {
    float: left;
    width: 31%;
    margin-right: 3.478%;
    -webkit-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:    1px 2px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow:         1px 2px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    height: 310px;
}


.wrapper .right .shortstory .title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    text-decoration: none;
    background: #859a99;
    border-bottom: 3px solid #3fb562;
    display: block;
    padding: 11px 0px 10px 17px;
    margin-bottom: 13px;
}

.wrapper .right .shortstory .image {
	height: 136px;
	width: 100%;
	overflow: hidden;
    margin-bottom: 10px;
}

.wrapper .right .shortstory img {
    padding: 0 23px;
    margin-bottom: 13px;
    max-width: calc(100% - 46px);
}

.wrapper .right .shortstory p {
    padding: 0 16px;
    font-size: 14px;
    color: rgb(125, 142, 156);
    line-height: 1.231;
    text-align: left;

    margin-bottom: 33px;
    padding-bottom: 15px;
}

.wrapper .right .shortstory .entry {
    height: 33px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #edeff0;
    font-size: 10px;
    color: rgb(125, 142, 156);
    line-height: 1.6;
    width: 100%;
}


.wrapper .right .shortstory .entry .views {
    padding-left: 24px;
    background: url(/templates/Kakcdelat/images/views.png) no-repeat left center;
    position: absolute;
    left: 17px;
    top: 8px;
}

.wrapper .right .shortstory .entry .comments {
    padding-left: 23px;
    background: url(/templates/Kakcdelat/images/comments.png) no-repeat left center;
    position: absolute;
    left: 92px;
    top: 8px;
}

.wrapper .right .shortstory .entry .comments a {
    color: rgb(125, 142, 156);
    text-decoration: none;
}

.wrapper .right .shortstory .entry .comments a:hover {
    text-decoration: underline;
}

.wrapper .right .popular .pager {
    position: absolute;
    right: 0;
    top: 6px;
}

.wrapper .right .popular .pager li {
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    border-radius: 50%;
    margin: 0 2px;
    background: #ccd4d8;
}

.wrapper .right .popular .pager li.swiper-pagination-bullet-active {
    background: #3fb562;
}

.wrapper .right .content {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 1.732px 0px 0px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    color: #4c5b67;
    line-height: 1.385;
    text-align: left;
    float: left;
    padding: 15px;
    width: calc(100% - 30px);
    margin-bottom: 30px;
}

.wrapper .right .content.about .title {
    font-size: 18px;
    color: rgb(73, 94, 111);
    font-weight: bold;
    line-height: 1.333;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.64);
    margin-bottom: 0;
}

.wrapper .right .articles {
    width: 100%;
    float: left;
}

.wrapper .right .articles .shortstory:nth-child(3n) {
    margin-right: 0;
}

.wrapper .right .title {
    margin-bottom: 20px;
}

.wrapper .right .articles .pager {
    width: 100%;
    float: left;
}

.wrapper .right .articles .pager a {
    font-size: 16px;
    color: rgb(63, 181, 98);
    text-decoration: underline;
    line-height: 1.5;
    width: 25px;
    height: 25px;
    border: 1px solid #edeff0;
    display: inline-block;
    text-align: center;
}

.wrapper .right .articles .pager a:hover {
    text-decoration: none;
    border: 1px solid #dee6e9;
    border-radius: 3px;
    background: #fff;
}

.wrapper .right .articles .pager span {
    font-size: 18px;
    color: rgb(78, 100, 116);
    font-weight: bold;
    line-height: 1.333;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: #d6dde1;
    display: inline-block;
    text-align: center;
}

.hfooter {
    height: 100px;
    float: left;
    width: 100%;
}

#footer {
    background: #4e6474;
    font-size: 12px;
    color: rgb(237, 239, 240);
    line-height: 2;
    text-align: left;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    font-family: 'PT Sans', sans-serif;
    height: 62px;
    margin-top: -62px;
    z-index: 500;
    position: relative;
    float: left;
    width: 100%;
}

#footer .copyright {
    position: relative;
    float: left;
    margin-top: 18px;
    margin-right: 100px;
}

#footer nav {
    float: left;
    margin-top: 18px;
    margin-right: 100px;
}

#footer nav ul li {
    float: left;
    margin: 0 10px;
}

#footer nav ul li a {
    color: #fff;
}


#footer .counters {
    float: right;
    margin-top: 14px;
}

.content {
    font-size: 15px;
    color: rgb(125, 142, 156);
    line-height: 1.467;
    text-align: left;
}

.content h1 {
    font-size: 30px;
    color: rgb(73, 94, 111);
    font-weight: bold;
    line-height: 0.8;
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.64);
}

.content h2 {
    font-size: 24px;
    color: rgb(73, 94, 111);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.64);
}

.content h3 {
    font-size: 20px;
    color: rgb(73, 94, 111);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.64);
}

.content .info {
    font-size: 12px;
    line-height: 1.333;
    text-align: left;
    border-bottom: 1px solid #edeff0;
    float: left;
    width: 100%;
    margin: 15px -15px;
    padding: 0 15px 30px;
}

.content .info .views {
    padding-left: 24px;
    background: url(/templates/Kakcdelat/images/views.png) no-repeat left center;
    display: inline-block;
    margin-left: 30px;
}

.content .info .comments {
    padding-left: 23px;
    background: url(/templates/Kakcdelat/images/comments.png) no-repeat left center;
    display: inline-block;
    margin-left: 20px;
    height: 16px;
}

.alignleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #edeff0;
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #edeff0;
}

.content img {
    max-width: 100%;
}

.comment {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comment img {
    float: left;
    margin-right: 15px;
}

.comment .name {
    font-size: 15px;
    color: rgb(125, 142, 156);
    font-weight: bold;
    line-height: 1.467;
    text-align: left;
}

.comment .name .date {
    font-size: 12px;
    color: rgb(63, 181, 98);
    line-height: 1.833;
    text-align: left;
    margin-left: 20px;
}

.comment .text {
    font-size: 13px;
    color: rgb(125, 142, 156);
    font-style: italic;
    line-height: 1.385;
    text-align: left;
}

@media screen and (max-width: 980px) {

    section.header ul li {
        display: inline-block;
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        line-height: 1.333;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
        padding: 0 0.84% 0 0.15%;
    }

    section.header .auth {
        display: block;
        position: relative;
        float: right;
        background: url(/templates/Kakcdelat/images/auth.png);
        width: 200px;
        height: 151px;
        z-index: 33;
        top: 24px;
        right: 16px;
        text-align: center;
    }

    section.header .auth:before {
        display: none;
    }

    section.header .auth input[type="text"], section.header .auth input[type="password"]{
        margin: 10px 10px 0;
        width: 155px;
    }

    section.header .auth .links {
        position: absolute;
        right: 16px;
        top: 122px;
    }

}

@media screen and (max-width: 800px) {
    section.header .logo {
        height: 125px;
    }

    section.header a.order {
        margin: 0 !important;
        position: absolute;
        right: 220px;
        top: 117px !important;
    }

    section.header nav a.menu {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/templates/Kakcdelat/images/menu.png) no-repeat center;
        float: left;
        padding: 10px;
    }

    section.header nav ul {
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 53px;
        z-index: 5000;
        background: #3fb562;
    }

    section.header nav ul li {
        width: 100%;
        padding: 0 !important;
        background: #3fb562;
    }

    .wrapper .right, .wrapper .left {
        margin: 15px;
        width: calc(100% - 30px);
    }

    .wrapper .left nav {
        width: 48%;
        margin-right: 2%;
    }

    .wrapper .left .banner {
        float: right;
        width: 48%;
    }

    #footer {
        height: auto;
    }

    .wrapper .right .shortstory {
        width: 48%;
        margin-right: 2%;
    }

    .wrapper .right .articles .shortstory:nth-child(3n) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 520px) {
    section.header .auth {
        display: none;
        left: 0;
        right: auto;
        position: absolute;
        top: 44px;
    }
    section.header nav a.login {
        display: block;
        width: 30px;
        height: 30px;
        background: url(/templates/Kakcdelat/images/header_login_icon.png) no-repeat center;
        float: left;
        padding: 10px;
    }
    section.header a.order {
        right: 15px;
    }
    .wrapper .right .shortstory {
        width: 100%;
    }
    .wrapper .left nav {
        width: 70%;
    }
    .wrapper .left .banner {
        width: 100%;
    }
    .wrapper .right .popular .pager {
        top: 12px;
    }
    .wrapper .right .popular .pager li {
        width: 7px;
        height: 7px;
        margin: 0 1px;
    }
}

.auth .profile_info a, .auth .profile_info span {
    color: #fff;
    line-height: 3.5;
    margin-right: 10px;
}


#dle-comments-form input[type="text"] {
    padding: 5px 3%;
    width: 94%;
    font-size: 12px;
    margin-bottom: 10px;
}

#dle-comments-form textarea {
    padding: 5px 3%;
    width: 94%;
    height: 100px;
    font-size: 12px;
}

#dle-comments-form #sec_code {
    width: 150px;
}

label[for="allow_subscribe"] {
    margin-bottom: 15px;
    display: inline-block;
}

.banner ins {
    max-width: 100%;
    overflow: hidden;
}

form.order{
    padding: 20px 0;
}

form.order p {
    float: left;
    width: 100%;
    padding: 10px 0;
}

form.order p label {
    width: 230px;
    float: left;
    text-align: right
    padding-right: 10px;
}

form.order p input[type="text"], form.order p.select, form.order p textarea {
    float: left;
    width: 350px;
}

.attachment a {
    text-indent: -9999px;
    display: inline-block;
    position: relative;
}

.attachment a:before {
    content: 'Скачать файл';
    text-indent: 0;
    color: #000;
    border-radius: 3px;
    background: #3fb562;
    box-shadow: 0px 2px 0px 0px rgba(28, 141, 62, 1);
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 1.714;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.27);
    font-family: 'PT Sans', sans-serif;
    padding: 4px 16px;
    margin-left: -1px;
    margin-top: -7px;
    cursor: pointer;
    position: relative;
    float:  left;
}

.attachment a:hover:before {
    box-shadow: 0px 1px 0px 0px rgba(28, 141, 62, 1);
    top: 1px;
}

.attachment a:active:before {
    box-shadow: inset 0px 2px 0px 0px rgba(28, 141, 62, 1);
    top: 3px;
}

a.btn {
 margin: 10px;
 float: none;
 display: inline-block;
}
/*
     */
/*
*/