/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: 'Roboto', sans-serif;*/
/*fonts end*/

* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    outline: none;
}

html,body {
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
}

header {
    background: #27282D;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.center {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}

.phone_wrapp.header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 250px;
    padding: 10px 0;
}

.logo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 250px;
}

.logo span {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}


.header_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
}

.phone_cont {
    font-size: 18px;
    font-weight: 500;
    margin: 2px 0;
}

.phone_cont span {
    color: #FF6E40;
}

.social_wrapp {
    font-size: 12px;
}
.header_bottom {
    background: #FF6E40;
    margin-top: 20px;
}

/*.header_bottom .center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 50px;
    align-items: center;
}*/

.header_menu_item a {
    /* font-size: 18px; */
    font-weight: 500;
    line-height: 50px;
    display: block;
    padding: 0 10px;
}

/**/
.form_main_wrapp {
    min-height: 475px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form_main_wrapp .form_main_wrapp_left {
    width: calc(55% - 10px);
}

.form_main_wrapp .form_main_wrapp_right {
    width: calc(45% - 10px);
}

.form_descr {
    font-size: 31px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    display: block;
}

.orange_text {
    color: #FF6E40;
}

.form_descr span {
    display: block;
}

.form_post_descr {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-top: 10px;
    padding-right: 20%;
}

.form_main_wrapp_right {
    display: flex;
    align-items: center;
}

.form_main_wrapp_right img {
    margin-right: 10px;
}

.form_cont {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    justify-content: center;
    padding: 30px;
}

.form_title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.form-horizontal {
    padding: 0 15px;
}

.form-horizontal input[type="text"],
.form-horizontal input[type="tel"] {
    border: none;
    width: 100%;
    font-size: 18px;
    margin-bottom: 30px;
}

.orange_btn {
    background: #FF6E40;
    border: 2px solid #FF6E40;
    color: #fff;
}

.btn{
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
    cursor: pointer;
}

.form_submit.btn.orange_btn{
    width: 100%;
    margin-bottom: 30px;
}

.orange_btn i {
    margin-left: 5px;
}

.form_sogl {
    font-size: 12px;
    text-align: center;
    color: #333;
}

.form_sogl a {
    color: #333;
}

.works_slide_wrapp_small img{
    cursor: pointer;
    margin: 0 3px;
}

.works_slide_wrapp_small img:first-child{
    margin-left: 0;
}

.works_slide_wrapp_small img:last-child{
    margin-right: 0;
}

.works_slide_wrapp_small img.slick-current{
    border: 3px solid #FF6E40;
}

.works_slide_wrapp_big_and_small {
    position: relative;
}

.works_arrow {
    position: absolute;
    display: inline-block;
    top: calc(50% - 36px);
    color: #FF3D00;
    font-size: 72px;
    z-index: 1;
    cursor: pointer;
}

.works_arrow.prev {
    left: 15px;
}

.works_arrow.next {
    right: 15px;
}

.works_slide_wrapp_small {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.works_slide_wrapp_small .slick-track{
    transform:none!important;
    padding: 0!important;
    margin: 0 auto!important;
}

.works_wrapp {
    padding: 6rem 0;
}

.works_wrapp {
    padding: 3rem 0;
}

.works_wrapp_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 54px;
}


.works_slide_wrapp_big_and_small {
    margin-top: 20px;
}

.review_thx_wrapp {
    padding: 3rem 0;
    background: #27282D;
}

.review_thx_wrapp_title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.review_thx_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review_thx_cont > * {
    width: calc(100% / 3 - 20px);
    box-shadow: 0 0 9px #fff;
    font-size: 0;
}

.review_thx_cont > * img {
    width: 100%;
}
/**/
.form_main_two_wrapp {
    background: #FF6E40;
    padding: 3rem 0;
}

.form_two_title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.form_main_two {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.form_phone_fild.form_main_two_phone {
    font-size: 18px;
}

.form_main_two * {
    margin: 0 10px;
}

.white_btn {
    border: none;
    color: white;
}

.form_submit.btn.white_btn {
    padding: 8px 35px;
}

/**/
.work_steps_wrapp {
    background: #27282D;
    padding: 3rem 0;
}

.work_steps_wrapp_title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.work_step {
    width: calc(100% / 5 + 40px);
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 14px;
    position: static;
    margin-left: -40px;
    padding-left: 50px!important;
}

.work_steps_cont {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 40px;
}

.work_steps_cont div:nth-child(odd) {
    color: #fff;
    background: #FF6E40;
    border-radius: 0 40px 40px 0;
    position: static;
}

.work_steps_cont div:nth-child(even) {
    color: #333;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0 40px 40px 0;
}

.work_steps_cont div:nth-child(1) {
    z-index: 5;
    border-radius: 40px;
}

.work_steps_cont div:nth-child(2) {
    z-index: 4;
}

.work_steps_cont div:nth-child(3) {
    z-index: 3;
}

.work_steps_cont div:nth-child(4) {
    z-index: 2;
}

.work_steps_cont div:nth-child(5) {
    z-index: 1;
}

.partners_wrapp_title {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.partners_wrapp {
    padding: 3rem 0;
}

.partners_cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.map_wrapp {
    background: #212121;
    padding: 3rem 0;
}

.map_wrapp_title {
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.map_wrapp_post_title {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-align: center;
}

.map_cont {
    margin: 15px 0;
    position: relative;
}

.map_cont_phone_wrapp {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: calc(50% - 85px);
    max-width: 320px;
    min-height: 170px;
    background: #FF6E40;
    border-radius: 20px 0 0 20px;
    padding: 20px 60px 20px 20px;
}

.map_cont_phone_wrapp span {
    font-size: 18px;
    line-height: 27px;
}

.map_cont_phone_wrapp a {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 33px;
    font-weight: 700;
}

.footer_wrapp {
    display: flex;
    padding: 3rem 0;
    justify-content: space-between;
}

.footer_wrapp div:last-child {
    text-align: end;
}

.footer_wrapp a {
    color: #333;
}

.footer_cont {
    display: flex;
    flex-direction: column;
}

.footer_cont:nth-child(2) {
    align-items: center;
}

.footer_cont a, .footer_cont span {
    font-size: 14px;
}

.footer_cont a.footer_phone {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}

.footer_cont a.footer_mail {
    font-weight: 700;
}

.form_phone_fild.form_main_two_phone {
    border: none;
	text-align: center;
}

.thx_form {
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.thx_form span {
    color: #fff;
}

.thx_form span.orange_text {
    color: #FF6E40;
}

.form_main_two_cont {
    display: flex;
    justify-content: center;
}

.orange_btn {
    transition: .5s;
}

.orange_btn:hover {
    background: #fff;
    color: #FF6E40;
}

.white_btn {
    transition: .5s;
}

.white_btn{
    border: 2px solid #fff;
}

.white_btn:hover {
    background:  #FF6E40;
    color: #fff;

}

.pageContentWrapp {
    background: #27282D;
    color: #fff;
    padding: 3rem 0;
}

.pageContentWrapp_text_title {
    font-size: 36px;
    line-height: 54px;
    font-weight: 700;
    text-align: center;
}

.pageContentWrapp_text_posttitle {
    font-size: 24px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pageContentWrapp_text_descr p {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
    text-indent: 40px;
}

.pageContentWrapp_text_ul_wrapp ul {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    max-width: 50%;
    padding: 0!Important;
}

.pageContentWrapp_text_ul_wrapp {
    display: flex;
    flex-wrap: wrap;
}

.pageContentWrapp_text_ul_wrapp li {
    font-size: 16px;
    margin-bottom: 14px;
    align-items: center;
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
}

.pageContentWrapp_text_ul_wrapp li:before {content: '►';color: #FF6E40;margin-right: 5px; position: absolute; z-index: 1;left: 0;top: 0;}

.pageContentWrapp_text_ul_wrapp li span {
    margin-right: 5px;
}

.dopTextWrapp {
    padding: 3rem 0;
}

.dopTextWrapp h1 {
    font-size: 36px;
    line-height: 54px;
    text-align: center;
}

.dopTextWrappCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dopTextWrappCont_item {
    max-width: calc(50% - 20px);
}

.dopTextWrappCont_item img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.dopTextWrappCont_item_title {
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.dopTextWrappCont_item_descr p {
    margin: 0;
    text-align: justify;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.pageContentWrapp_text_ul_wrapp {margin-top: 20px;}

.fixed {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
}

.avto {
    display: flex;
    margin: 50px 0;
    flex-wrap: wrap;
}

.avto__item {
    width: 33%;
    text-align: center;
    padding: 0 30px;
}

img.avto__icon {
    width: 300px;
}

.title__avto {
    background: #FF6E40;
    padding: 1rem 0;
    text-align: center;
    color: white;
}

img.leftimg {
    float: left;
    margin: 20px 60px 0 0;
}

.avto__li {
    padding: 30px 10px 10px 0;
    margin: 20px 0px 20px 0;
}

.avto__li li {
    margin: 0 0 10px;
}

.avto__li li:before {
    content: "";
    position: absolute;
    right: 1100px;
    width: 18px;
    height: 18px;
    background: url(/assets/images/navesy/li-bg.png) no-repeat;
}

.form__item {
    width: 25%;
    text-align: center;
    padding: 5px 10px;
}

img.form__icon {
    width: 200px;
}

.navesy {
    text-align: center;
    margin: 50px 0 50px 0;
}

.montaj {
    display: flex;
    margin: 100px 0;
}

.montaj__item {
    width: 20%;
    text-align: center;
}

p.montaj__title {
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    max-height: 30px;
    height: 100%;
}

.montaj__text {
    font-size: 14px;
    color: #6c7279;
    line-height: 1.5;
}

.material__item {
    width: 33%;
    text-align: center;
    padding: 0px 25px;
}

.color__item {
    width: 20%;
    text-align: center;
    padding: 5px 10px;
}

p.color__title {
    font-size: 14px;
    color: #2d3033;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    max-height: 30px;
    height: 100%;
}

.avto__naves {
    max-width: 960px;
    margin: 25px auto;
}

.b-showcase {
    position: relative;
    height: 610px;
    background: center center no-repeat url(/assets/images/palitra-navesyi-yunistroj.jpg);
}

.b-showcase__text {
    width: 190px;
}

.b-showcase__text--1 {
    width: auto;
}

.b-showcase__item {
    position: absolute;
    display: flex;
    align-items: center;
    max-width: 320px;
}

.b-showcase__item--1 {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.b-showcase__item--2 {
    top: 130px;
    left: 0;
    text-align: right;
}

.b-showcase__item--3 {
    top: 130px;
    right: 0;
}

.b-showcase__item--4 {
    top: 310px;
    left: 0;
    text-align: right;
}

.b-showcase__item--5 {
    top: 310px;
    right: 0;
}

.b-showcase__item--6,
.b-showcase__item--7 {
    flex-direction: column;
    text-align: center;
}

.b-showcase__item--6 {
    top: 448px;
    left: 290px;
}

.b-showcase__item--7 {
    top: 448px;
    left: 480px;
}

.b-showcase__icon {
    width: 110px;
    height: 110px;
    background: #024217;
    border-radius: 50%;
    margin: 0 auto;
    flex-shrink: 0;
    box-shadow:
        2px 4px 5px rgba(0,0,0,0.1),
        4px 8px 16px rgba(0,0,0,0.1);
}

.b-showcase__icon--1 {
    margin-top: 10px;
}

.b-showcase__icon--2 {
    position: relative;
    margin-left: 20px;
    background-color: #2e130a;
}

.b-showcase__icon--2::before {
    content: '';
    position: absolute;
    left: -8px;
    top: -24px;
    width: 60px;
    height: 60px;
    background: center center no-repeat url(/assets/images/prhit.png);
}

.b-showcase__icon--3 {
    margin-right: 20px;
    background-color: #9fa3a6;
    order: -1;
}

.b-showcase__icon--4 {
    margin-left: 20px;
    background-color: #850e24;
}

.b-showcase__icon--5 {
    margin-right: 20px;
    order: -1;
    background-color: #fff;
}

.b-showcase__icon--6 {
    margin-bottom: 10px;
    order: -1;
    background-color: #154889;
}

.b-showcase__icon--7 {
    margin-bottom: 10px;
    order: -1;
    background-color: #020202;
}

.form_recaptcha {
    margin-bottom: 30px;
}

.statii {
    display: flex;
    flex-wrap: wrap;
}

.statii__item.item-statii {
    margin: 10px;
    max-width: calc(100% / 3 - 20px);
    border: 1px solid #27282d63;
}

.item-statii__top img {
    width: 100%;
}

.item-statii__bottom {
    padding: 5px;
}

.item-statii__title {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #ff6e40;
    min-height: 50px;

}

.item-statii__description {
    margin-top: 10px;
    min-height: 135px;
}

.item-statii__btn {
    text-align: right;
    padding: 5px;
}

a.item-statii__link {
    display: inline-block;
    width: 150px;
    height: 35px;
    color: white;
    text-align: center;
    font-weight: bold;
    background: #ff6e40;
    padding-top: 7px;
    border-radius: 8px;
}

td.title {
    background-color: #ff6e40;
    color: white;
    padding: 15px 0px 15px 40px;
}

td.meny_first {
    padding: 15px 0 15px 0;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

td.meny {
    width: 23%;
    padding: 15px 0 15px 0;
    text-align: center;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

th.meny {
    width: 23%;
    padding: 15px 0 15px 0;
    text-align: center;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

td {
    padding: 4px;
    text-align: center;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

th {
    padding: 4px;
    border-top: 1px solid #000;
    font-weight: 400;
}

table {
    border: 1px solid #000;
    width: 100%;
    border-collapse: collapse;
}

td.meny_first_two {
    padding: 15px 0 15px 0;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

td.meny_two {
    width: 32%;
    padding: 15px 0 15px 0;
    text-align: center;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

th.meny_two {
    width: 23%;
    padding: 15px 0 15px 0;
    text-align: center;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

p.text__red {
    color: red;
    font-size: 25px;
    font-weight: 600;
}

p.text__blue {
    color: #0000ffab;
    font-size: 21px;
    font-weight: 600;
}

ul {
    list-style-image:url(/assets/images/ugl.png);
}

li {
	margin-bottom: 0.5em;
}

.error {
    color: red;
    font-weight: 600;
	text-align: center;
}

.avto__item a {
    position: relative;
    display: block;
}

.avto__item .avto__title {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 20px 10px 20px 10px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.working_hours {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
    color: white;
    padding: 10px 0;
}

.location_wrapp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 160px;
    width: 100%;
    font-size: 15px;
    color: white;
    padding: 10px 0;
}

.working_hours span {
    margin: 2px 0;
}

a.header_mail {
    margin: 2px 0;
}

.location_wrapp span {
    margin: 2px 0;
}

/* Карточки товаров в разделе "Автонавесы" */

.avtonavesi {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.avtonaves-item {
    width: calc(100% / 3 - 40px);
    margin: 20px;
}

.avtonaves-img {
	border: solid 1px grey;
}

.avtonaves-img > img {
    width: 100%;
    display: block;
}

.avtonaves-bottom-img {
    display: flex;
    justify-content: space-between;
    background: #000;
}

.avtonaves-bottom-img1 {
    display: flex;
    justify-content: center;
    background: #000;
}

.avtonaves-logo {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.avtonaves-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.avtonaves-phone {
    color: #e2dddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.avtonaves-logo img {
    width: 100%;
}

.avtonaves-body {
    padding: 10px;
    margin-bottom: 10px;
}

.avtonaves-body__title {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}

.avtonaves-row {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.avtonaves-body__area,
.avtonaves-body__days {
    position: relative;
    padding-left: 25px;
}

/* .avtonaves-body__area:before {
    content: '';
    position: absolute;
    display: block;
    background: 50% / contain url(/assets/templates/img/avtonavesi/icon-cross.png) no-repeat;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
} */

.avtonaves-body__days:before {
    content: '';
    position: absolute;
    display: block;
    background: 50% / contain url(/assets/templates/img/avtonavesi/icon-time.png) no-repeat;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
}

.avtonaves-btn {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #FF6E40;
    line-height: 30px;
    border-radius: 30px;
}

.fancyForm {
    max-width: 380px;
    width: 100%;
}

.avtonaves-body__prise {
    margin-top: 10px;
    text-align: center;
}
/* / Карточки товаров в разделе "Автонавесы" */


.avtovorota_container_center {
    max-width: 1320px;
    margin: 0 auto;
    margin-top: 50px;
}

.avtovorota_container {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

.avtovorota_item {
    width: 33.3333%;
    padding: 10px 15px;
}

.avtovorota_item img {
    max-width: 100%;
    height: auto;
}

.avtovorota_top_title {
    font-size: 20px;
    font-weight: 700;
}

.avtovorota_title {
    font-size: 17px;
    color: #414141;
    font-weight: 500;
    margin-bottom: 10px;
}

.avtovorota_text {
    font-size: 14px;
    color: #5f5d5d;
}


/* / Ворота Внешний вид */


.advantages_container_center {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.advantages_container {
    display: flex;
    flex-wrap: wrap;
}

.advantages_item {
    width: calc(100% / 3 - 30px);
    text-align: center;
    border: 1px solid #27282d;
    margin: 15px 15px;
}

img.advantages_icon {
    margin-top: 30px;
}

.advantages_title {
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    padding: 0 20px;
    min-height: 50px;
}

.advantages_text {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 0px 5px;
}

.avtovorota_h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
/* / Ворота Преимущества */

.popular_models {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.popular_models-item {
    width: calc(100% / 5 - 40px);
    margin: 20px;
}

.popular_models-img > img {
    width: 100%;
    display: block;
}

.popular_models-bottom-img {
    display: flex;
    justify-content: space-between;
    background: #000;
}

.popular_models-logo {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.popular_models-logo img {
    width: 100%;
}

.popular_models-body {
    padding: 10px 0;
    margin-bottom: 10px;
}

.popular_models-body__title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.popular_models-body__prise {
    margin-top: 10px;
    text-align: center;
}

.popular_models-body__prise {
    margin-top: 10px;
    text-align: center;
}

/* / Ворота Популярные модели */

.price-table {
    width: 700px;
    text-align: center;
    margin: auto;
    font-size: 14px;
    border: 1px solid #fff;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.price-table .fa {
    margin-right: 10px;
    font-size: 20px;
}



.price-table th {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.price-table th:nth-child(1) {
    background: #f34334;
}

.price-table th:nth-child(2) {
    background: #009DB0;
}

.price-table th, .price-table td {
    padding: 13px 0;
}

.price-table td span {
    font-weight: 600;
}

.price-table tr:hover {
    background: #ecfbd4!important;
    color: #757575!important;
}

td.price {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

th.price {
    border-top: 1px solid #000;
}


.dost {
    background: #fff url(/assets/images/zamershik.png) 790px center no-repeat;
    min-height: 405px;
}

.dost__container {
    padding-right: 135px;
}

.dost_text {
    color: #757575;
    font-size: 15px;
    line-height: 24px;
    width: 860px;
}

.dost_text_smal {
    color: #757575;
    font-size: 15px;
    line-height: 24px;
    width: 810px;
}

table.dost__table {
    background: #fff;
    border: 6px solid #009db0;
    border-collapse: collapse;
    text-align: center;
    font-size: 14px;
    width: 870px;
}

td.dostavka {
    border: 1px solid #51BCC9;
    padding: 7px 3px;
    color: #757575;
}
th.dostavka {
    font-weight: 500;
    color: #757575;
}

.avtonaves-row-two {
    display: flex;
    justify-content: center;
    /* width: 35%; */
    margin: 0 auto;
    min-height: 19px;
}



.center-avtovorota {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.contacts_block {
    display: flex;
    flex-wrap: wrap;
}

.contacts_block_main {
    width: 50%;
    margin: 50px 0px;
}

.contacts_block_title {
    font-weight: 500;
    padding-left: 50px;
}

.contacts_block_adress {
    padding-left: 50px;
    margin: 20px 0 20px 0;
    position: relative;
}

.contacts_block_adress:before {
    content: '';
    position: absolute;
    background: url(/assets/images/contacts/adress.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    left: 0px;
}

.contacts_block_phone {
    margin: 20px 0;
    padding-left: 50px;
    position: relative;
}

.contacts_block_phone a {
    color: black;
}

.contacts_block_phone:before {
    content: '';
    position: absolute;
    background: url(/assets/images/contacts/telefon.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    left: 0px;
}

.contacts_block_email {
    padding-left: 50px;
    margin-top: 20px;
    position: relative;
}

.contacts_block_email a {
    color: black;
}

.contacts_block_email:before {
    content: '';
    position: absolute;
    background: url(/assets/images/contacts/email.png) no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    left: 0px;
}

.requisition {
    display: flex;
    flex-wrap: wrap;
    padding-left: 50px;
    position: relative;
}

.requisition:before {
    content: '';
    position: absolute;
    background: url(/assets/images/contacts/rec.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    left: -15px;
}

.requisition_container {
    width: 100%;
}

.requisition_text {
    margin: 0 0 5px 0;
}

.requisition_container_after {
    padding-left: 50px;
    margin: 20px 0;
}

.requisition_title {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 50px;
}

.title_h1 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px
}

.stairs_container {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.stairs_item {
    width: calc(100% / 4 - 30px);
    text-align: center;
    margin: 15px 15px;
}

.stairs_title {
    margin-bottom: 10px;
}

img.stairs_icon {
    border: 2px solid #27282d;
    border-radius: 50%;
}

.stairs_item_two {
    width: 20%;
}

img.stairs_icon_two {
    width: 80%;
}

.stairs_title_two {
    text-align: center;
    margin-top: 10px;
}

.stairs_text_two {
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    font-size: 18px;
}

.form_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_container_cell {
    width: 220px;
    height: 40px;
    padding: 10px;
}

.form_container_main_two {
    margin-top: 20px;
    text-align: center;
}


.form_container_cell_two {
    width: 100%;
    height: 135px;
    padding: 10px;
    resize: none;
}

.btn_form {
    background: #FF6E40;
    border: 2px solid #FF6E40;
    color: #fff;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0;
    cursor: pointer;
    transition: .5s;
    width: 50%;
    margin-bottom: 30px;
    height: 30px;
}

.contacts_block_btn {
    margin-bottom: 30px;
}

.contacts_block_main_adress {
    width: 50%;
    margin: 50px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contacts_adress_btn {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background: #FF6E40;
    line-height: 31px;
    border-radius: 30px;
    width: 50%;
    height: 30px;
    margin-left: 35px;
}

.mistake_conainer {
    text-align: center;
    margin: 50px 0;
}

.mistake_title {
    font-size: 20px;
    font-weight: 500;
}

a.mistake {
    color: #ff6e40;
    font-size: 20px;
    font-weight: 500;
}

.header_menu_outerTpl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.header_menu_outerTpl ul {
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9999;
}

.header_menu_item {
    display: block;
    margin-bottom: 0;
}

.header_menu_parentRowTpl {
    position: relative;
}

.header_menu_innerTpl {
    left: 0;
    position: absolute;
    top: 100%;
    background: #FF6E40;
    width: max-content;
    display: none;
}

.header_menu_parentRowTpl:hover .header_menu_innerTpl {
    display: block;
}

.header_menu_innerRowTpl {
    border: 1px solid #fff;
    margin-bottom: -1px;
}

.title_margin-top {
    margin-top: 25px;
}

.phone-link {
    color: inherit;
    font-size: inherit;
}

.table-scroll {
    /* display: block; */
    width: 100%;
    overflow-x: auto;
}

.btn-order-call {
    text-transform: uppercase;
    font-size: 14px;
    color: #ff6e40;
    display: block;
    max-width: 100%;
    width: 100%;
    border: 2px solid #ff6e40;
    background: #27282d;
    text-align: center;
    line-height: 24px;
    box-sizing: border-box;
    transition: 0.5s;
}

.btn-order-call:hover {
    color: #fff;
    background: #ff6e40;
}

.catalog-price {
	font-size: 32px;
}

@media (max-width: 1024px) {
    .form_main_wrapp .form_main_wrapp_left {
    width: 100%;
    text-align: center;
    }

    .form_main_wrapp .form_main_wrapp_right {
    width: 100%;
    }

    img.arr_banner {
    display: none;
    }

    .avtovorota_item {
        width: 50%;
    }

    .avtovorota_item--text {
        width: 100%;
    }

    .header_top {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .header_menu_outerTpl {
        justify-content: flex-start;
    }

    .form_post_descr {
        padding-right: 0px;
    }

    .form_main_two * {
        margin: 0;
    }

    .popular_models-item {
    width: calc(100% / 3 - 40px);
    }

    table.dost__table {
    width: 100%;
    }

    .dost_text_smal {
    width: 100%;
    }

    .dost__container {
    padding-right: 0;
    }

    .price-table {
    width: 100%;
    }

    p.montaj__title {
    margin-bottom: 25px;
    }

    .montaj__text {
    margin-bottom: 15px;
    }

    .b-showcase {
        height: auto;
        background: none;
    }

    .b-showcase__text {
        width: auto;
    }

    .b-showcase__item {
        position: static;
        display: flex;
        flex-direction: row;
        max-width: none;
        margin: 0;
        text-align: left;
    }

    .b-showcase__item + .b-showcase__item {
        margin-top: 20px;
    }

    .b-showcase__icon {
        margin: 0;
        order: -1;
        margin-right: 20px;
        width: 90px;
        height: 90px;
    }
}

@media (max-width: 650px) {
    .header_top {
    flex-wrap: wrap;
    }

    .form_cont {
    padding: 0px;
    }

    .logo {
    margin: 5px auto;
    }

    .working_hours {
    margin: 5px auto;
    padding: 0px 25px;
    }

    .location_wrapp {
    margin: 5px auto;
    padding-left: 20px;
    }

    .phone_wrapp.header {
    margin: 5px auto;
    align-items: center;
    width: 100%;
    }

    .header_menu_item {
    width: 100%;
    text-align: center;
    }

    .header_menu_item a {
    line-height: 30px;
    }

    .form_descr {
    padding: 5px 10px;
    }

    .form_post_descr {
    padding: 5px 10px;
    }

    .form_main_wrapp_right img {
    margin-right: 10px;
    display: none;
    }

    .form_main_two_wrapp {
    background: #FF6E40;
    padding: 1rem 0;
    }

    .works_wrapp_title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
    }

    .media_new {
    display: none;
    }

    .review_thx_wrapp_title {
    font-size: 34px;
    }

    .review_thx_cont {
    padding: 0 10px;
    }

    .form_main_wrapp .form_main_wrapp_left {
    width: 100%;
    }

    .form_two_title {
    font-size: 34px;
    }

    .form_main_two_cont {
    flex-wrap: wrap;
    }

    .form_main_two * {
    margin: 5px auto;
    }

    .form_main_two {
    flex-wrap: wrap;
    }

    .form-horizontal {
    padding: 0px 18px;
    }

    .work_step {
    width: 90%;
    border-radius: 40px;
    height: 40px;
    margin: 5px auto;
    }

    .work_steps_cont div:nth-child(odd) {
    color: #fff;
    background: #FF6E40;
    border-radius: 40px;
    position: static;
    }

    .work_steps_cont div:nth-child(even) {
    color: #333;
    background: #fff;
    padding-right: 30px;
    border-radius: 40px;
    }

    .partners_wrapp_title {
    color: #333;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    }

    .partners_cont img {
    margin: 5px auto;
    }

    .map_cont_phone_wrapp {
    display: none;
    }

    .footer_wrapp {
    display: flex;
    padding: 3rem 0;
    justify-content: space-between;
    flex-wrap: wrap;
    }

    .footer_cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    }

    .footer_cont a, .footer_cont span {
    font-size: 14px;
    margin: 5px auto;
    }

    .footer_cont span {
    text-align: center;
    }

    .map_cont_phone_wrapp {
    position: absolute;
    right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: calc(80% - 85px);
    max-width: 143px;
    min-height: auto;
    background: #FF6E40;
    border-radius: 20px 0 0 20px;
    padding: 5px 10px 5px 5px;
    }

    .map_cont_phone_wrapp span {
    font-size: 12px;
    line-height: 15px;
    }

    .map_cont_phone_wrapp a {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 18px;
    font-weight: 700;
    }

    .review_thx_cont {
        justify-content: space-around;
    }

    .statii__item.item-statii {
        max-width: calc(100% / 2 - 20px);
    }

    .requisition_container {
    width: 40%;
    }

    .contacts_block {
    justify-content: center;
    }

    .contacts_block_main_adress {
    width: 100%;
    margin: 50px 0 0 0;
    }

    .contacts_block_btn {
    margin-bottom: 30px;
    }

    .contacts_block_main {
    width: 100%;
    margin: 0 0 50px 0px;
    padding: 0 10px;
    }

    .requisition:before {
    left: -10px;
    }

    .contacts_block_main_interior {
    margin: 15px 0px;
    padding: 0px 10px;
    }

    .form_submit.btn.orange_btn {
    width: 95%;
    margin-bottom: 30px;
    margin-left: 10px;
    }

    .pageContentWrapp_text_descr {
    padding: 0 10px;
    }

    .pageContentWrapp_text_ul_wrapp {
    padding: 0 10px;
    }

    .avtonaves-item {
    width: calc(100% / 2 - 40px);
    }

    .stairs_item {
    width: calc(100% / 2 - 30px);
    }

    .advantages_item {
    width: calc(100% / 2 - 30px);
    }

    .popular_models-item {
    width: calc(100% / 2 - 40px);
    }

    .avtovorota_item {
        width: 100%;
    }

    .review_thx_cont > * {
        width: calc(100% / 3 - 20px);
        max-width: 100px;
    }

    .statii__item.item-statii {
        max-width: calc(100% / 1 - 20px);
    }

    .requisition_title {
    margin: 15px 40px;
    }

    .requisition_container {
    width: 50%;
    }

    .avtonaves-item {
    width: calc(100% / 1 - 40px);
    }

    .stairs_item {
    width: calc(100% / 1 - 30px);
    }

   /* .form-horizontal .g-recaptcha {
        transform: scale(0.75);
    }*/

    .advantages_item {
    width: calc(100% / 1 - 30px);
    }

    .popular_models-item {
    width: calc(100% / 1 - 40px);
    }

    .work_step {
        height: 50px;
    }

    .form-horizontal {
        padding: 0px;
    }

    /*.form-horizontal .g-recaptcha {
        transform: scale(0.45);
    }*/

    .review_thx_wrapp_title {
    font-size: 30px;
    }

    .form-horizontal input[type="text"], .form-horizontal input[type="tel"] {
    text-align: center;
    }

    .color__item {
    width: 50%;
    }

    .montaj {
    flex-wrap: wrap;
    }

    .montaj__item {
    width: 50%;
    margin-bottom: 10px;
    }

    .material__item {
    width: 50%;
    }

    .form__item {
    width: 33%;
    }

    .avto__item {
    width: 50%;
    }
}

@media (max-width: 460px) {
    .montaj__item {
    width: 100%;
    margin-bottom: 10px;
    }

    .material__item {
    width: 100%;
    }

    .form__item {
    width: 50%;
    }

    .avto__item {
    width: 100%;
    }

	.pageContentWrapp_text_ul_wrapp ul {
		max-width: 100%;
	}
}

.reviews {
    max-width: 970px;
    margin: 0 auto;
}

.reviews_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reviews_wrap_item {
    width: 32%;
    margin: 5px;
}

.reviews_wrap_item_big {
    width: 98%;
    margin-top: 20px;
}

.jot-list {
    max-width: 970px;
    margin: 0 auto;
}

.jot-list a {
    color: #27282d;
}

/**/
.no_link span {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    display: block;
    padding: 0 10px;
    background: #f63f05;
    color: #fff;
    text-decoration: underline;
}