@font-face {
    font-family: "PTSansRegular";
    src: url("fonts/PTSans/PTSansRegular/PTSansRegular.eot");
    src: url("fonts/PTSans/PTSansRegular/PTSansRegulard41d.eot?#iefix")format("embedded-opentype"),
    url("fonts/PTSans/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("fonts/PTSans/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PTSansBold";
    src: url("fonts/PTSans/PTSansBold/PTSansBold.eot");
    src: url("fonts/PTSans/PTSansBold/PTSansBoldd41d.eot?#iefix")format("embedded-opentype"),
    url("fonts/PTSans/PTSansBold/PTSansBold.woff") format("woff"),
    url("fonts/PTSans/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'PTSansRegular', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: black;
    text-align: center;
    background: url(img/bg-left-right.png) no-repeat;
}

html,
body {
    height: 100%;
}

h1 {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    clear: both;
}

p,
h2,
h3,
h4,
input {
    margin-top: 0px;
    padding: 0px 20px 0px 20px;
    /* text-align: justify; */
}

input[type='button'],
input[type='submit'] {
    cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
div {
    display: block;
    position: relative;
}

* {
    outline: none;
    padding: 0px;
    margin: 0px;
}

div.clear {
    clear: both;
}

input,
textarea {
    outline: none;
}

ul {
    text-align: left;
}

.main {
    min-height: 100%;
}

.center {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


.top-header:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.logo {
    float: left;
    margin-top: 12px;
}

.work-time {
    float: left;
    width: 400px;
    height: 70px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.34);
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0;
    margin-top: 15px;
    margin-left: 150px;
}

.fixed-only.callback {
    display: none;
}

header.fixed-header .fixed-only.callback {
    display: block;
    position: absolute;
    right: 205px;
    top: 20px;
    font-size: 21px;
    border-bottom: 1px dashed;
}

header.fixed-header .fixed-only.callback:hover {
    border-bottom: 1px solid;
    cursor: pointer;
}

header.fixed-header .fixed-only.callback span:before {
    content: '';
    background: url(img/smartphone-call.png);
    width: 24px;
    height: 24px;
    position: absolute;
    left: -24px;
    top: 3px;
}

header.fixed-header .fixed-only.callback span {
    position: relative;
}

.phones {
    float: right;
    font-size: 22px;
    margin-top: 11px;
}

p.adres-head {
    font-size: 14px;
}

.phones a {
    color: black;
    text-decoration: none;
}

label.oferta {
    position: absolute;
    left: 130px;
    margin: 10px;
    top: -8px;
}

label.oferta a {
    margin: 0 5px;
}

.work-time p {
    font-size: 20px;
    padding: 0px;
}

.work-time img {
    vertical-align: middle;
    margin-right: 7px;
}

.phones span {
    font-weight: bold;
}

.menu {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #faad00), color-stop(70%, #ffc33b), color-stop(90%, #ffcc58));
    background: -webkit-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: -o-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: linear-gradient(to top, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    height: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0;
}

.menu ul {
    list-style-type: none;
    width: 100%;
    display: table;
    line-height: 65px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
}

.menu li {
    display: table-cell;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.menu>ul>li>a {
    text-decoration: none;
    color: initial;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 40px 0 40px;
    max-height: 65px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0px;
    text-transform: uppercase;
    display: block;
}

.menu ul li ul li a {
    margin: 0px 0px 0px -15px;
    padding: 0px 3px 0 3px;
    text-decoration: none;
    color: black;
    width: 191px;
    height: 100%;
    padding: 0 0 0 0px;
    display: block;
    font-size: 15px;
}

.menu ul li ul li a:hover {
    color: white;
}

.menu ul li ul li:after {
    content: '';
    height: 1px;
    width: 30px;
    position: absolute;
    bottom: 0;
    left: 36%;
    background: black;
}

.menu>ul>li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -15px;
    height: 30px;
    width: 30px;
}


.menu>ul>li:nth-child(1):before {
    background: url(img/menu-sprite.png) -1px 0 no-repeat;
}

.menu>ul>li:nth-child(2):before {
    background: url(img/menu-sprite.png) -31px 0 no-repeat;
}

.menu>ul>li:nth-child(3):before {
    background: url(img/menu-sprite.png) -68px 0 no-repeat;
}

.menu>ul>li:nth-child(4):before {
    background: url(img/menu-sprite.png) -102px 0 no-repeat;
}

.menu>ul>li:nth-child(5):before {
    background: url(img/menu-sprite.png) -102px 0 no-repeat;
}

.menu>ul>li:nth-child(6):before {
    background: url(img/menu-sprite.png) -135px 0 no-repeat;
}

.menu>ul>li:nth-child(7):before {
    background: url(img/menu-sprite.png) -160px 0 no-repeat;
}

.menu li:hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffcc58), color-stop(70%, #ffc33b), color-stop(90%, #faad00));
    background: -webkit-linear-gradient(bottom, #ffcc58 20%, #ffc33b 70%, #faad00 90%);
    background: -o-linear-gradient(bottom, #ffcc58 20%, #ffc33b 70%, #faad00 90%);
    background: linear-gradient(to top, #ffcc58 20%, #ffc33b 70%, #faad00 90%);
}

.menu ul li ul {
    width: 175px;
    display: none;
    height: 100%;
    overflow: inherit;
    position: relative;
    font-weight: normal;
    margin: 0 0 17px 20px;
    z-index: 10;
}


.menu ul li:hover ul {
    display: block;
    z-index: 1;
}

.menu ul li ul {
    display: none;
}


.menu ul li ul li {
    display: block;
    line-height: 56px;
}

.menu ul>li:hover {
    background: #faad00;
}

.banner-form {
    width: -webkit-calc(50% - 2px);
    width: calc(50% - 2px);
    float: left;
    background: #f5f5f5;
    border: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 500px;
}

.banner-holder:after {
    content: '';
    position: relative;
    display: block;
    clear: both;
}

.banner-wrapper {
    width: 100%;
    height: 380px;
    float: right;
    z-index: 0;
}

p.banner-zag {
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffc33b;
    padding: 0px;
    margin: 10px 20px;
}

.banner-form-inner .bfi-col:first-child {
    width: 47%;
    float: left;
    height: 220px;
}

.banner-form-inner .bfi-col:nth-child(2) {
    width: 47%;
    float: right;
    right: 20px;
    height: 250px;
    top: -30px;
}

.banner-form-inner .bfi-col:nth-child(2) input {
    width: 240px;
    margin-bottom: 20px;
}

.banner-form-inner .bfi-col:nth-child(2) select {
    width: 280px;
}

.banner-form-inner .submit {
    clear: both;
}

.bfi-col input,
.bfi-col select {
    margin: 0 0 20px 0;
    border: none;
    -webkit-box-shadow: 1px 2px 3px grey;
    box-shadow: 1px 2px 3px grey;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 200px;
    height: 40px;
    padding: 0 0 0 40px;
    font-size: 16px;
}

.bfi-col .tab-b.gruzoviki input[type="radio"] {
    padding: inherit;
    width: 50px;
    height: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tab-b.gruzoviki.visible {
    text-align: left;
}

.tab-b.pereezd.visible {
    text-align: left;
}

.bfi-col input::-webkit-input-placeholder {
    color: black;
}

.bfi-col input::-webkit-input-placeholder {
    color: black;
}

.submit input.submint {
    width: 250px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #faad00), color-stop(70%, #ffc33b), color-stop(90%, #ffcc58));
    background: -webkit-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: -o-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: linear-gradient(to top, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    border: none;
    padding: 13px;
    font-size: 21px;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    margin: 32px 0 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffc749), to(#fc984f));
    background: -webkit-linear-gradient(bottom, #ffc749, #fc984f);
    background: -o-linear-gradient(bottom, #ffc749, #fc984f);
    background: linear-gradient(to top, #ffc749, #fc984f);
}

.banner-form-inner .submit .ps {
    text-transform: none;
    font-size: 16px;
    margin-top: 10px;
}

ul.tab-li {
    border-bottom: 2px solid #ffc33b;
    width: 280px;
    margin-bottom: 16px;
}

ul.tab-li li {
    display: inline-block;
    padding: 14.5px 0 14.5px 0;
    cursor: pointer;
    text-align: center;
    margin: 0 -1.5px;
    font-size: 18px;
}

ul.tab-li li:first-child {
    width: 169px;
}

ul.tab-li li:last-child {
    width: 111px;
}

ul.tab-li li.active {
    background-color: #ccc;
}

p.banner-zag-bottom {
    margin-bottom: 35px;
    font-size: 18px;
    text-transform: uppercase;
}

.bfi-col label {
    position: relative;
    display: block;
}

input[type="text"]::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input[type="text"]:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.name:after,
.phone:after,
.adres-one:after,
.adres-two:after,
.what-deliver:after,
.tipe-car:after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left: 10px solid #ffc237;
    left: 43px;
}

.name:before,
.phone:before,
.adres-one:before,
.adres-two:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 40px;
    left: 20px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}

.tipe-car:after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left: 10px solid #ffc237;
    left: 23px;
}

.what-deliver:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 40px;
    left: 0px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}

.tipe-car:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 40px;
    left: 0px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}

.what-deliver:before,
{
    left: 0;
}

.what-deliver:after {
    left: 23px;
}

.name:before {
    background: url(img/form-sprite.png) 3px 50% no-repeat #ffc33b;
}

.phone:before {
    background: url(img/form-sprite.png) -28px 50% no-repeat #ffc33b;
}

.adres-one:before {
    background: url(img/form-sprite.png) -60px 50% no-repeat #ffc33b;
}

.adres-two:before {
    background: url(img/form-sprite.png) -60px 50% no-repeat #ffc33b;
}

.what-deliver:before {
    background: url(img/form-sprite.png) -92px 50% no-repeat #ffc33b;
}

.tipe-car:before {
    background: url(img/form-sprite.png) -125px 50% no-repeat #ffc33b;
}

.select-cars table tr td p {
    text-align: left;
    font-size: 16px;
    text-transform: none;
}

.select-cars img {
    width: 150px;
}

.select-cars tr {
    display: none;
}

td.car-params {
    width: 160px;
}

.select-cars table {
    width: 350px;
    margin: -15px -25px;
}

.banner-header {
    position: absolute;
    width: 100%;
    top: 35px;
    font-size: 50px;
    font-weight: 600;
    color: white;
    background: rgba(0, 0, 0, 0.61);
    padding: 20px 0;
    text-shadow: 1px 1px 5px black;
    display: none;
}

.banner-header span,
.banner-sub-header b {
    color: #fdb920;
}

.banner-sub-header {
    position: absolute;
    top: 440px;
    color: white;
    margin: 0 auto;
    width: 100%;
    font-size: 38px;
    font-weight: 600;
    text-shadow: 1px 2px 4px black;
}

.tab-b.visible,
.select-cars table tr.visible {
    display: block;
}

.pereezd,
.gruzoviki {
    display: none;
}

.content h2 {
    text-transform: uppercase;
    margin: 25px 0;
}

.our-services div {
    width: 285px;
    height: 200px;
    display: inline-block;
    background: #f5f5f5;
    margin-top: 21px;
    cursor: pointer;
}

.our-services div:nth-child(2n) {
    margin: 0 10px;
}

.our-services div:nth-child(4n) {
    margin: 0px 0 0 10px;
}

.our-services div h4 {
    position: absolute;
    width: 225px;
    bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #fdb920;
    margin-left: 10px;
    padding-bottom: 5px;
}

.our-services img {
    margin: 30px 0;
}

.man-lukas div:first-child {
    float: left;
    width: 70%;
    text-align: left;
}

.man-lukas img {
    height: 290px;
    vertical-align: bottom;
}

.man-lukas div:last-child {
    width: 100%;
    text-align: justify;
}

.man-lukas img {
    margin-top: 225px;
    width: 330px;
}

.man-lukas p {
    margin: 10px 0;
}

.man-lukas h2 {
    text-align: center;
    font-size: 30px;
}

.man-lukas h3 {
    text-align: center;
}

.man-lukas {
    margin-top: 80px;
}

.man-lukas h2 span {
    font-weight: 100;
}

.man-lukas h2 b {
    color: #fdb920;
}

.our-advantages {
    background: #f5f5f5;
    height: 210px;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

.our-advantages p {
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 0;
}

.our-advantages ul {
    list-style: none;
    line-height: 2;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin: 0 auto;
    margin-left: 30px;
    position: absolute;
    top: 50px;
}

.our-advantages ul li {
    position: relative;
    width: 400px;
    padding-left: 25px;
}

.our-advantages ul li:nth-child(1),
. -advantages ul li:nth-child(2) {
    width: 400px;
}

.our-advantages ul li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(img/done.png) center no-repeat;
    left: -10px;
    top: 5px;
}

.our-autopark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our-autopark div {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 10px;
}

.our-autopark img {
    width: 200px;
}

.our-autopark div img {
    width: 250px;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 10px;
    display: block;
}

.our-autopark div span {
    text-transform: none;
}

.our-advantages-block div {
    width: 450px;
    display: inline-block;
    height: 300px;
    margin: 0px -3px -20px;
}

.our-advantages-block {
    /*width: 1200px;*/
    margin: 0 auto;
}

.our-advantages-block div:nth-child(1),
.our-advantages-block div:nth-child(4) {
    background-color: whitesmoke;
}

.our-advantages-block div img {
    margin-top: 70px;
}

.pre-footer {
    height: 550px;
    background: url(img/pre-footer.png);
}

.footer-left a {
    color: #febe2e;
}

.index-page-faq {
    float: left;
}

.index-page-news {
    float: right;
}

.index-page-faq .faq {
    width: 500px;
    height: 360px;
    background-color: white;
    margin-top: 31px;
    padding: 6px;
}

.index-page-news .news {
    width: 600px;
    height: 360px;
}

.index-page-faq span,
.index-page-news span {
    margin: 25px 0 10px 0;
    display: block;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

.item-faq p:first-child {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.item-faq {
    text-align: left;
    padding: 20px;
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    min-height: 130px;
}

.item-faq a,
.index-page-faq a,
.index-page-news a {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #faad00), color-stop(70%, #ffc33b), color-stop(90%, #ffcc58));
    background: -webkit-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: -o-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: linear-gradient(to top, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    padding: 5px 33px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 3px grey;
    box-shadow: 1px 1px 3px grey;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: black;
    text-decoration: none;
    float: right;
    margin-top: 5px;
}

.item-faq ul {
    width: 350px;
    margin-left: 40px;
}

.item-faq:first-child {
    border-bottom: 2px solid gray;
}

a.see-more {
    float: none;
    display: block;
    width: 170px;
    margin-top: 30px !important;
    padding: 10px 5px;
    margin: 0 auto;
}

.ya-map {
    width: 100%;
    height: 500px;
    position: relative;
}

.map-no-click {
    position: absolute;
    top: 0;
    width: 100%;
    height: 93%;
    z-index: 9;
}

.footer {
    background: black;
    color: white;
    height: 80px;
}



/*
.footer-left {
    width: 50%;
    float: left;
    text-align: left;
    line-height: 2;
    margin-top: 5px;
    color: #d3d3d3;
}

.footer-right {
    float: right;
    width: 50%;
    color: #d3d3d3;
    margin-top: 30px;
}

.footer-right img {
    width: 20px;
    position: absolute;
    right: 490px;
}

.footer-right a {
    color: white;
    text-decoration: none;
}
*/

.item-news {
    height: 97%;
    width: 280px;
    display: inline-block;
    background-color: white;
}

.item-news:first-child {
    margin-right: 35px;
}

.item-news p:nth-child(2) {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    height: 30px;
}

.item-news p:nth-child(3) {
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
}

.item-news a {
    float: none;
    display: block;
    width: 120px;
    padding: 5px 5px;
    margin: 0 auto;
    margin-top: 11px;
    font-weight: 600;
    text-transform: none;
}

img.time {
    margin: 54px 0 20px 0;
    cursor: pointer;
}

.popup-our-services .first,
.popup-our-services .second,
.popup-our-services .third,
.popup-our-services .fourth,
.popup-our-services .fifth,
.popup-our-services .sixth,
.popup-our-services .seventh,
.popup-our-services .eighth {
    display: none;
}

.popup-our-services .pop-up-services {
    display: block;
    position: fixed;
    width: 800px;
    height: 400px;
    top: 250px;
    left: 50%;
    margin-left: -400px;
    background-color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 14;
}

.popup-our-services .pop-up-services div {
    display: inline-block;
    width: 49%;
}

.popup-our-services .pop-up-services .border-img {
    border: 4px solid #fdb920;
    width: 254px;
    padding: 35px 0;
}

.popup-our-services .pop-up-services .border-img span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

.popup-our-services .pop-up-services .description {
    text-align: left;
    height: 250px;
    top: 50px;
    margin: 0 0px 0 50px;
}

.popup-our-services .pop-up-services .description p {
    padding: 0;
    display: table;
    margin-top: 15px;
}

.popup-our-services .pop-up-services span.make-request {
    position: absolute;
    left: 60px;
    bottom: 20px;
    display: block;
    width: 170px;
    padding: 10px 5px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #faad00), color-stop(70%, #ffc33b), color-stop(90%, #ffcc58));
    background: -webkit-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: -o-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: linear-gradient(to top, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-shadow: 1px 1px 4px grey;
    box-shadow: 1px 1px 4px grey;
    cursor: pointer;
}

.popup-our-services .pop-up-services a.see-more-service {
    position: absolute;
    color: black;
    text-decoration: none;
    bottom: 20px;
    right: 120px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    width: 231px;
    border: 3px solid #fdb920;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 4px grey;
    box-shadow: 1px 1px 4px grey;
}

.black-bloc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 10;
}

.close-block {
    position: fixed;
    width: 24px;
    height: 24px;
    top: 259px;
    right: 556px;
    background: url(img/cancel.png);
    cursor: pointer;
    z-index: 15;
}


.index-form-banner-thx {
    position: fixed;
    top: 350px;
    left: 610px;
    background: white;
    padding: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    -webkit-box-shadow: 3px 2px 7px grey;
    box-shadow: 3px 2px 7px grey;
    line-height: 2;
    font-size: 18px;
    z-index: 100;
}

.index-form-banner-thx ul {
    list-style: none;
}

.pop-up-form-content {
    position: fixed;
    width: 330px;
    top: 200px;
    left: -webkit-calc(50% - 215px);
    left: calc(50% - 215px);
    background: white;
    padding: 50px;
    display: none;
    z-index: 11;
}

.pop-up-form-content input[type="submit"] {
    height: 100% !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
}

.pop-up-form-content input[type="text"],
.pop-up-form-content input[type="submit"] {
    display: block;
    padding: 10px 45px;
    width: 300px;
    height: 20px;
    margin: 20px -30px;
    border: none;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 5px grey;
    box-shadow: 1px 1px 5px grey;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.pop-up-form-content span {
    position: absolute;
    text-transform: uppercase;
    background: #fdb920;
    padding: 10px;
    width: 410px;
    left: 0;
    font-size: 20px;
    top: 0px;
}

input.submint {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #faad00), color-stop(70%, #ffc33b), color-stop(90%, #ffcc58));
    background: -webkit-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: -o-linear-gradient(bottom, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    background: linear-gradient(to top, #faad00 20%, #ffc33b 70%, #ffcc58 90%);
    padding: 10px 0;
    margin: 0 auto;
    font-size: 18px;
    height: inherit;
}







.submit input.submint:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC33B), to(#e26001));
    background: -webkit-linear-gradient(#FFC33B, #e26001);
    background: -o-linear-gradient(#FFC33B, #e26001);
    background: linear-gradient(#FFC33B, #e26001);
}

a.see-more:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffda87), color-stop(#fbc13d), to(#f3be45));
    background: -webkit-linear-gradient(#ffda87, #fbc13d, #f3be45);
    background: -o-linear-gradient(#ffda87, #fbc13d, #f3be45);
    background: linear-gradient(#ffda87, #fbc13d, #f3be45);
}

.item-news a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffda87), color-stop(#fbc13d), to(#f3be45));
    background: -webkit-linear-gradient(#ffda87, #fbc13d, #f3be45);
    background: -o-linear-gradient(#ffda87, #fbc13d, #f3be45);
    background: linear-gradient(#ffda87, #fbc13d, #f3be45);
}


.item-faq a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffda87), color-stop(#fbc13d), to(#f3be45));
    background: -webkit-linear-gradient(#ffda87, #fbc13d, #f3be45);
    background: -o-linear-gradient(#ffda87, #fbc13d, #f3be45);
    background: linear-gradient(#ffda87, #fbc13d, #f3be45);
}


.our-services div h4:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#fdb920), to(#fc984f));
    background: -webkit-linear-gradient(bottom, #fdb920, #fc984f);
    background: -o-linear-gradient(bottom, #fdb920, #fc984f);
    background: linear-gradient(to top, #fdb920, #fc984f);
}

.help-index {
    background: #f3be45;
    width: 800px;
    height: 300px;
    margin: 0 auto;
}

.help-index-p {
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    padding: 10px 56px 10px 10px;
    background: black;
    margin: 20px 0px 0px 0px;
}

.help-index img {
    margin-right: 357px;
    margin-top: -308px;
}


.help-index-p1 {
    text-align: right;
    font-size: 36px;
    padding: 10px 56px 10px 10px;
    margin: 20px 0px 0px 0px;
}

.help-index-p2 {
    width: 152px;
    margin: 25px 0px 0px 466px;
    height: 40px;
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 31px;
    background: black;
    padding: 5px 40px 5px 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.help-index-p2:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#797775));
    background: -webkit-linear-gradient(bottom, #000000, #797775);
    background: -o-linear-gradient(bottom, #000000, #797775);
    background: linear-gradient(to top, #000000, #797775);
}

.help-index-p3 {
    width: 50px;
    margin: 15px -30px 0px 25px;
    height: 30px;
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    background: black;
    padding: 5px 54px 3px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.help-index-p3:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#797775));
    background: -webkit-linear-gradient(bottom, #000000, #797775);
    background: -o-linear-gradient(bottom, #000000, #797775);
    background: linear-gradient(to top, #000000, #797775);
}

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    cursor: pointer;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    right: 17px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #333;
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.whish-our-site {
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    font-size: 17px;
}

h1.index-h1 {
    color: #ffc107;
}

h1.index-h1 span {
    color: black;
}

.owl-item.active .slide-line {
    -webkit-animation-name: fillLine;
    animation-name: fillLine;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.slide-line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: #ffc33b;
}

@-webkit-keyframes fillLine {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes fillLine {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.gruzman img {
    width: 455px;
    height: 300px;
    padding: 0px 11px 16px 9px;
}



















/*===========content===========*/

.content {
    width: 100%;
    float: none;
    padding-bottom: 40px;
}

.content h1 {
    font-weight: normal;
    text-transform: uppercase;
}













/*.content p {text-align: justify;}*/


/*===========Breadcrumbs===========*/

.B_crumbBox {
    font-size: 14px;
}

.B_crumbBox a {
    text-decoration: none;
}

.B_currentCrumb {
    color: #f6c249;
}














/*===========serviceblock===========*/

.serviceblock {
    height: 230px;
    background: rgb(16, 16, 16);
    /*Ð´Ð»Ñ IE*/
    background: rgba(16, 16, 16, 0.9);
}

.serviceblock .center {
    text-align: center;
}













/*===========service===========*/

.service {
    display: inline-block;
    text-decoration: none;
    /*float: left;*/
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    width: 166px;
    vertical-align: top;
}

.service h3 {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0px;
}

.service .circle {
    width: 96px;
    height: 96px;
    -webkit-border-radius: 96px;
    border-radius: 96px;
    background-image: url(img/icon.html);
}

.service .circle,
.servicebig .circle {
    position: relative;
    display: block;
    margin: 0px auto 16px;
    border: 2px solid #FFC33B;
    background-repeat: no-repeat;
    behavior: url(PIE/PIE.html);
}

.c11 {
    background-position: 30px 30px;
}

.c12 {
    background-position: -193px 28px;
}

.c13 {
    background-position: -413px 28px;
}

.c14 {
    background-position: -623px 30px;
}

.c15 {
    background-position: -855px 30px;
}

.c16 {
    background-position: -413px 28px;
}

.service:hover {
    color: #FFC33B;
}

.service:hover .circle {
    border: 2px solid white;
}

.service:hover .c11 {
    background-position: 30px -68px;
}

.service:hover .c12 {
    background-position: -193px -70px;
}

.service:hover .c13 {
    background-position: -413px -70px;
}

.service:hover .c14 {
    background-position: -623px -68px;
}

.service:hover .c15 {
    background-position: -855px -68px;
}

.service:hover .c16 {
    background-position: -413px -70px;
}













/*servicebig*/

a.servicebig {
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
    width: 215px;
    height: 295px;
    padding: 20px 12px;
}

a.servicebig h3 {
    font-weight: normal;
}

.servicebig .circle {
    width: 204px;
    height: 204px;
    -webkit-border-radius: 204px;
    border-radius: 204px;
    /*background-image: url(/template/img/uslugi/shipped.png);*/
    background-position: center;
}


.bigc11 {
    background-image: url(template/img/uslugi/worker.png);
}

.bigc12 {
    background-image: url(template/img/uslugi/wardrobe.png);
}

.bigc13 {
    background-image: url(template/img/uslugi/trucks.png);
}

.bigc16 {
    background-image: url(template/img/uslugi/shipped.png);
}

.bigc71 {
    background-image: url(template/img/uslugi/packages-transportation-on-a-truck.png);
}

.bigc78 {
    background-image: url(template/img/uslugi/truckss.png);
}

.bigc72 {
    background-image: url(template/img/uslugi/grand-piano.png);
}

.bigc73 {
    background-image: url(template/img/uslugi/strongbox.png);
}

.bigc74 {
    background-image: url(template/img/uslugi/deposit-box.png);
}

.bigc80 {
    background-image: url(template/img/uslugi/office-chair.png);
}

.bigc81 {
    background-image: url(template/img/uslugi/cottage.png);
}

.bigc82 {
    background-image: url(template/img/uslugi/delivery.png);
}

.bigc83 {
    background-image: url(template/img/uslugi/truck-transport-with-construction-materials.png);
}

.bigc21 {
    background-image: url(template/img/sborkarazborka.png);
}

.bigc113 {
    background-image: url(template/img/masterchas.png);
}

.bigc20 {
    background-image: url(template/img/garage.png);
}







/*===========footer===========*/

.footer {
    clear: both;
    color: white;
    margin-top: -35px;
    background: url(img/blackbg.html) 0px 0px repeat;
    /* background: url(img/menu_fon.png) center top repeat-x, url(img/blackbg.png) 0px 0px repeat-x; */
    background-color: #060707;
    height: auto;
    -webkit-background-size: contain;
    background-size: contain;
}



/*
.footer>.center {
    height: 96px;
    padding-bottom: 35px;
}
*/

a {
    color: black;
}

a.servicebig:hover {
    color: #ffc138;
}

.soc {
    height: 172px;
    clear: both;
}

.o-companii p {
    text-align: justify;
    padding: 4px 0px 7px 0px;
}

.o-companii ul {
    text-align: justify;
}


.word {
    width: 150px;
    height: 150px;
    background: url(img/word.png)37px 37px no-repeat;
    border: 2px solid;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 16px;
    margin: 0 0 0 10px;
}

.doc a {
    display: block;
    float: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    width: 200px;
    padding: 20px 20px;
    height: 230px;
}

.doc p {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.doc a:hover {
    background: #000;
}

.doc a:hover .word {
    background: url(img/word1.png) 37px 37px no-repeat;
    border: 2px solid #fff;
}

.doc a:hover p {
    color: #fff;
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.from-price-item {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    text-align: center;
    margin: 0px 0px 0px 14px;
}

.from-price-item__image {
    height: 120px;
}

.from-price-item__name {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    height: 57px;
}

.from-price-item__price {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.from-price-item__prop {
    width: 100%;
}

.from-price-item__prop tr:nth-child(odd) {
    background: #F6C249;
}

.from-price-item__prop td {
    padding: 2px 5px;
}

.from-price-item__prop td:first-child {
    text-align: left;
}

.from-price-item__prop td:last-child {
    text-align: right;
}


a.in-price-link {
    position: absolute;
    right: 0;
    top: 30px;
    background: #FFC33B;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 36px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.dop_info div {
    width: 365px;
    vertical-align: middle;
    height: auto;
    display: table-cell;
    padding: 27px;
}

.dop_info div:first-child {
    background: black;
    color: #f6c249;
    text-transform: uppercase;
    font-size: 26px;
}

.dop_info {
    background: #f6c249;
    width: 100%;
    display: table;
    margin: 15px 0 54px 0;
}

.dop_info2 {
    margin: 0px;
    background-color: rgb(246, 194, 73);
    padding: 15px;
}

a.price_block {
    display: inline-block;
    text-align: center;
    width: 220px;
    /*height: 350px;*/
    padding: 20px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    vertical-align: top;
}

.gruzman img {
    width: 455px;
    height: 300px;
    padding: 0px 11px 16px 9px;
}

.gruzman p {
    text-align: center;
}

.razborka p {
    text-align: center;
}

.razborka img {
    width: 450px;
    height: 312px;
    padding: 0 10px 0 10px;
}

.our-autopark2 div {
    display: inline-block;
    width: 9%;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 155px 3px 0;
}

.our-autopark2 img {
    width: 231px;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 15px;
    display: block;
}

.our-autopark2 p {
    text-align: center;
    width: 231px;
}

.zakaz-taksi p {
    background: #fdbd2c;
    padding: 13px 0px 0px 0px;
    width: 231px;
    height: 35px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    margin: 22px 0 0 0;
}

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    cursor: pointer;
}

.close:hover {
    opacity: 1;
}

/--.close:before,
.close:after {
    position: absolute;
    right: 17px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #333;
    --/
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pereezd-dacha img {
    width: 290px;
    height: 400px;
    padding: 0 6px 20px 0;
}

.pereezd-dacha p {
    text-align: justify;
}

.pereezd-dacha ul {
    text-align: justify;
    margin: 4px 0px 0px 90px;
}

.pereezd-dacha {
    margin: 0 0 69px;
}











/*.wraper>.content p {
    text-align: left;
}*/

.wraper>.content ol,
.wraper>.content ul {
    margin: 20px 50px;
}

.gruzman p,
.razborka p,
.our-autopark2 p {
    text-align: center !important;
}

table.price {
    border-collapse: collapse;
    width: 100%;
    margin: 40px 0;
}

table.price td:nth-child(2) {
    width: 15%;
}

table.price td:nth-child(1) {
    width: 60%;
}

.price td,
.price th {
    padding: 10px 0;
}

.price th {
    text-transform: uppercase;
}

table.price p {
    text-align: center !important;
}

.jot-form-wrap {
    margin: 0 auto;
}

span.B_crumbBox {
    float: left;
}

.breadcrumbs {
    width: 100%;
    clear: both;
    height: 20px;
}

.revu-btn {
    position: absolute;
    right: 0;
    top: -16px;
    background: #FFC33B;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 36px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

p.cena-index {
    position: absolute;
    top: 90%;
    width: 85%;
}

a.footer-call {
    color: white;
}

.our-autopark p {
    text-transform: initial;
    color: #393b3a;
    font-weight: 900;
    font-size: 22px;
    margin: 10px 0 10px 0;
}

.qa-usl {
    background: #f3be45;
    width: 450px;
    height: 298px;
    margin: 40px 0 20px 370px;
}

.qa-usl-prc {
    background: #f3be45;
    width: 450px;
    height: 298px;
    margin: 40px 0px 23px 21px;
}

p.help-black {
    display: block;
    font-size: 26px;
    padding: 20px 0px 20px 20px;
    color: #f3be45;
    background: black;
}

.qa-usl p.help-index-p2.time {
    margin: 22px 0px 0px 60px;
    color: white;
    width: 265px;
    height: 41px;
}

.qa-usl-prc p.help-index-p2.time {
    margin: 22px 0px 0px 60px;
    color: white;
    width: 265px;
    height: 41px;
}

.block-text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 362px;
    height: 234px;
    border-style: solid;
    border-color: #fec137;
    padding: 10px 10px 0px 10px;
    margin: 0px 0 0px 0;
    text-align: justify;
}

p.help-p1 {
    display: block;
    padding: 10px;
    font-size: 21px;
    margin: 0 0 0 6px;
}

p.help-p2 {
    font-weight: bold;
    font-size: 21px;
    display: inline;
}

p.help-p3 {
    display: block;
    text-align: center;
    width: 222px;
    font-size: 17px;
    font-weight: bolder;
    margin: 12px 0px 0 101px;
}

p.help-p3 span {
    font-size: 20px;
}

.contect-p {
    text-align: justify;
}

.part2 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/office.jpg);
}

.part3 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(template/img/gruz.jpg);
}

.part4 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/6.jpg);
}

.part5 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/gr6.jpg);
}

.part6 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/sb6.png);
}

.part7 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/dp3.jpg);
}

.part8 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/gt1.jpg);
}

.part9 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/ps2.jpg);
}

.part10 {
    width: 530px;
    height: 497px;
    display: inline-block;
    background: url(img/kp5.jpg);
}


.block-usl-zayvka {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 30px 0px 40px 0px;
}

.part1 {
    width: 670px;
    height: 497px;
    display: inline-block;
}

.part2 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part2 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part3 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part3 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part4 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part5 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part5 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part6 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part6 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part7 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part7 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part8 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part8 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part9 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part9 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part10 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.part10 a {
    text-decoration: none;
    font-size: 29px;
    font-weight: bold;
    padding: 26px 12px 10px 12px;
    background: rgba(0, 0, 0, 0.73);
    /* border-radius: 10px; */
    top: 0px;
    position: absolute;
    width: 505px;
    float: left;
    left: 1px;
    height: 59px;
    color: white;
}

.part4 a:hover {
    color: #000000;
    background: rgba(246, 194, 73, 0.8);
}

.our-advantages-block-usl {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 10px 0 40px 0px;
    width: 1200px;
}

.our-advantages-block-usl div {
    width: 300px;
}

.more-otziv a {
    text-decoration: none;
    font-weight: bold;
    padding: 10px 12px 10px 12px;
    background: #ffc33b;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 210px;
    height: 21px;
    display: block;
}

.more-otziv {
    margin: 20px 0 20px 480px;
}

.more-otziv a:hover {
    color: #ffc33b;
    background: black;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

p.block-usl-p {
    font-size: 27px;
    font-weight: bold;
    margin: 6px 0px 30px 0px;
}











/*БАННЕР ЗАКАЖИ ПЕРЕЕЗД В УСЛУГАХ*/

.banner-form-inner2 .bfi-col2:first-child {
    width: 47%;
    float: left;
    height: 220px;
}

.bfi-col2 label {
    position: relative;
    display: block;
}

.name:before,
.phone:before,
.adres-one:before,
.adres-two:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 40px;
    left: 20px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}

.name:before {
    background: url(img/form-sprite.png) 3px 50% no-repeat #ffc33b;
}

.name:after,
.phone:after,
.adres-one:after,
.adres-two:after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left: 10px solid #ffc237;
    left: 43px;
}

.bfi-col2 input,
.bfi-col2 select {
    margin: 0 0 20px 0;
    border: none;
    -webkit-box-shadow: 1px 2px 3px grey;
    box-shadow: 1px 2px 3px grey;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 200px;
    height: 40px;
    padding: 0 0 0 40px;
    font-size: 16px;
}

.banner-form-inner2 .bfi-col2:nth-child(2) {
    width: 47%;
    float: right;
    right: 20px;
    height: 250px;
    top: -30px;
}

.banner-form-inner2 .submit {
    clear: both;
}

.our-advantages-block-usl1 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.car-block {
    display: inline-block;
    margin: 0px 0 0 0;
    width: 1200px;
    height: 390px;
}

.our-advantages-block-usl1 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 570px;
    margin: 0 0 30px 0;
}

.banner-usluga {
    background: url(img/sob.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga1 {
    background: url(img/b11.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga2 {
    background: url(img/tak.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga3 {
    background: url(img/grb.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga4 {
    background: url(img/sbb.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga5 {
    background: url(img/20.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga6 {
    background: url(img/gtb.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga7 {
    background: url(img/psb.jpg);
    width: 1200px;
    height: 196px;
}

.banner-usluga8 {
    background: url(img/kpbb.jpg);
    width: 1200px;
    height: 196px;
}

.knopka-up {
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    padding: 2px;
    background: #ffc33b;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 124px;
    position: absolute;
    width: 410px;
    float: left;
    left: 59px;
    height: 38px;
}

.knopka-up1 {
    text-decoration: none;
    font-size: 26px;
    font-weight: bold;
    padding: 2px;
    background: #ffc33b;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 124px;
    position: absolute;
    width: 410px;
    float: left;
    left: 59px;
    height: 70px;
}


.knopka-up a {
    text-decoration: none;
}

.knopka-up:hover {
    color: #ffc33b;
    background: black;
}

.knopka-up a:hover {
    color: #ffc33b;
}

.knopka-up1:hover {
    color: #ffc33b;
    background: black;
}

.knopka-up1 a {
    text-decoration: none;
}

.knopka-up1 a:hover {
    color: #ffc33b;
}

.part1>.banner-form {
    width: 672px;
    height: 497px;
}

.part1>.name:before,
.phone:before,
.adres-one:before,
.adres-two:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 40px;
    left: 20px;
    -webkit-border-radius: 2px 0px 0px 2px;
    border-radius: 2px 0px 0px 2px;
}

.part1>.name:before {
    background: url(img/form-sprite.png) 3px 50% no-repeat #ffc33b;
}

.part2 img {
    position: absolute;
    top: 158px;
    right: 23px;
}

.otziv {
    margin: 60px 0px 0px 0;
}

.part1>.what-deliver:after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left: 10px solid #ffc237;
    left: 23px;
}

.part1>.tipe-car:after {
    content: '';
    position: absolute;
    border: 20px solid transparent;
    border-left: 10px solid #ffc237;
    left: 23px;
}

.footer-left2 {
    padding: 11px 0 0 0;
}

.our-advantages-block-usl img {
    width: 220px;
    height: 144px;
}

.banner-sub-header span {
    color: #fdb920;
}

header.fixed-header {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 10;
    -webkit-box-shadow: 13px 1px 20px #80808070;
    box-shadow: 13px 1px 20px #80808070;
}

header.fixed-header .menu>ul>li:before {
    display: none;
}

header.fixed-header .menu {
    height: 30px;
}

header.fixed-header .menu ul {
    line-height: 0;
}

header.fixed-header .logo img {
    width: 70%;
    margin-top: 12px;
}

header.fixed-header .work-time p {
    font-size: 14px;
}

header.fixed-header .work-time {
    width: 520px;
    margin-left: -30px;
    height: 50px;
}

header.fixed-header .phones {
    font-size: 20px;
    text-align: right;
}

header.fixed-header .menu>ul>li>a {
    height: 30px;
}

.news {
    width: 530px;
    display: inline-block;
    margin: 5px 5px;
    vertical-align: top;
    border: 2px solid #febe2e;
    padding: 10px 10px 0px 10px;
    margin: 20px 17px 0 0;
    text-decoration: none;
}

.news img {
    height: 170px;
}

.news h3 {
    text-align: left;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0;
    min-height: 50px;
}

.news .see-more {
    padding: 10px;
    background: #add133;
    color: white;
    width: 150px;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 20px;
    float: left;
    margin-left: 15px;
}

span.date-end {
    float: right;
    margin-top: 30px;
    text-align: left;
    font-size: 18px;
}

.akcii_end .see-more {
    background: #b6b6b6;
}

.akcii_end {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.price-menu {
    display: inline-block;
    width: 30%;
}

.prise-content {
    width: 69%;
    display: inline-block;
    vertical-align: top;
}

.price-menu li {
    width: 85%;
    padding: 10px;
    display: block;
    margin: 0 !important;
    border: 1px solid lightgrey;
    margin-top: -1px !important;
    position: relative;
}

.price-menu ul {
    display: block;
    list-style-type: none;
    margin: 0 !important;
}

.price-menu a {
    text-decoration: none;
}

.price-menu li.active,
.price-menu li:hover {
    background: #dedede;
}

.price-menu img {
    width: 41px;
    height: 41px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    border: none;
    background: #dedede;
    border-right: 1px solid #a09b9b;
}

.price-menu span {
    margin-left: 40px;
}

.black-bloc-services {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    z-index: 10;
}

.content-text {
    text-align: justify !important;
}

.content-text table {
    text-align: center;
}

.ost-zvonok {
    width: 1140px;
    margin: 45px 30px;
    background: url(assets/images/fon1.jpg) no-repeat;
    -webkit-box-shadow: 0px 0px 10px grey;
    box-shadow: 0px 0px 10px grey;
    height: 310px;
}

.ost-zvonok input {
    width: 300px;
    height: 40px;
    border: 1px solid #c7c7c7;
    /* text-align: left; */
    font-size: 18px;
    font-family: 'Open sans';
    margin-bottom: 10px;
    background: #efb65ec7;
    margin-top: 70px;
    margin-left: 25px;
    color: white;
}

.ost-zvonok input[type="text"] {
    width: 220px;
    text-indent: 12px;
    font-size: 19px;
    color: white;
}

.bigtext p {
    font-size: 60px;
    color: white;
    margin-left: 360px;
    text-transform: uppercase;
    margin-top: 10px;
}

.ost-zvonok span {
    font-size: 40px;
    color: white;
    margin-left: 50px;
    text-transform: uppercase;
}

input.maskphone::-webkit-input-placeholder {
    color: white;
}

input.name::-webkit-input-placeholder {
    color: white;
}

.ost-zvonok input:hover {
    background: #9c7234;
}

.mobile {
    display: none;
}

table.table_kont th {
    width: 70%;
}

@media screen and (max-width: 1024px) and (min-width: 421px) {
    body {
        min-width: 1220px;
    }
}

@media screen and (max-width: 420px) {

    body {
        background: white;
    }

    .no-mobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .center {
        width: 100%;
    }
    .ost-zvonok {
        width: 100%;
        margin: 25px 0;
        height: 100%;
        background: #f5b121;
        padding-bottom: 30px;
    }

    .our-advantages ul li {
        width: 100%;
    }

    .our-advantages ul {
        position: relative;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        top: 0;
    }

    .our-advantages {
        height: 100%;
        padding: 10px 0;
    }

    .whish-our-site {
        width: 100%;
        height: 100%;
        margin: 20px 0;
    }

    .help-index {
        width: 100%;
        height: 100%;
        padding: 0 0 20px 0;
    }

    .help-index img {
        display: none;
    }

    p.help-index-p1 {
        font-size: 30px;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    p.help-index-p2.time {
        margin: 0 auto;
    }

    p.help-index-p {
        margin: 0;
    }

    .our-advantages-block div {
        width: 100%;
        height: 200px;
    }

    .our-advantages-block div img {
        margin-top: 40px;
    }

    .index-page-faq .faq {
        width: 100%;
        height: 530px;
        padding: 0;
        margin-top: 0;
    }

    .index-page-faq {
        float: none;
    }

    .item-faq {
        min-height: 170px;
    }

    .footer {
        height: auto;
        padding-top: 2px;
    }

    .footer-left {
        width: 100%;
        float: none;
    }

    .footer-left2 {
        float: none;
        width: 100%;
        text-align: left;
    }

    a.footer-call {
        display: inline-block;
    }

    .footer-right {
        float: none;
        width: 100%;
    }

    .footer-left {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: left;
        -webkit-align-items: left;
        -ms-flex-align: left;
        align-items: left;
    }

    .footer-left p:last-child {
        display: none;
    }

    .item-faq ul {
        width: 80%;
    }



    .top-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
        border-bottom: 2px solid #f5b121;
        margin-bottom: 5px;
    }

    .logo img {
        width: 100%;
    }

    .work-time {
        width: 50%;
        float: none;
        height: 100%;
        margin-top: 0;
        margin-left: 0;
        padding: 5px;
        margin: 0 -20px 0 10px;
    }

    .logo {
        float: none;
        width: 25%;
        margin-left: 0.5rem;
    }

    .phones {
        width: 25%;
        float: none;
        font-size: 0;
        margin-top: 0;
        height: 40px;
        background: url(img/phone-call1.png) no-repeat center;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-right: 25px;
    }
    @-webkit-keyframes spin {
        100% {
            -webkit-transform: rotate(90deg);
        }
    }
    @keyframes spin {
        50% {
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }
    }

    .work-time p {
        font-size: 11px;
        text-align: left;
    }

    .our-autopark div {
        width: 45%;
        font-size: 17px;
        margin: 0;
    }

    .bigtext p {
        margin-left: 0;
        font-size: 40px;
    }

    .ost-zvonok span {
        margin-left: 0;
        font-size: 20px;
    }

    .ost-zvonok input[type="text"] {
        width: 80%;
        margin-left: 0;
        background: white;
        margin-top: 5px;
        color: black;
    }

    .ost-zvonok input {
        width: 70%;
        margin-left: 0;
        margin-top: 20px;
        background: white;
        color: black;
        text-transform: uppercase;
        font-family: 'PT Sans', sans-serif;
    }

    .man-lukas {
        margin-top: 0;
    }

    .our-services div:nth-child(4n) {
        margin: 0;
    }

    .our-autopark div img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .banner-wrapper {
        height: 140px;
    }

    .mobile-menu.mobile {
        position: fixed;
        left: -9999px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background: white;
        z-index: 999;
        width: 100%;
        height: 100%;
        top: 0;
        padding-top: 50px;
    }

    .mobile-menu.mobile.show {
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: auto;
        padding-bottom: 40px;
    }
    .mobile.hamburger.show {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 99999;
        background-image: url(img/cross.png);
    }

    .our-services div:nth-child(2n) {
        margin: 0;
    }

    .mobile-menu.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: baseline;
        -ms-flex-line-pack: baseline;
        align-content: baseline;
    }

    .mobile-menu.mobile a {
        width: 40%;
        border: 2px solid #ddd;
        padding: 5px;
        height: 40px;
        margin: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mobile-menu.mobile a:first-child {
        width: 90%;
    }
    .mobile-menu.mobile a[href="gruzchiki-price.html"] {
        background: url(img/coins.png) 10% center no-repeat;
    }

    .our-services div {
        width: 45%;
        margin: 0px 0 10px 0;
        height: 220px;
        display: block;
    }

    .our-services div h4 {
        width: 70%;
        margin-left: 0;
        margin: 0 auto;
        bottom: 0;
        position: relative;
        height: 50px;
        font-size: 14px;
    }

    .our-services img {
        margin: 30px 0 0;
        position: relative;
    }

    p.cena-index {
        position: relative;
        top: -10px;
    }

    .our-services {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .popup-our-services .pop-up-services {
        width: 100%;
        left: 0;
        margin: 0;
        top: 0%;
        height: 100%;
        padding: 20px 0;
        z-index: 999;
    }

    .popup-our-services .pop-up-services .description {
        width: 90%;
        height: auto;
        margin: 0;
        text-align: justify;
        position: relative;
        top: 0;
    }

    .popup-our-services .pop-up-services span.make-request {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 20px auto;
    }

    .popup-our-services .pop-up-services a.see-more-service {
        position: relative;
        bottom: 0;
        margin: 0 auto;
        display: block;
        right: 0;
    }

    .pop-up-form-content {
        width: 100%;
        height: 45%;
        left: 0;
        top: 30%;
        padding: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .close-block {
        top: 2%;
        right: 3%;
        z-index: 9999;
    }

    .index-form-banner-thx {
        width: 100%;
        left: 0;
        top: 10%;
        margin: 0;
        padding: 70px 10px;
    }

    .pop-up-form-content span {
        width: 400px;
    }

    .name:before,
    .phone:before,
    .adres-one:before,
    .adres-two:before {
        left: 10px;
    }

    .name:after,
    .phone:after,
    .adres-one:after,
    .adres-two:after {
        left: 32px;
    }

    input.chk-agr {
        width: 24px;
        height: 24px;
        float: left;
    }

    .our-autopark {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .our-autopark p {
        font-size: 21px;
    }

    input.chk-agr+a {
        float: left;
        width: 80%;
        margin-bottom: 20px;
    }

    .contect-p ul {
        margin: 0 auto;
        width: 80%;
    }

    .close:before,
    .close:after {
        right: 25px;
    }
    .mobile.hamburger {
        width: 42px;
        height: 42px;
        background: url(img/menu-button.png) no-repeat center;
        position: fixed;
        right: 10px;
        z-index: 999;
    }

    header .center {
        width: 100%;
    }
    .phones a:first-child {
        width: 32px;
        height: 32px;
        display: block;
        margin: 0px -15px;
    }
    .mobile-menu.mobile.show a {
        text-transform: uppercase;
        text-decoration: none;
    }

    input.maskphone::-webkit-input-placeholder {
        color: #ddd;
    }

    input.name::-webkit-input-placeholder {
        color: #ddd;
    }

    .our-advantages-block-usl {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 10px 0;
        width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .our-advantages-block-usl img {
        width: 100%;
        height: initial;
    }

    .our-advantages-block-usl div {
        width: 45%;
        margin-top: 21px;
        background: #eee;
        padding: 10px 0;
    }

    .car-block {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

    .from-price-item {
        display: block;
        width: 95%;
        margin: 0px 0 10px;
    }

    .part1 {
        width: 100%;
        height: 100%;
        display: block;
    }

    .part3 {
        display: none;
    }

    .block-text {
        width: 90%;
        padding: 0;
        margin: 5px auto;
        display: block;
    }

    .qa-usl {
        width: 90%;
        margin: 0 auto;
        height: 100%;
    }

    p.help-p3 {
        margin: 10px auto;
    }

    .qa-usl p.help-index-p2.time {
        margin: 10px auto;
    }

    p.help-p2 {
        display: block;
        line-height: 40px;
    }

    .more-otziv {
        margin: 15px auto;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .block-usl-zayvka {
        margin: 0 auto;
        width: 90%;
    }

    .part1>.banner-form {
        width: 100%;
        height: 100%;
    }

    .banner-form-inner .bfi-col:first-child {
        width: 100%;
        float: none;
    }

    .bfi-col input,
    .bfi-col select {
        width: 84%;
    }

    .banner-form-inner .bfi-col:nth-child(2) {
        width: 90%;
        float: none;
        margin: 0px auto;
        top: 0;
        right: 0;
        height: 100%;
    }

    label.oferta {
        left: 0;
    }

    .submit input.submint {
        margin-top: 60px;
    }

    .wraper>.content ol,
    .wraper>.content ul {
        margin: 30px auto;
    }
    .price-menu {
        width: 90%;
        margin: 20px auto;
    }

    .prise-content {
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .dop_info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 50px auto;
    }

    .dop_info div {
        width: 100%;
        display: block;
    }

    .dop_info a {
        display: block;
    }
    .news {
        width: 90%;
        margin: 10px auto;
        padding: 10px;
    }

    .pagination a,
    span {
        padding: 10px 10px;
        font-size: 20px;
    }
    .news img {
        width: 100%;
        height: initial;
    }

    .news .see-more {
        width: 80%;
        position: relative;
        float: none;
        margin: 10px auto 0;
    }

    span.date-end {
        float: none;
        position: relative;
    }

    .news a {
        text-decoration: none;
    }
    .revu-btn {
        position: relative;
        top: 0;
        margin: 30px auto;
        display: block;
        width: 70%;
    }
    .price-menu li {
        width: 94%;
    }
    table.price {
        overflow: scroll;
        width: 90%;
        display: block;
        margin: 0 auto;
    }
}

.price-button {
    background-color: #ffc33b;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px 30px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.price-button:hover {
    background-color: #000;
    color: #ffc33b;
}

.footer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0 58px;
}

@media screen and (max-width: 420px) {
    .footer-flex {
        padding: 16px 20px 58px;
    }
}

.footer-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 47%;
}

@media screen and (max-width: 420px) {
    .footer-left {
        width: 100%;
    }
}

.footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    width: 50%;
}

@media screen and (max-width: 420px) {
    .footer-right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
}

.footer-bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 420px) {
    .footer-bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer ul {
    list-style: none;
}

.footer-left ul li {
    margin-bottom: 6px;
}

.footer-left ul li a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.footer .footer-title {
    color: #ffc424;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
}

.footer-copy {
    text-align: left;
}

@media screen and (max-width: 420px) {
    .footer-copy {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}

.footer-copy span {
    display: block;
    font-size: 14px;
}

.footer-copy a {
    color: #ffc424;
    font-size: 16px;
    text-decoration: none;
}

.center-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 130px;
}

.center-top ul {
    width: 27%;
}

.footer-info {
    text-align: left;
}

@media screen and (max-width: 420px) {
    .footer-info {
        width: 100%;
    }
}

.footer-info span {
    color: #ffc424;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 420px) {
    .footer-info span {
        text-align: center;
    }
}

.footer-info>span {
    margin-bottom: 15px;
}

@media screen and (max-width: 420px) {
    .footer-info>span {
        margin-bottom: 0;
    }
}

.footer-phone {
    padding-left: 21px;
    position: relative;
}

@media screen and (max-width: 420px) {
    .footer-phone {
        padding-left: 0;
    }
}

.footer-phone::before {
    content: '';
    background-image: url(img/phone-footer.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 5px;
    height: 34px;
    width: 15px;
}

@media screen and (max-width: 420px) {
    .footer-phone::before {
        display: none;
    }
}

.footer-order {
    border: 2px solid #edbc31;
    margin-bottom: 10px;
    padding: 7px 22px 18px;
}

@media screen and (max-width: 420px) {
    .footer-order {
        margin: 0 auto 15px;
    }
}

.footer-order .order-top,
.footer-order .order-center,
.footer-order .order-bottom {
    display: block;
    line-height: 1;
}

.footer-order .order-top {
    font-size: 24px;
    margin-bottom: 7px;
}

.footer-order .order-center {
    font-family: 'PTSansBold', sans-serif;
    font-size: 32px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.footer-order .order-bottom {
    color: #ffc424;
    font-family: 'PTSansBold', sans-serif;
    font-size: 36px;
    margin-bottom: 26px;
}

.footer-order-button {
    background-color: #edbc31;
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    margin: 0 auto;
    padding: 3px 39px;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.center-bottom {
    color: #fff;
    display: block;
    margin: 0 auto;
    padding-left: 50px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 420px) {
    .center-bottom {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}

.center-bottom::before {
    content: '';
    background-image: url(img/so-use.png);
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 2px;
    top: -10px;
    height: 41px;
    width: 35px;
}

.footer-bottom .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 35px;
}

@media screen and (max-width: 420px) {
    .footer-bottom .social {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 auto 10px;
        width: 100%;
    }
}

.footer-bottom .social li:not(:last-child) {
    margin-right: 14px;
}

.body-price {
    background: none;
}

.center-new {
    margin: 30px auto 0;
    padding: 0 20px;
    width: 1140px;
}

@media screen and (max-width: 420px) {
    .center-new {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
}


.order-car-form-wrap {
    background-image: url(img/form-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 452px;
    margin-bottom: 85px;
    padding-top: 50px;
    position: relative;
}

@media screen and (max-width: 420px) {
    .order-car-form-wrap {
        display: none;
    }
}

.order-car-form {
    border: 20px solid #ffc33b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 15px;
    position: absolute;
    left: 0;
    top: -20px;
    height: 492px;
    width: 555px;
}

.order-car-title {
    display: block;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.order-radio {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

#radio1+label,
#radio2+label {
    margin: 0 100px 47px 0;
}

.order-radio+label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding-right: 24px;
    position: relative;
    width: 85px;
}

.order-radio+label::before {
    background-color: transparent;
    border: 2px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 1px;
    right: -3px;
    height: 21px;
    width: 21px;
}

.order-radio+label::after {
    background-color: #ffc33b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 5px;
    right: 1px;
    height: 13px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 13px;
}

.order-radio:checked+label::after {
    opacity: 1;
}

.order-car-form input[type=text] {
    background-color: #fff;
    border: 2px solid #e5e5e5;
    display: block;
    font-family: 'PTSansRegular', sans-serif;
    font-size: 24px;
    padding: 9px 24px 10px;
    width: 77%;
}

.order-car-form input[type=text]::-webkit-input-placeholder {
    color: #4f4f4f;
}

.order-car-form input[type=text]::-moz-placeholder {
    color: #4f4f4f;
}

.order-car-form input[type=text]:-ms-input-placeholder {
    color: #4f4f4f;
}

.order-car-form input[type=text]::-ms-input-placeholder {
    color: #4f4f4f;
}

.order-car-form input[type=text]::placeholder {
    color: #4f4f4f;
}

.flat-order-name {
    margin: 0 auto 23px;
}

.order-car-form form span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto 25px;
    width: 85%;
}

.order-car-form span a {
    text-decoration: none;
}

.order-car-form input[type=submit] {
    background-color: #ffc33b;
    border: none;
    display: block;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    margin: 0 auto;
    padding: 10px 72px 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.order-car-form input[type=submit]:hover,
.flat-quest input[type=submit]:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 195, 59, 1);
    box-shadow: 0 0 20px 0 rgba(255, 195, 59, 1);
    color: #fff;
}

.flat-order-phone {
    margin: 0 auto 10px;
}

.order-car-text {
    margin-left: 577px;
    text-align: left;
}

.order-car-text span {
    display: block;
    text-transform: uppercase;
}

.order-car-text .car-text1 {
    color: #fff;
    font-family: 'PTSansBold', sans-serif;
    font-size: 48px;
    text-shadow: 0 0 9px rgba(70, 70, 70, 0.59);
}

.order-car-text .car-text2 {
    color: #ffc33b;
    font-family: 'PTSansBold', sans-serif;
    font-size: 72px;
    margin-bottom: 21px;
    text-shadow: 0 0 9px rgba(70, 70, 70, 0.59);
}

.order-car-text .car-text3 {
    color: #fff;
    font-size: 36px;
    text-shadow: 0 0 9px rgba(70, 70, 70, 0.59);
}

.flat-info {
    margin-bottom: 77px;
}

.section-title {
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.flat-info p {
    line-height: 1.5;
    padding: 0;
    text-align: justify;
    text-indent: 1.5em;
}

@media screen and (max-width: 420px) {
    .flat-info p {
        text-align: center;
    }
}

.type-section-wrap {
    margin-bottom: 198px;
}

@media screen and (max-width: 420px) {
    .type-section-wrap {
        margin-bottom: 10px;
    }
}

.type-section-wrap .section-title {
    margin-bottom: 44px;
}

.type-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.type-section article {
    width: 20%;
}

.type-section-pic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    margin-bottom: 12px;
}

.type-section-title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.flat-move {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 10px solid #ffc33b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
    padding: 18px 45px 44px 21px;
    position: relative;
}

@media screen and (max-width: 420px) {
    .flat-move {
        padding: 18px 40px 30px 21px;
    }
}

.flat-move::before {
    content: '';
    background-image: url(img/gaz.png);
    -webkit-background-size: cover;
    background-size: cover;
    height: 269px;
    position: absolute;
    right: -54px;
    top: -146px;
    width: 462px;
}

@media screen and (max-width: 420px) {
    .flat-move::before {
        display: none;
    }
}

.flat-move-title {
    font-family: 'PTSansBold', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}

@media screen and (max-width: 420px) {
    .flat-move-title {
        text-align: center;
    }
}

.flat-move-title::before {
    background-color: #ffc33b;
    content: '';
    height: 10px;
    position: absolute;
    left: 101.5%;
    top: 18px;
    width: 196px;
}

@media screen and (max-width: 420px) {
    .flat-move-title::before {
        display: none;
    }
}

.flat-move-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    background-color: #ffc33b;
    cursor: pointer;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    padding: 9px 56px 12px;
    text-decoration: none;
}

.price-section {
    margin-bottom: 35px;
}

.price-section .section-title {
    margin-bottom: 47px;
}

@media screen and (max-width: 420px) {
    .price-section .section-title {
        margin-bottom: 25px;
    }
}

.price-section-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}

@media screen and (max-width: 420px) {
    .price-section-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
}

.price-section-item {
    background-color: #eee;
    width: -webkit-calc(25% - 23px);
    width: calc(25% - 23px);
}

@media screen and (max-width: 420px) {
    .price-section-item {
        width: 100%;
    }
    .price-section-item:not(:last-child) {
        margin-bottom: 25px;
    }
}

.price-section-name {
    background-color: #ffc33b;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 17px 0;
}

.price-section-num {
    color: #ed110c;
    font-family: 'PTSansBold', sans-serif;
    font-size: 30px;
    margin-bottom: 42px;
    position: relative;
}

.price-section-num::after {
    background-color: #ffc33b;
    content: '';
    height: 8px;
    position: absolute;
    bottom: -18px;
    left: -webkit-calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
}

.price-section-point {
    display: block;
    font-size: 18px;
    margin-bottom: 16px;
}

.price-section-button {
    background-color: #ffc33b;
    cursor: pointer;
    display: block;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    padding: 10px 0 14px;
    text-decoration: none;
}

.price-section p {
    line-height: 1.5;
    padding: 0;
    text-align: justify;
}

@media screen and (max-width: 420px) {
    .price-section p {
        text-align: center;
    }
}

.flat-action {
    margin-bottom: 69px;
}

@media screen and (max-width: 420px) {
    .flat-action {
        display: none;
    }
}

.flat-action .section-title {
    margin-bottom: 4px;
}

.flat-action .news {
    margin-bottom: 36px;
    width: 529px;
}

.flat-action p {
    line-height: 1.5;
    padding: 0;
    text-align: left;
}

.avtopark {
    margin-bottom: 76px;
    position: relative;
}

@media screen and (max-width: 420px) {
    .avtopark {
        margin-bottom: 15px;
    }
}

.avtopark .section-title {
    margin-bottom: 72px;
}

@media screen and (max-width: 420px) {
    .avtopark .section-title {
        margin-bottom: 25px;
    }
}

.avtopark-button {
    background-color: #ffc33b;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    padding: 6px 57px 9px;
    position: absolute;
    right: 0;
    top: -5px;
    text-decoration: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

@media screen and (max-width: 420px) {
    .avtopark-button {
        display: inline-block;
        margin-bottom: 20px;
        position: static;
    }
}

.avtopark-button:hover {
    -webkit-box-shadow: 0 0 35px 0 rgba(255, 195, 59, .95);
    box-shadow: 0 0 35px 0 rgba(255, 195, 59, .95);
    color: #fff;
}

.avtopark-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 420px) {
    .avtopark-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.avtopark-item {
    text-align: left;
    width: 50%;
}

@media screen and (max-width: 420px) {
    .avtopark-item {
        margin-bottom: 25px;
        width: 100%;
    }
}

.avtopark-item:hover .avtopark-hover {
    opacity: 1;
}

.avtopark-title {
    color: #ffc33b;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

@media screen and (max-width: 420px) {
    .avtopark-title {
        margin-bottom: 0;
    }
}

.avtopark-item>span {
    display: block;
    font-size: 18px;
    margin-bottom: 77px;
}

@media screen and (max-width: 420px) {
    .avtopark-item>span {
        margin-bottom: 15px;
    }
}

.avtopark-pic {
    height: 152px;
}

@media screen and (max-width: 420px) {
    .avtopark-pic {
        margin-bottom: 15px;
    }
}

.avtopark-pic img {
    display: block;
    height: 100%;
    margin-left: 50px;
}

@media screen and (max-width: 420px) {
    .avtopark-pic img {
        margin: 0 auto;
    }
}

.avtopark-hover {
    background-color: #ffc33b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 305px;
    opacity: 0;
    padding: 29px 25px;
    position: absolute;
    top: 0;
    left: -5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: 555px;
    z-index: 2;
}

@media screen and (max-width: 420px) {
    .avtopark-hover {
        height: auto;
        opacity: 1;
        position: static;
        width: 100%;
    }
}

.avtopark-hover-descr {
    margin-bottom: 40px;
}

@media screen and (max-width: 420px) {
    .avtopark-hover-descr {
        margin-bottom: 15px;
    }
}

.avtopark-hover-size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.avtopark-hover-size .size-item:not(:last-child) {
    margin-right: 90px;
}

@media screen and (max-width: 420px) {
    .avtopark-hover-size .size-item:not(:last-child) {
        margin-right: 20px;
    }
}

.size-item span {
    display: block;
}

@media screen and (max-width: 420px) {
    .size-item span {
        font-size: 18px;
    }
}

.size-item span:first-child {
    font-family: 'PTSansBold', sans-serif;
    font-size: 18px;
}

.flat-order {
    margin-bottom: 59px;
}

.flat-order .section-title {
    margin-bottom: 35px;
}

.flat-order-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 420px) {
    .flat-order-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.flat-order-item {
    width: 185px;
}

@media screen and (max-width: 420px) {
    .flat-order-item {
        width: 100%;
    }
}

.flat-order-item:not(:last-child) {
    margin-right: 128px;
}

@media screen and (max-width: 420px) {
    .flat-order-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.flat-order-pic {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 10px solid #ffc33b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 166px;
    margin: 0 auto 9px;
    width: 166px;
}

.flat-order-title {
    font-size: 18px;
}

.flat-quest-wrap {
    border: 10px solid #ffc33b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 195, 59, 1);
    box-shadow: 0 0 15px 0 rgba(255, 195, 59, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 120px;
    padding: 32px 56px 43px;
}

@media screen and (max-width: 420px) {
    .flat-quest-wrap {
        padding: 20px 30px 35px;
    }
}

.flat-quest-pic {
    margin-top: 26px;
    width: 32%;
}

@media screen and (max-width: 420px) {
    .flat-quest-pic {
        display: none;
    }
}

.flat-quest-pic img {
    display: block;
}

.flat-quest {
    text-align: left;
    width: 67%;
}

@media screen and (max-width: 420px) {
    .flat-quest {
        width: 100%;
    }
}

.flat-quest-title {
    font-family: 'PTSansBold', sans-serif;
    font-size: 36px;
    margin-bottom: 17px;
    position: relative;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media screen and (max-width: 420px) {
    .flat-quest-title {
        font-size: 28px;
    }
}

.flat-quest-title::after {
    background-color: #ffc33b;
    content: '';
    position: absolute;
    top: 22px;
    left: 102%;
    height: 4px;
    width: 294px;
}

@media screen and (max-width: 420px) {
    .flat-quest-title::after {
        display: none;
    }
}

.flat-quest-descr {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 31px;
}

@media screen and (max-width: 420px) {
    .flat-quest-descr {
        font-size: 20px;
    }
}

.flat-quest input[type=text] {
    border: none;
    border-bottom: 2px solid #000;
    display: block;
    font-family: "PTSansRegular", sans-serif;
    font-size: 18px;
    padding: 5px 1px;
    margin-bottom: 26px;
    width: 267px;
}

.flat-quest input[type=text]::-webkit-input-placeholder {
    color: #000;
}

.flat-quest input[type=text]::-moz-placeholder {
    color: #000;
}

.flat-quest input[type=text]:-ms-input-placeholder {
    color: #000;
}

.flat-quest input[type=text]::-ms-input-placeholder {
    color: #000;
}

.flat-quest input[type=text]::placeholder {
    color: #000;
}

.flat-quest input[type=submit] {
    background-color: #ffc33b;
    border: none;
    display: block;
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    padding: 9px 48px 14px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.form-car-name {
    display: none !important;
}

.install-page {
    padding: 0 0 50px;
}

.install-page p {
    padding: 0;
}

.install-page h2,
.install-page h3 {
    font-family: 'PTSansBold', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.install-page h3 {
    margin-bottom: 20px;
}

.install-page .mb5 {
    margin-bottom: 50px;
}

.banner-install {
    -webkit-background-size: cover;
    background-size: cover;
    height: 452px;
    margin: 30px 0 50px;
}

.banner-install.furniture-assembly {
    background-image: url(img/sborka_mebeli.jpg);
}

.banner-install.stevedores {
    background: url(img/gruzchiki.jpg) center;
}

.banner-install.master {
    background-image: url(img/poteklo.jpg);
}

@media screen and (max-width: 420px) {
    .banner-install {
        display: none;
    }
}

.banner-install .order-car-text {
    padding-top: 217px;
}

.how-order-wrap {
    margin: 50px 0;
}

@media screen and (max-width: 420px) {
    .how-order-wrap {
        margin: 25px 0;
    }
}

.how-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (max-width: 420px) {
    .how-order {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.how-order-item {
    width: 28%;
}

@media screen and (max-width: 420px) {
    .how-order-item {
        margin: 0 auto 20px;
        width: 80%;
    }
}

.install-table {
    margin-bottom: 50px;
}

.install-table p {
    text-align: left;
}

.install-table em {
    display: block;
    text-align: left;
}

.install-page .flat-move {
    margin: 200px 0 70px;
}

@media screen and (max-width: 420px) {
    .install-page .flat-move {
        margin: 50px 0;
        padding: 20px;
    }
    .install-page .flat-move-button {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

.install-page .flat-move::before {
    background-image: url(img/install.png);
    height: 460px;
    right: -74px;
    top: -326px;
    width: 480px;
}

.install-page .flat-move-title::before {
    width: 130px;
}

.install-page .type-section {
    margin-bottom: 50px;
}

.install-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 420px) {
    .install-gallery {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .install-gallery-item {
        margin-bottom: 20px;
        width: 100%;
    }
}

.take-apart p {
    text-align: left;
}

.install-page .take-apart ul {
    margin-top: 0;
}

.flat-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flat-gallery-item {
    margin-bottom: 25px;
    margin-right: 22px;
    width: -webkit-calc(33% - 15px);
    width: calc(33% - 15px);
}

.flat-gallery-item:nth-child(3n) {
    margin-right: 0;
}

.flat-gallery-item img {
    display: block;
    width: 100%;
}