/*
Theme Name: OctoRender
Theme URI: http://octorender.com/        
Version: 1.0
Tags: one, two
*/

body {
    color: #67677f;
    font-family: 'Circe', sans-serif;
    background: #fff;
    min-width: 320px;
    font-size: 22px;
    line-height: 1;
    color: #2a3d4c;
    height: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul,
li {
    margin: 0;
}

a {
    outline: 0 !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.container {
    max-width: 1600px;
    width: 94%;
    min-width: 320px;
}

.page .container {
    max-width: 1120px;
    width: 94%;
    min-width: 320px;
}

#footer .container {
    max-width: 100%;
    width: 96%;
    min-width: 320px;
}

.page.works .container {
    max-width: 100%;
    width: 94%;
    min-width: 320px;
}

.page #header .container {
    max-width: 1600px;
    width: 94%;
    min-width: 320px;
}

.logo img {
    max-width: 304px;
    width: 90%;
}

.work-all {
    margin: 20px 0;
}

.work-all img {
    width: 100%;
}

.main-menu li {
    display: inline-block;
    text-align: right;
}

.main-menu li:first-child {
    margin: 0;
}

.main-menu {
    text-align: right;
    width: 100%;
}

.main-menu li {
    margin-left: 20px;
}

.main-menu li a {
    font-size: 15px;
    font-weight: 600;
    color: #2a3d4c;
}
.main-menu li a:hover{
    border-bottom: 2px solid;
}
.email {
    display: inline-block;
    padding: 12px 6px;
    border: 1px solid #2a3d4c;
}



#footer .textright a:hover {
    color: #fff;
}

.main-menu li a.email:hover {
    background: #2a3d4c;
    color: #fff;
}

#header h1 {
    margin-top: 150px;
}

h1 {
    font-size: 72px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 800;
    color: #323941;
}

h2 {
    font-size: 50px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: center;
}

h1+p {
    font-size: 30px;
    font-weight: bold;
}

#header {
    padding-top: 50px;
    background: url(image/bg_bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

#header.short {
    padding-top: 50px;
    background: url(image/bg_page.jpg) no-repeat top center;
    position: relative;
    background-size: 100% 206px;
}

.offer {
    display: block;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    white-space: 90%;
    font-size: 24px;
    font-weight: 400;
    max-width: 526px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 25px 0 25px 40px;
    margin-top: 50px;
    color:#fff;
    background: rgba(0, 0, 0, 0.27);
}

.offer:before,
.offer:after {
    content: '';
    width: 1px;
    height: 30%;
    display: block;
    background: #323941;
    position: absolute;
    left: 0;
}

.offer:before {
    top: 0;
}

.offer:after {
    bottom: 0;
}

.offer .icon-tag-1 {
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;
}

.offer .button-main {
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -21px;
}

.button-main {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    background: #000;
    padding: 12px 22px;
    line-height: 1;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

.button-main:hover {
    background: #fff;
    color: #2a3d4c;
    box-shadow: 4px 4px 0 #2a3d4c;
}

.aboutus {
    position: absolute;
    color: #fff;
    bottom: 90px;
    text-align: center;
    width: 100%;
    font-weight: 200;
    line-height: 36px;
}

.border-block {
    max-width: 414px;
    width: 90%;
    border-right: 1px solid #1f2936;
    border-left: 1px solid #1f2936;
    border-bottom: 1px solid #1f2936;
    margin: 0 auto;
    padding: 0 30px 30px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    position: relative;
}

.border-block:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -208px;
    height: 100px;
    background: #1f2936;
    width: 1px;
}

.border-block:after {
    content: '';
    position: absolute;
    right: -1px;
    top: -208px;
    height: 100px;
    background: #1f2936;
    width: 1px;
}

#whatdo h2 {
    padding: 26px 0;
    margin: 0 auto;
    background: #fff;
    color: #2a3d4c;
    text-align: center;
}

#whatdo .icon-photo {
    position: absolute;
    line-height: 0;
    display: inline-block;
    background: #fff;
    padding: 0 25px;
    left: 50%;
    margin-left: -40px;
    bottom: -11px;
}

.preview-work-image img {
    width: 100%;
    height: auto;
}

.preview-work-image {
    width: 100%;
    max-width: 640px;
    overflow: hidden;
}

.work-title {
    color: #2a3d4c;
    font-size: 30px;
    font-weight: 500;
    padding: 20px 0;
}

.work-title:before {
    width: 44px;
    height: 1px;
    background: #2a3d4c;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
    content: '';
    top: 5px;
    margin-right: 15px;
    margin-left: -22px;
}

.quote {
    padding: 24px 20px;
    border: 1px solid #2a3d4c;
    color: #2a3d4c;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.quote:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -10px;
    left: 5%;
    z-index: 10;
}

h2.dark {
    color: #2a3d4c;
    text-align: center;
}

.quote:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 11px 0 11px;
    border-color: #2a3d4c transparent transparent transparent;
    bottom: -11px;
    left: 5%;
    z-index: 8;
}

.padd10 {
    padding: 0 10px;
}

.owl-carousel .padd10 {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
}

.work-author {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 300;
    color: #317fce;
    display: block;
}

#ourworks {
    padding: 40px 0 60px;
}

#ourworks h2 {
    margin: 0 0 30px;
}

.owl-prev {
    position: absolute;
    left: -35px;
}

.owl-next {
    position: absolute;
    right: -35px;
}

.owl-prev,
.owl-next {
    font-family: 'dsher';
    color: #2a3d4c;
    font-size: 20px;
    display: block;
    height: 50px;
    width: 50px;
    border: 1px solid #2a3d4c;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.owl-prev:before {
    content: '\e800';
}

.owl-next:before {
    content: '\e801';
}

.owl-nav {
    top: 50%;
    margin-top: -25px;
    width: 100%;
    display: block;
    position: relative;
    position: absolute;
}

#price {
    background: url(image/bg_price.jpg) no-repeat bottom center;
    padding: 40px 0 100px;
    min-height: 800px;
}

.item {
    background: #fff;
    padding: 30px;
    text-align: center;
    width: 90%;
    font-weight: 200;
    margin: 0 auto;
    max-width: 310px;
}

.page .item {
    max-width: 500px;
    width: 100%;
}

.pricename {
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 30px;
}

#price h2 {
    margin-bottom: 70px;
}


/*
.pricename span {
	text-transform: uppercase;
}
*/

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    position: relative;
}

.pricename:after {
    content: '';
    width: 40%;
    height: 1px;
    display: block;
    position: absolute;
    background: #2a3d4c;
    left: 30%;
    bottom: 0;
}

.cash {
    font-size: 40px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 800;
    color: #323941;
    margin-bottom: 30px;
}

.button-order {
    outline: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    border: 1px solid #2a3d4c;
    margin-top: 40px;
    color: #2a3d4c;
    padding: 14px 0;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

.button-order:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 10;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

.button-order:hover {
    color: #fff;
    background: #2a3d4c;
}

.button-order:hover:before {
    border-color: transparent transparent #2a3d4c transparent;
}

.button-order:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #2a3d4c transparent;
    top: -11px;
    left: 50%;
    margin-left: -10px;
    z-index: 8;
}

#chosen .offer p {
    font-size: 40px;
}

#chosen .offer {
    padding: 50px 70px;
    max-width: 816px;
}

#chosen .offer .icon-tag-1 {
    left: -42px;
    font-size: 60px;
    margin-top: -32px;
}

#chosen {
    padding: 30px 0 50px;
}

#howwork {
    padding: 20px 0;
    background: #fff url(image/pattern.png) repeat-x center top;
}

#chosen .offer .button-main {
    padding: 30px 50px;
    margin-top: -39px;
    right: -40px;
}

ul.steps {
    text-align: center;
}

ul.steps li {
    display: inline-block;
    font-weight: 200;
    padding: 25px 14px 25px 0px;
    position: relative;
    border-top: 1px solid #323941;
    border-right: 1px solid #323941;
    border-bottom: 1px solid #323941;
    margin-left: 90px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.steps li span {
    font-size: 140px;
    font-weight: 100;
    position: absolute;
    text-align: right;
    width: 50px;
    left: -70px;
    line-height: .8;
    top: 0;
}

.title-bg {
    background: url(image/bg_contacts.jpg) no-repeat right center;
    min-height: 400px;
}

.title-bg h2 {
    color: #fff;
    text-align: right;
    padding: 30px;
    margin: 0;
}

#contacts .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}

#contacts .col-sm-6 .title-bg {
    vertical-align: top;
}

.contact-item {
    padding: 30px;
    font-size: 30px;
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
    position: relative;
}

.contact-item p:last-child {
    margin-top: 20px;
}

.contact-item:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background: #2a3d4c;
    bottom: 0;
    left: 0;
    display: block;
}

.contact-item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50%;
    background: #2a3d4c;
    bottom: 0;
    left: 0;
    display: block;
}

#footer {
    background: #1f2936;
    padding: 20px 0;
        position: relative;
    bottom: 0;
    width: 100%;
}

#footer .email {
    border-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 14px;
    color: #fff;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

#footer .email:hover {
    background: #fff;
    color: #2a3d4c;
}

.polit {
    text-align: right;
}

.polit a {
    color: #8aa9b9;
    font-size: 18px;
    position: relative;
    top: 10px;
}

#mobile-menu {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.95);
    padding: 20px 10px;
    width: 100%;
    top: 0;
    height: 100%;
    display: none;
}

#mobile-menu .main-menu li {
    display: block;
    text-align: center;
    margin: 0;
}

#mobile-menu .main-menu li a {
    color: #fff;
    padding: 20px;
    border-color: #fff;
    text-align: center;
    display: block;
}

#mobile-menu .main-menu li a:hover {
    background: rgba(31, 41, 54, 0.66)
}

#mobile-menu .ru,
#mobile-menu .en {
    padding: 10px;
    color: #fff;
}

#mobile-menu .ru:after,
#mobile-menu .en:after {
    border-color: #fff transparent transparent transparent;
}

.closeModal {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #567b98;
    font-size: 12px;
    padding: 10px;
}

.mobile-open {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
    margin-top: 40px;
    display: none;
}

.mobile-open i:first-child {
    margin: 0;
}

.mobile-open i {
    display: block;
    width: 100%;
    height: 4px;
    background: #2a3d4c;
    margin-top: 6px;
}

.grid-item {
    width: 32.5%;
    margin-bottom: 10px;
    overflow: hidden;
    height: auto;
}

.grid-item img {
    width: 100%;
}

.grid-item--width2 {
    width: 66.6%;
}

.page h1 {
    font-size: 40px;
    text-align: center;
    padding: 30px 0 0;
}

.breadcumbs ul li {
    display: inline-block;
}

.breadcumbs ul li:before {
    content: '\e801';
    font-family: 'dsher';
    font-size: 10px;
    display: inline-block;
    color: #91a2ad;
    margin: 0 10px;
}

.breadcumbs {
    padding: 20px 0;
}

.breadcumbs ul li a {
    font-size: 14px;
    color: #91a2ad
}

.breadcumbs ul li:first-child:before {
    display: none;
}

.breadcumbs ul li:last-child a {
    color: #2a3d4c;
}

.service .item {
    width: 90%;
    max-width: 90%;
    border: 1px solid #1f2936;
    padding: 100px 30px;
}

.service .item i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #2a3d4c
}

.service .item .button-order {
    margin-top: 4px;
}

.service .item .col-sm-6 {
    text-align: right;
    padding-right: 14px;
}

.service .item .col-sm-6:last-child {
    text-align: left;
    padding-left: 14px;
    padding-right: 0;
}

.text {
    line-height: 34px;
}

.pagetitle {
    color: #2a3d4c;
    text-align: left;
    font-family: 'Circe', sans-serif;
    font-size: 40px;
    margin-top: 40px;
    font-weight: 300;
}

.pagetitle:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #2a3d4c;
    position: relative;
    top: -10px;
    margin: 0 10px 0 -20px;
}

.hoverinfo {
    position: absolute;
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    left: 0;
    bottom: -250px;
    padding: 20px;
    transition: .3s;
}
.item-port{
    overflow: hidden;
}
.item-port:hover .hoverinfo {
    bottom: 0;
}

.workname {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

/*
.workname:before {
    width: 1px;
    content: '';
    height: 30px;
    background: #Fff;
    position: relative;
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
}
*/



.hoverinfo p small {
    font-size: 15px;
    font-weight: 300;
    display: block;
    width: 70%;
}

.grid {
    margin-bottom: 40px;
}

.page .title-bg {
    background: #fff;
    min-height: auto;
}

.page .title-bg h2 {
    color: #2a3d4c
}

.page .contact-item {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}

.inwork .border-block:after,
.inwork .border-block:before {
    display: none;
}

.modal-content {
    border-radius: 0;
    padding: 30px;
    background: #000;
    color: #fff;
}

.modal-content .title {
    padding: 20px 0 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 800;
}

.modal-content label {
    display: block;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.input-main,
.but-main {
    outline: 0;
}

.input-main {
    border: 1px solid #2a3d4c;
    border-radius: 0;
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
    width: 100%;
}

.input-main:hover {
    border-color: #3f576a
}

.input-main:active {
    border-color: #6184ac
}

.but-main {
    border: 1px solid #2a3d4c;
    border-radius: 0;
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    background: #2a3d4c;
    color: #fff;
    min-width: 210px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

.but-main:hover {
    background: #fff;
    color: #2a3d4c;
    box-shadow: 4px 4px 0 #2a3d4c;
}

.main-menu li a.ru,
.main-menu li a.en {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    /*	cursor: pointer;*/
    opacity: .3;
}

.ru>*,
.en>* {
    vertical-align: top;
}

body.eng #header .en {
    display: none;
}

body.rus #header .ru {
    display: none;
}

#header.thx {
    height: 1000px;
}

.closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #4d617c
}

#header>.container {
    width: 96%;
    max-width: 100%;
}

#header.short>.container {
    width: 96%;
    max-width: 100%;
}

.modal-content .text {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

.contact-list li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    padding: 10px;
}

.contact-list li a:hover {
    background: rgba(42, 61, 76, 0.6)
}

a#totop {
    position: fixed;
    right: 3%;
    bottom: 56px;
    z-index: 999;
    color: #fff;
    opacity: .5;
}

a#totop:hover {
    opacity: 1;
}

.topbut {
    width: 80px;
    height: 50px;
    background: #8aa9b9;
    position: relative;
    text-align: center;
    font-size: 18px;
    padding-top: 17px;
}

.topbut:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 20px solid #8aa9b9;
}

.topbut:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #8aa9b9;
}

.checkall {
    display: inline-block;
    padding: 14px;
    color: #2a3d4c;
    border-bottom: 1px solid #2a3d4c;
    margin-top: 20px;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

.checkall:hover {
    background: #2a3d4c;
    color: #fff;
}

.page .title-bg h2 {
    text-align: left;
    padding-left: 0;
}

@media(min-width:768px) {
    .modal-content {
        margin-top: 140px;
    }
}

#footer .container {
    max-width: 100%;
    width: 96%;
    min-width: 320px;
}

.moree {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    color: #2a3d4c;
    border-bottom: 1px solid #2a3d4c;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}

.moree:hover {
    background: #2a3d4c;
    color: #fff;
}

.orr {
    padding: 10px;
}

.infostar {
    color: #202020;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    display: inline-block;
    padding: 6px;
    font-weight: 300;
    font-family: Arial, sans-serif;
}

.services .item .pricename {
    margin: 0;
}

.services .item {
    color: #fff;
    background: #2a3d4c;
    margin-bottom: 20px;
    height: 290px;
}

.services .item .moree {
    color: #fff;
    border-color: #fff;
}

.services .item .moree:hover {
    background: #fff;
    color: #2a3d4c;
}

.services .item img {
    margin-bottom: 20px;
}

#price .cash {
    margin-bottom: 0px;
}

.mb0 {
    margin-bottom: 0;
}

.mb30 {
    margin-bottom: 30px;
}

.item-port {
    position: relative;
    margin-bottom: 10px;
}

.img-port {
    width: 100%;
    height: 250px;
}

.kama_breadcrumbs span a span {
    font-size: 14px;
    color: #91a2ad;
}

.kb_sep {
    font-size: 14px;
    color: #91a2ad;
}

span.kb_title {
    color: #2a3d4c;
    font-size: 14px;
}

.kama_breadcrumbs {
    padding: 20px 0;
}


/*modal*/

@media (min-width: 768px) {
    .modal-dialog {
        width: 530px;
        margin: 30px auto;
    }
}

p.modal-title {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.1;
}

p.modal-small-title {
    /* font-family: Circe-Regular; */
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 40px;
}

.modal-d label {
    /* font-family: Circe-Regular; */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
}

input.input-modal {
    background: #FFFFFF;
    border: none;
    width: 100%;
    height: 50px;
    outline: none;
    transition: .3s;
    padding: 10px;
    color: #000;
}

input.btn-modal {
    background: #009688;
    /* font-family: Circe-Bold; */
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    margin-top: 30px;
    outline: none;
}
input.btn-modal:focus, input.btn-modal:active{
    outline: none;
}
.contact-me {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-top: 30px;
}

.modal-d br {
    display: none;
}

@media (min-width: 768px) {
    .modal-content {
        margin-top: 60px;
    }
}

span.wpcf7-not-valid-tip {
    display: none;
}
input.wpcf7-validates-as-required.input-modal.wpcf7-not-valid {
    border: 2px solid red;
    background: rgb(255, 235, 235);
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: none !important;
}

p.cash.main-cash {
    font-size: 24px;
}

.modal-form {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
    background: #2a3d4c;
    padding: 20px 30px;
}
.modal-form input{
    margin-bottom: 15px;
}
.free-form {
    padding: 50px 0;
    background: #f5f7fa;
}

.main-menu li a.getquote {
    background: #2a3d4c;
    color: #fff;
    padding: 15px 20px;
    transition:.3s;
}
.main-menu li a.getquote:hover {
    background: #fff;
    color: #000;
}
.page-wrap {
    height: 100%;
    padding-bottom: 60px;
}
#header h1 {
    margin-top: 150px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.55);
}

#footer {
    padding: 15px 0;
    background: #000;
}
.logo img {
    max-width: 235px;
    width: 90%;
}
#footer .email {
    border-color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    color: #fff;
    -webkit-transition: all 0.36s ease-in;
    -moz-transition: all 0.36s ease-in;
    transition: all 0.36s ease-in;
}
.polit a {
    color: rgba(255, 255, 255, 0.47);
    font-size: 15px;
    position: relative;
    top: 0px;
}
.main-menu li a.getquote {
    background: #000;
    color: #fff;
    padding: 9px 15px;
}

.main-logo img {
    width: 330px;
    max-width: 100%;
    height: auto;
}
.works{background: #eeeeee; position: relative;}
.works #header{
    background-image: none;
    background: #eeeeee;
}
.works-content{
    padding: 50px 0 120px;
}

.modal-content {
    border-radius: 0;
    padding: 50px;
    font-size: 17px;
    background: #000;
    color: #fff;
    line-height: 1.5;
}
@media (min-width: 768px){
.modal-dialog {
    width: 800px;
    margin: 30px auto;
    }

}

ul.contact-list {
    margin-top: 20px;
}

.tos-caption>div:last-child {
    float: right;
    margin-right: -2px;
    display: none;
}




@media screen and(max-width:768px){
    .hidden-sm{
     display: none;   
    }
    #header {
    padding-top: 30px;
    background: url(image/bg_bg.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
}
    .main-logo img {
    width: 90%;
    max-width: 100%;
    height: auto;
}
}




@media(max-width:1200px) {
	#header {
		text-align: center;
	}
	.main-menu {
		text-align: center;
		padding: 40px 0;
	}
	.main-menu li {
		margin-bottom: 20px;
	}
	.pricename span {
		font-size: 18px;
	}
	#header.short {
		height: 120px;
		background-size: 100% 266px;
    padding-top: 35px;
	}
}

@media(max-width:997px) {
	.pricename span {
		font-size: 20px;
	}
	#header h1 {
		margin-top: 35px;
	}
	.item {
		margin-bottom: 20px;
	}
	#chosen .offer {
		padding: 60px;
		position: relative;
	}
	#chosen .offer p {
		font-size: 25px;
	}
	#chosen .offer .button-main {
		right: 40px;
	}
	ul.steps li {
		display: block;
		margin-bottom: 20px;
	}
	.left.logo {
		float: none;
		display: block;
		margin: 0 0 30px;
	}
	.left.logo img {
		max-width: 200px;
	}
}

@media(max-width:768px) {
#chosen {
padding:24px 0;
}
}

@media(max-width:500px) {
	
.polit { 
	text-align: center;}
	
	#footer {
	text-align: center;
	}
	.mobile-open {
		display: block;
        top: 0;
	}
	.main-menu.inde {
		display: none;
	}
	ul.steps li {
		margin-left: 60px;
		font-size: 18px;
		height: 96px;
	}
	.aboutus {
		font-size: 18px;
	}
    #header {
    padding-top: 50px;
    background: url(image/bg_bg.jpg) no-repeat center top;
    background-size: cover;
    position: absolute;
        top: 0;
    width: 100%;
    height: 100%;
}
    #header h1 {
    margin-top: 35px;
    font-size: 36px;
        line-height: 1.3;}
    #footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .offer .button-main {
     position: static; 
    /* right: -40px; */
    top: 50%;
    margin-top: 10px;
}
    .offer{
        margin-top: 0;
        font-size: 18px;
    }
    .modal-content{
        font-size: 15px;
    }
}


.howto h1{
    text-align: left;
    font-size: 36px;
    padding: 0 0 10px 0;
    margin-top: 0;
}
.howto h1 + p {
    font-size: 18px;
    font-weight: inherit;
}

.howto p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}
p.step_numb {
    background: #ddd;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 60px;
}
p.step-p {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.68);
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    padding: 10px;
}
.step-img{
    position: relative;
    margin-bottom: 10px;
}



.item-price {
    padding: 30px 20px;
    background: #FFFFFF;
    border-radius: 5px;
    transition: .3s;
    border: 2px solid transparent;
    margin-bottom: 30px;
}

.item-price:hover {
    border: 2px solid #000;
}

.title-price {
    font-weight: 600;
    font-size: 24px;
    color: #292929;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 27px;
}

.title-price:after {
    display: block;
    margin: 0 auto;
    content: "";
    position: relative;
    width: 44px;
    height: 7px;
    background: #000;
    top: 10px;
    margin-bottom: 10px;
}

.price-img {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.price-i {
    text-align: center;
    margin-top: 10px;
}

.price-i p {
    font-weight: 600;
    font-size: 28px;
    color: #292929;
    letter-spacing: 0;
}

.price-i p small {
    font-size: 15px;
}

.price-i p span {
    font-size: 16px;
    position: relative;
    top: -13px;
    border-bottom: 3px solid #000;
}

.time-i {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: #292929;
    letter-spacing: 0;
    margin-top: 10px;
}

a.btn-order {
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
}
p.per {
    font-size: 14px;
    color: #292929;
    letter-spacing: 0;
    margin-top: 5px;
}

.btn-cls,
a.btn-cls {
    background: #000;
    box-shadow: 0 2px 8px 0 #000;
    border-radius: 5px;
    color: #fff;
    transition: .3s;
    border: none;
    outline: none;
}

.btn-cls:hover,
a.btn-cls:hover {
    background: #2f2e2e;
}
a.btn-order {
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    margin-top: 20px;
    text-decoration: none;
    font-size: 16px;
}
.rep-price-p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
}