/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 23 2022 | 09:02:46 */
@media (min-width:992px){
.site-logo .nv-title-tagline-wrap {
    display: none;
}
}
.h__text p, .serv__text p {
    color: #000;
}
/* defoult*/
a.btn, button.btn {
    border: 2px solid #db2e2e !important;
    background-color: #db2e2e;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    padding: 15px 50px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
    text-align: center;
  transition:all 0.25s;
}
input::placeholder, textarea::placeholder {
  color: #444 !important;
  font-weight:600;
}
a.btn:hover, button.btn:hover {
  background: rgba(219,46,46, 0.7);
}



.container {
padding-right: 0;
    padding-left: 0;
}
.first__block-text > .container {
    position: relative;
}
textarea, input, a{
  outline: none !important;
}
textarea:focus, input:focus, a:focus{
  outline: none !important;
  box-shadow: none !important
}
.fr p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}
/*Home page*/
/*first section*/
.first_-block img {
    width: 60%;
    position: absolute;
    right: 0;
    top: 70px;
}
.first_-block {
    height: 500px;
    margin-top: 80px;
}
.first_-block h1 {
    color: #fff;
    width: 50%;
    font-weight: 900;
    letter-spacing: 0.1em;
    font-size: 45px;
    margin-top: 60px;
    margin-bottom: 40px;
    position: relative;
}
.first_-block li {
    color: #fff;
    font-size: 25px;
    list-style: disc;
    margin-left: 15px;
    padding-left: 25px;
}
.first__block-text2 li {
    position: relative;
    color: #000;
    list-style: none;
}
.zvonok__btn {
    margin: 30px auto 0 !important;
    display: block;
}
.first__block-text2 li::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    float: left;
    background: url(/wp-content/themes/neve-child/assets/images/li-icon.png);
    position: absolute;
    left: -18px;
    top: 2px;
    background-size: cover;
}

.first_-block>.container {
    position: relative;
}
.first_-block ul {
    margin-bottom: 40px;
    position: relative;
}
.first__block-text {
    height: 100%;
}
.first__block-text::before {
    position: absolute;
    right: 51%;
    content: '';
    width: 48%;
    height: 100%;
    top: 0;
    background: rgba(11,148,220, 0.8);
    transform: skew(25deg) scaleX(1.5);
    background-image: linear-gradient(90deg, rgba(11,148,220, 0.7) 35%, #4B5DAECC 100%);
}
.first__block-text2::before {
    content: none;
}
  
.first__sect::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 84vw;
    background-color: transparent;
    background-image: radial-gradient(at 82% center, rgba(0,0,0,0) 14%, rgba(255,255,255) 29%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    top: -27vw;
}
.first__block-text2 h1 {
    background: url(/wp-content/themes/neve-child/assets/images/h__bg.png) no-repeat scroll 99%/100% auto;
    padding: 15px 120px 15px 50px;
    width: 1000px;
}
.first_-block img {
    width: 750px;
}
.about__sect::after {
    position: absolute;
    transform: skew(-25deg ) scaleX(1.5);
    right: 51%;
    content: '';
    width: 48%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 2;
}


.text__about ul {
    margin-bottom: 20px;
}
.text__about li {
    list-style: disc;
    margin-left: 25px;
    font-size: 18px;
    line-height: 23px;
}
.text__about p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 23px;
}
.text__about h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.text__about p:nth-child(2) {
    width: 127%;
}
.text__about {
    position: relative;
    z-index: 3;
    color: #000;
    margin: 50px 0;
}
.about__btn {
    display: block;
    width: 50%;
    margin-top: 45px !important;
}
/*слайдер брендов*/
.tiny__slider {
    display: flex;
}
.tns-controls button {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 32px;
    height: 79px;
    margin-top: -40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 0.5;
    z-index: 50;
    background: url(/wp-content/themes/neve-child/assets/images/icons/arr_prew.png);
}
.service_item-text {
    padding-bottom: 40px;
}
.work__section img {
    height: 100% !important;
    object-fit: cover;
}
.work__section dt.gallery-icon {
    height: 100%;
}
.work__section {
    margin: 50px 0;
}
div#brand__slider-ow {
    padding: 0 50px !important;
}
.tns-controls button[data-controls="prev"] {
    left: 0;
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.section__slider{
  margin:50px 0;
}
.tns-controls button[data-controls="next"] {
    right: 0;
    transform: rotate(180deg);
}
div#brand__slider-ow button[data-action] {
    display: none !important;
}


/*services first page*/
div#catalog_slider-ow>button {
    display: none;
}
.serv_sect {
    background-color: #EAEFF3;
}

div#catalog_slider-ow {
    margin: 50px 0;
}
.catalog__item-text {
    padding: 30px;
}
.catalog__item-inp {
    background: #F5F5F3;
    box-shadow: 0 0 3px;
    margin: 5px;
    border-radius: 3px;
}
.catalog__item-inp ul {
    margin-bottom: 20px;
    height: 200px;
    display: grid;
    align-items: center;
}

.catalog_item li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    list-style: disc;
    margin-left: 15px;
}
.catalog_item h3 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #000;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn__service {
    margin: 0 auto;
    display: block;
    width: 80%;
}
.catalog__item-inp img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.catalog_item .btn__service {
    padding: 0;
    height: 45px;
    line-height: 45px;
}
.serv_sect::before {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    background-image: linear-gradient(180deg, #0B94DCED 0%, #4B5DAECC 100%);
  z-index: 2;
}
.serv_sect::after {
    content: '';
    position: absolute;
    width: 45%;
    height: 100%;
    top: 0;
    background-image: url(/wp-content/uploads/auto-glass-repair-min.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.serv_sect .elementor-container {
    position: relative;
    z-index: 3;
}
div#catalog_slider-ow {
    width: calc(100% - 60px);
}
div#catalog_slider-ow .tns-controls button[data-controls="prev"] {
    left: -60px;
}
.text__services p {
    color: #fff;
    width: 80%;
    font-size: 18px;
    line-height: 25px;
}
.text__services h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 200px;
}

.preim__section {
    position: relative;
    z-index: 3;
}
/*preim*/
.events {
    padding: 70px 0;
    color: #fff;
    text-align: center;
}
.events li {
    border: 1px solid #fff;
    padding: 40px;
}
.events ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
.events .title {
    font-size: 32px;
    margin-bottom: 20px;
}
.events li {
    font-size: 16px;
    line-height: 25px;
}
.events hr {
    display: block;
    width: 35%;
    margin: 0 auto 20px;
}
.events img {
    width: 20%;
    margin-bottom: 20px;
}
/*advantages*/
.events li strong {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 18px;
    display: block;
    line-height: 55px;
}
.adv__section {
    margin: 50px 0;
}
.advantages__block {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2%;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages__block .advantages_item {
    height: 300px;
    width: 32%;
    margin-bottom: 35px;
}
.advantages_item {
    position: relative;
}
.adv__text-bl {
    display: grid;
    grid-template-columns: 80px auto;
    height: 80px;
    position: absolute;
    top: calc(100% - 80px);
    width: 100%;
    transition: all 0.25s;
}
.advantages_item:hover .adv__text-bl {
    top: 0;
    grid-template-rows: 100%;
    height: 100%;
}
.adv__icon-bl {
    padding: 0 15px;
    background: #233255;
}
.adv__icon-bl {
    display: grid;
    align-items: center;
}
.advant__text h3 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 25px;
    font-size: 25px;
}
.advantages_item:hover .adv__text-bl h3 {
    margin-top: -150px;
}

.advantages_item:hover .adv__text-bl p {
    opacity: 1;
}
.adv__text-bl p {
    opacity: 0;
    transition: all 0.25s;
    position: absolute;
    color: #fff;
    margin-left: 25px;
    max-width: 90%;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 0;
    top: 100px;
}
.advant__text {
    display: grid;
    align-items: center;
    background-image: linear-gradient( 
180deg
 , #0B94DCED 0%, #4B5DAECC 100%);
  position:relative;
}
.advantages_item {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}
/*form*/
.form-block-input-half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.block-input span, .block-input input, .block-input select, .block-input-tel span, .block-input-tel input {
    width: 100%;
}
.first__page-contact {
    width: 60%;
    margin: 0 auto;
}

/*contacts page*/
/*contact form*/
.tel-form-block input {
    height: 60px;
    background: transparent !important;
    border: 0 !important;
    border-bottom: 1px solid #103E6D !important;
    padding: 26px 20px 10px 0 !important;
    color: #000 !important;
    border-radius: 0 !important;
      width: 100%;
  
}
.contact-page-form textarea {
    background: transparent;
    border: 0 !important;
    resize: none;
    padding: 26px 20px 10px 0 !important;
    height: 110px;
    border-bottom: 1px solid #103E6D !important;
    color: #000;
    border-radius: 0 !important;
    width: 100%;
}
.tel-form-block label {
    position: absolute;
    color: #0f0f0f;
    opacity: 0.5;
    margin-bottom: 0;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    left: 0;
    transform-origin: left;
  top: 24px;
}
.textarea-form-block label {
    top: 25px;
}

.tel-form-block {
    position: relative;
    display: grid;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.focus-input label {
    -webkit-transform: translateY(-100%) scale(.7);
    transform: translateY(-100%) scale(.7);
}
.text__policy {
    text-align: center;
    font-size: 14px;
}
.text__policy a{
  color:#FF8E1E;
  border-bottom:1px solid #103E6D;
}
.contact-block p {
    display: flex;
    align-items: center;
}
.contact-info img {
    height: 40px;
  margin-right:10px;
}
.section__form .elementor-container {
    background: #fff;
    box-shadow: 0 0 65px 15px rgb(0 0 0 / 20%);
}
.contact-info, .contact-page-form {
    height: 350px;
}
.contact-info {
    background: #103E6D;
    color: #fff;
    padding: 40px 60px;
}
.contact-info a {
    color: #fff;
}
.contact-info a, .contact-info span {
    font-size: 18px;
}
.contact-info a {
    color: #fff;
    border-bottom: 1px solid;
}
.inline-input {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.contact-page-form {
    padding: 15px 60px;
}
.contact-input.wpcf7-not-valid {
    border-color: red;
}
.checkbox_in {
    display: flex;
    align-items: center;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.checkbox_in>span {
    width: max-content !important;
    margin-right: 7px;
    color: #000;
    font-size: 12px;
}
.checkbox_in a {
    font-size: 12px;
    color: #FF8E1E;
    border-bottom: 1px solid;
}
.checkbox_in label {
    margin-bottom: 0;
}
.checkbox_in .wpcf7-list-item {
    margin: 0;
}
.checkbox_in {
    margin-bottom: 25px !important;
    margin-top: 20px;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none !important;
}
.contact-page-form .wpcf7-list-item label:before {
    border-color: #103E6D;
    opacity: 1;
}
.wpcf7-list-item label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #f5f5f5;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}
.contact-page-form .wpcf7-list-item label::after {
    border-color: #103E6D;
}
.wpcf7-list-item label:after {
    opacity: 0;
}
.wpcf7-list-item label:after {
    content: '';
    position: absolute;
    color: #CB22ED;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate( 
45deg
);
}
.wpcf7-list-item label.isChcked_label:after {
    opacity: 1;
}
.wpcf7-list-item label {
    position: relative;
    padding-left: 2.3em;
    font-size: 1.05em;
    line-height: 1.7;
    cursor: pointer;
}
.contact-page-form button.contact-btn span {
    margin-right: 30px;
}
.contact-page-form button.contact-btn {
    float: right;
    font-size: 18px;
    padding: 10px 20px;
    margin-top: -35px;
    background: #103E6D;
    border-color: #103E6D !important;
}
.header-block {
    height: 400px;
}
.cont__section-hd{
  height: 620px;
}
div#brand__slider span {
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
}
.serv__page-s {
    margin: 50px 0;
}
.section-hd {
    overflow: hidden !important;
}
.section-hd::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 80vw;
    background-color: transparent;
    background-image: radial-gradient(at 71% center, rgba(0,0,0,0.3) 5%, #0B94DC 26%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    top: -29vw;
}
.cont__section-hd {
    margin-bottom: -150px;
}
.map__block h2 {
    text-align: center;
    font-size: 32px;
}
.section__form h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 25px;
}
.contact-page-form h2 {
    margin-bottom: 0px;
}
.map__block {
    min-height: 500px;
    margin-bottom: 150px;
    margin-top: 50px;
}
.header-block p {
    font-size: 18px;
    width: 400px;
}
.header-block {
    font-family: 'Roboto';
    color: #fff;
}
.header-block h1 {
    font-size: 50px;
    margin-bottom: 15px;
    padding-top: 175px;
}
.top__link a {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}
.top__p p {
    color: #fff;
    font-weight: 900;
    font-size: 18px;
}
/*страница цен*/
.catalog__block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}
.catalog__block p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.catalog__block img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.catalog__block h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}
.catalog__item {
    text-align: center;
    margin-bottom: 30px;
}
.h__text h2 {
    text-align: center;
    color: #000;
    font-size: 25px;
    margin-bottom: 30px;
}

.catalog__section {
    margin: 50px 0;
}
.price__table-bloc {
    margin-bottom: 200px;
}

.price__table-bloc caption {
    font-size: 20px;
    font-weight: 700;
}
.price__table-bloc td {
    border-bottom: 1px solid #eee;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
}
.price__table-bloc {
    height: 100%;
    border: 2px solid #0B94DC;
    padding: 40px 80px;
    margin: 0 auto;
    display: block;
    text-align: left;
    max-width: 1000px;
}
.price__table-bloc td:last-child {
    text-align: right;
    min-width: 320px;
}
.table-price__text {
    width: 900px;
    margin: 0 auto 50px;
}
p.price__str {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}
span.old__price {
    text-decoration: line-through;
    margin-right: 10px;
    margin-left: 6px;
    font-size: 15px;
}
span.sale__bl_text {
    background: #0B94DC;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
}
strong.new__price {
    font-weight: 900;
}
span.sale__text {
    color: red;
    margin-right: 10px;
}
.price__table-bloc {
    margin-bottom: 20px;
}
p.table-price__text {
    text-align: center;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 200px;
}
.block-input-footer input {
    border-radius: 30px !important;
    width: 100%;
    margin-bottom: 25px;
}

p.modal-p {
    text-align: center;
}
span.wpcf7-spinner {
    display: none;
}
.popmake h3 {
    text-align: center;
}
p.modal-p a {
    display: block;
    font-weight: 900;
    margin: 10px 0;
    font-size: 25px;
}
/*service page*/
/*service*/
.service_item img {
    height: 230px;
    object-fit: cover;
    width: 100%;
}
.popmake h3 span {
    display: block;
}

.service_item li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
}
.service_item {
    margin: 0 10px;
    border: 1px solid #EDEDED;
    box-shadow: 0 5px 10px #ededed;
    border-radius: 7px;
    overflow: hidden;
}
.serv__text.serv__text-bottom.garant__top-text {
    margin-bottom: 70px !important;
}
.garant__sect .serv__block-text {
    margin-bottom: 50px;
}
.service_item-text li {
    list-style: disc;
    margin-left: 15px;
    color: #000;
}
.service_item ul {
    min-height: 215px;
    width: 90%;
    margin: 0 auto;
}

.serv__section {
    margin: 50px 0;
}
.service_item h3 {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 27px;
    margin-top: 15px;
}

/*footer*/
.fl img {
    height: 30px;
    margin-right: 10px;
}
.fl {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
}
.fr span, .fl span, .fl a {
    line-height: 20px;
}

.fr img {
    height: 30px;
    margin-right: 10px;
}
.fr {
    display: flex;
    align-items: center;
}
.footer__widget>a {
    display: block;
}
.footer__widget a img {
    height: 40px;
}
.footer__link h4 {
    height: 40px;
    margin-bottom: 20px;
}
.footer-main {
    padding: 50px 0;
}
.footer__link a {
    font-weight: 600;
}

.footer__link li {
    margin: 0 !important;
    font-size: 16px;
    margin-bottom: 5px !important;
}
.fl span, .fr span {
    font-weight: 600;
}

.footer__widget>a {
    display: block;
    height: 40px;
    margin-bottom: 32px;
    margin-top: -10px;
}

/*page service*/
.step__item {
    display: grid;
    grid-template-columns: 30% auto;
  align-items: center;
}
.step__item:nth-child(even) {
    background: #F7F7F7;
}
.step__title {
    display: grid;
    padding: 30px;
}

.step__title h3>span {
    font-weight: 300;
    font-size: 22px;
}
.step__title h3>strong {
    font-weight: 900;
    color: #233255;
    font-size: 35px;
}
.step__title h3>* {
    display: block;
    color: #000;
}
.step__text ul {
    margin-top: 15px;
}
.step__text li {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 10px;
    list-style: auto;
    margin-left: 20px;
}
.step__text {
    padding: 30px;
}
.step__text p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.serv__grid {
    display: grid;
    align-items: center;
    color: #000;
      grid-gap: 50px;
      margin-bottom: 50px;
}
.serv__title h2 {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
.serv__title {
    display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
    margin-bottom: 20px;
}
.serv__text.serv__text-center {
    max-width: calc(60% - 50px);
    margin-left: calc(40% + 50px);
}
.serv__block-text li {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    list-style: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}
.serv__block-text li::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    float: left;
    background: url(/wp-content/themes/neve-child/assets/images/li-icon.png);
    left: -18px;
    background-size: cover;
}
.serv__block-text li {
    position: relative;
    list-style: none;
    display: block;
    align-items: center;
    grid-template-columns: 30px auto;
}

.serv__text.serv__text-bottom {
    max-width: 50%;
    margin: 0 auto;
}


.serv__grid1 {
    grid-template-columns: auto 40%;
}
.serv__grid2 {
    grid-template-columns: 40% auto;
}
.serv__block-text p {
    font-size: 18px;
    line-height: 25px;
  color: #000;
}
.serv__block-text h2 {
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.serv__block-text {
    margin-top: 50px;
}
.zakaz__btn {
    margin: 0 auto;
    display: block;
    margin-top: 50px !important;
}
button.btn.contact__btn {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}
.serv__img {
    position: relative;
    margin-right: 15px;
    margin-bottom: 65px;
}
.serv__img::before {
    content: '';
    position: absolute;
    width: calc(100% + 25px);
    height: calc(100% + 18px);
    border: 14px solid #233255;
    z-index: -1;
    top: -13px;
}
.serv__grid1 .serv__img::before {
    right: -13px;
}
.serv__grid2  .serv__img::before {
    left: -13px;
}
.serv__img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.ul__grid span::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    top: 10px;
    left: 3px;
}
.ul__grid span {
    display: block;
    padding-left: 15px;
    position: relative;
}
.ul__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.ul__column {
    padding: 20px;
}
span.col__title {
    padding: 0 !important;
}

span.col__title::before {
    content: none;
}
/* .ul__column:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
} */
.serv__title h2 {
    text-align: left;
}
.first__page-contact h2 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}
.first__page-contact {
    width: 60%;
    margin: 50px auto;
}
.first__page-contact >p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}
.vibor__text {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.first__page-contact form label {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}
.first__page-contact form input, .first__page-contact form select {
    border-color: #fff !important;
    background: rgba(255,255,255,0.7);
  color:#000 !important
    font-size:18px;
}
.block-btn-form {
    margin-top: 20px;
}


.block-select::after {
    content: '\005E';
    position: absolute;
    font-size: 24px;
    line-height: 15px;
    bottom: 23px;
    right: 10px;
    font-family: Tahoma;
    transform: rotate(180deg);
    transition: all 0.25s;
    user-select: none;
}
.block-select {
    position: relative;
}



@media (min-width:1920px){
  .elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1800px;
}
  .service_item ul {
    min-height: 150px !important;
}
 
  .service_item img {
    height: 350px;
}
}
@media (min-width: 1600px) and (max-width: 1919px){
  
  .elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1500px;
}
  .service_item ul {
    min-height: 150px !important;
}
  .catalog_item li {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px;
    list-style: disc;
    margin-left: 10px;
}
  .catalog__item-inp ul {
    margin-bottom: 15px;
}
  .catalog_item h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .text__about p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
}
  .text__about h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
  .first__sect {
    background-position: 100% 100% !important;
    background-size: 70% auto !important;
}
  .first__sect::before {
    background-image: radial-gradient(at 70% center, rgba(0,0,0,0) 14%, rgba(255,255,255) 29%);
    top: -27vw;
}
  .first__block-text2 h1 {
    padding: 15px 120px 15px 30px;
    width: 900px;
    font-size: 40px;
}
  a.btn, button.btn {
    font-size: 16px;
    line-height: 15px;
    padding: 15px 30px;
}
  .about__btn {
    margin-top: 25px !important;
}
  .first_-block li {
    font-size: 16px;
}
  .first__block-text2 li::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    left: -5px;
    top: 2px;
}
  .events .title {
    font-size: 25px;
    margin-bottom: 20px;
}
.advantages__block .advantages_item {
    height: 250px;
    width: 32%;
    margin-bottom: 35px;
}
  .adv__text-bl {
    grid-template-columns: 60px auto;
    height: 60px;
    top: calc(100% - 60px);
}
  .advant__text h3 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 20px;
    font-size: 22px;
}
  .text__services h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 250px;
}
  
  .first_-block {
    height: 450px;
    margin-top: 70px;
}
  .first_-block img {
    width: 640px;
}
  .service_item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
}
  .service_item li {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
  .service_item img {
    height: 250px;
}
}
@media (min-width: 1366px) and (max-width: 1599px){
  .elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1300px;
}
  .service_item ul {
    min-height: 185px !important;
}
  .text__about p {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 18px;
}
  .text__about li {
    list-style: disc;
    margin-left: 25px;
    font-size: 15px;
    line-height: 18px;
}
  .text__about h2 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 25px;
}
  a.btn, button.btn {
    font-size: 16px;
    line-height: 15px;
    padding: 10px 25px;
}
  .about__btn {
    margin-top: 25px !important;
}
  
  .first_-block img {
    width: 540px;
}
.first_-block h1 {
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.first_-block {
    height: 395px;
    margin-top: 80px;
}
  .first_-block li {
    font-size: 16px;
    margin-left: 0;
}
  .first__block-text2 li::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    left: -5px;
    top: 2px;
}
  .first_-block ul {
    margin-bottom: 40px;
    position: relative;
}
  .catalog__item-text {
    padding: 15px;
}
  .catalog_item h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    height: 35px;
}
  .catalog_item li {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 3px;
    list-style: disc;
    margin-left: 10px;
}
  .catalog_item .btn__service {
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
  .catalog__item-inp ul {
    margin-bottom: 20px;
    height: 185px;
    display: grid;
    align-items: center;
}
  .service_item img {
    height: 300px;
}
  .first__sect {
    background-position: 100% 100% !important;
    background-size: 86% auto !important;
}
  .first__sect::before {
    background-image: radial-gradient(at 62% center, rgba(0,0,0,0) 16%, rgba(255,255,255) 45%);
    top: -27vw;
}
  .first__block-text2 h1 {
    padding: 15px 75px 15px 30px;
    width: 800px;
    font-size: 30px;
}
  .advant__text h3 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
    line-height: 25px;
}
  .adv__text-bl {
    display: grid;
    grid-template-columns: 70px auto;
    height: 70px;
    position: absolute;
    top: calc(100% - 70px);
}
  .fr p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
  .service_item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
}
  .service_item li {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
  .service_item img {
    height: 250px;
}
}
@media (min-width: 1200px) and (max-width: 1365px){
  .elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 1100px;
}
  .service_item ul {
    min-height: 200px !important;
}
  .catalog_item li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    list-style: disc;
    margin-left: 15px;
}
  .catalog_item h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    height: 35px;
}
  .text__about {
    position: relative;
    z-index: 3;
    top: 0;
    color: #000;
    margin: 50px 0;
}
  .about__btn {
    display: block;
    width: 70%;
    margin-top: 45px !important;
}
  .advant__text h3 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
    line-height: 22px;
}
  .adv__text-bl p {
    opacity: 0;
    transition: all 0.25s;
    position: absolute;
    color: #fff;
    margin-left: 10px;
    max-width: 90%;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    top: 100px;
}
  .advantages__block .advantages_item {
    height: 250px;
    width: 32%;
    margin-bottom: 25px;
}
  a.btn, button.btn {
    border: 2px solid #db2e2e !important;
    background-color: #db2e2e;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding: 15px 20px;
}
  .checkbox_in>span {
    margin-right: 5px;
    font-size: 10px;
}
.checkbox_in a {
    font-size: 10px;
}
  .catalog__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
.first__sect {
    background-position: -25% 100% !important;
    background-size: cover !important;
}
  .first__sect::before {
    background-image: radial-gradient(at 100% center, rgba(0,0,0,0) 16%, rgba(255,255,255) 47%);
    top: -18vw;
}
  .first__block-text2 h1 {
    padding: 15px 75px 15px 30px;
    width: 800px;
    font-size: 28px;
}
  .first__block-text2 li::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    left: -16px;
    top: 2px;
}
  .fr p {
    font-size: 11px;
    line-height: 15px;
    margin-top: 15px;
}
  .service_item h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
}
  .service_item li {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
  .service_item img {
    height: 200px;
}
}
@media (min-width: 993px) and (max-width: 1199px){
  .elementor-section.elementor-section-boxed > .elementor-container, .container {
    max-width: 900px;
}
  .fr p {
    font-size: 9px;
    line-height: 15px;
    margin-top: 15px;
}
  .service_item {
    margin: 0;
}
  .service_item li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 7px;
    font-size: 13px;
    line-height: 17px;
}
  .service_item h3 {
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
}
  .service_item img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}
  .service_item-text {
    padding-bottom: 20px;
}
  .first__block-text2 li::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    left: -16px;
    top: 2px;
}
  .catalog__block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
  .service_item ul {
    min-height: 230px !important;
}
  .catalog_item li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    list-style: disc;
    margin-left: 15px;
}
  .catalog_item h3 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
    height: 35px;
}
  .text__about {
    position: relative;
    z-index: 3;
    top: 0;
    color: #000;
    margin: 50px 0;
}
  .about__btn {
    display: block;
    width: 70%;
    margin-top: 45px !important;
}
  .advant__text h3 {
    margin-bottom: 0;
    color: #fff;
    margin-left: 10px;
    font-size: 18px;
    line-height: 22px;
}
  .adv__text-bl p {
    opacity: 0;
    transition: all 0.25s;
    position: absolute;
    color: #fff;
    margin-left: 10px;
    max-width: 90%;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
    top: 100px;
}
  .advantages__block .advantages_item {
    height: 250px;
    width: 48%;
    margin-bottom: 35px;
}
  .advantages__block {
    grid-gap: 4%;
}
  a.btn, button.btn {
    border: 2px solid #db2e2e !important;
    background-color: #db2e2e;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding: 15px 20px;
}
  .catalog__item-text {
    padding: 10px;
}
  .top__link a {
    color: #fff;
    font-weight: 900;
    font-size: 12px;
}
  .top__p p {
    color: #fff;
    font-weight: 900;
    font-size: 15px;
}
  .style-plain.nav-menu-primary li a {
    font-size: 13px;
}
  .checkbox_in>span {
    margin-right: 5px;
    font-size: 10px;
}
.checkbox_in a {
    font-size: 10px;
}
  .contact-page-form button.contact-btn {
    margin-top: -10px;
}
  .contact-info a, .contact-info span {
    font-size: 15px;
}
  .first__sect {
    background-position: -25% 100% !important;
    background-size: cover !important;
}
  .first__sect::before {
    background-image: radial-gradient(at 100% center, rgba(0,0,0,0) 16%, rgba(255,255,255) 47%);
    top: -18vw;
}
  .first__block-text2 h1 {
    padding: 15px 75px 15px 30px;
    width: 800px;
    font-size: 28px;
}
  .service_item h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}
  .service_item li {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
  .service_item img {
    height: 200px;
}
}





@media (max-width: 992px){
.first_-block img {
    width: 60%;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: block;
}
  .first_-block h1 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.1em;
    font-size: 4vw;
    line-height: 6vw;
    margin-top: 0vw;
    margin-bottom: 5vw;
    text-align: left;
    width: 100%;
    padding: 3vw 8vw 3vw 5vw;
}
  .first_-block ul {
    margin-bottom: 6vw;
    margin-top: 4vw;
    background: rgba(255,255,255,0.7);
    padding-left: 4vw;
}
  .first_-block li {
    font-size: 4vw;
    margin-left: 2vw;
}
  .first_-block {
    height: auto;
    margin-top: 10vw;
}
  .first__block-text::before {
    position: absolute;
    left: -15vw;
    content: '';
    width: 130vw;
    height: 100%;
    top: 0;
    background: rgba(11,148,220, 0.8);
    transform: none;
    background-image: linear-gradient(90deg, rgba(11,148,220, 0.7) 35%, #4B5DAECC 100%);
}
  .elementor-section > .elementor-container {
    max-width: 86vw !important;
}
  a.btn, button.btn {
    width: 90%;
    font-size: 4.5vw;
    padding: 0;
    height: 12vw;
    margin: 0 auto;
    display: block;
    line-height: 12vw;
}
  .first_-block {
    padding-bottom: 10vw;
}
  .top__link a {
    color: #000;
}
  .text__about {
    position: static;
    z-index: 2;
    top: 0;
    color: #000;
    padding: 10vw 0 5vw;
    margin: 0;
}
  .text__about h2 {
    font-size: 7vw;
    line-height: 8vw;
    margin-bottom: 5vw;
    text-align: center;
}
  .text__about p:nth-child(2) {
    width: 100%;
}

.text__about p {
    font-size: 5vw;
    margin-bottom: 5vw;
    line-height: 6.5vw;
}
  .about-text__column::after {
    content: none;
}
  .events ul {
    display: grid;
    grid-template-columns: 40.5vw 40.5vw;
    grid-gap: 5vw 5vw;
}
  .events li {
    font-size: 4vw;
    line-height: 5vw;
    padding: 5vw 3vw;
}
  .events li strong {
    font-size: 8vw;
    font-weight: 900;
    margin-bottom: 0;
    display: block;
    line-height: 10vw;
}
  .events hr {
    display: block;
    width: 35%;
    margin: 4vw auto;
}
  .events li span {
    display: block;
    height: 10vw;
}
  .about__sect {
    margin-bottom: 10vw;
}
  .events .title {
    font-size: 7vw;
    line-height: 8vw;
    margin-bottom: 5vw;
}
  .advantages__block {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    grid-gap: 5vw;
}
  .advantages_item {
    height: 60vw;
}
  .advantages__block .advantages_item {
    height: 60vw;
    width: 100%;
    margin-bottom: 0;
}
  .adv__text-bl {
    top: 0;
    grid-template-rows: 100%;
    height: 100%;
}
  .advantages_item .adv__text-bl h3 {
    margin-left: 4vw;
    font-size: 4.5vw;
    line-height: 5.5vw;
    top: 5vw;
    position: absolute;
}
  .advantages_item .adv__text-bl p {
    opacity: 1;
}
  .adv__text-bl p {
    transition: all 0.25s;
    position: absolute;
    color: #fff;
    margin-left: 4vw;
    max-width: 94%;
    font-size: 4.5vw;
    line-height: 6vw;
    margin-bottom: 0;
    margin-top: 0;
    top: 10vw;
}
  .about__sect::after {
    content: none;
}
  .adv__icon-bl {
    padding: 0 2vw;
}
  .adv__text-bl {
    display: grid;
    grid-template-columns: 12vw auto;
    height: 80px;
    position: absolute;
    top: calc(100% - 80px);
    width: 100%;
    transition: all 0.25s;
}
  .advantages_item .adv__text-bl {
    top: 0;
    grid-template-rows: 100%;
    height: 100%;
}
  .advantages_item:hover .adv__text-bl h3 {
    margin-top: 0;
}
  .serv_sect {
    background-position: top left !important;
    background-repeat: no-repeat;
    background-size: auto 50% !important;
    background-image: url(/wp-content/uploads/auto-glass-repair-.jpg);
}
  .serv_sect::after {
    content: none;
}
  .serv_sect::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background-image: linear-gradient( 180deg , #0B94DCED 0%, #4B5DAECC 100%);
}
  div#catalog_slider-ow {
    width: 90%;
    margin: 5vw auto 10vw;
}
  div#catalog_slider-ow .tns-controls button[data-controls="prev"] {
    left: -4vw;
}
  .tns-controls button[data-controls="next"] {
    right: -4vw;
}
  .h__text h2 {
    font-size: 7vw;
    margin-bottom: 5vw;
    line-height: 8vw;
}
  .text__services h2 {
    font-size: 7vw;
    margin-bottom: 5vw;
    color: #fff;
    margin-top: 10vw;
}
  .text__services p {
    width: 100%;
    font-size: 5vw;
    line-height: 7vw;
}
  .catalog_item h3 {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
    margin-bottom: 5vw;
    color: #000;
    height: 12vw;
}
  .scroll-to-top {
    left: 20px;
    right: auto;
}
  .catalog__item-inp ul {
    margin-bottom: 5vw;
    height: 60vw;
}
  .catalog_item li {
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 2vw;
    list-style: disc;
    margin-left: 2vw;
}
  .section__slider {
    margin: 10vw 0;
}
  div#brand__slider span {
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 5vw;
    line-height: 7vw;
    margin-top: 0;
}
  .form-block-input-half {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5vw;
}
.first__page-contact h2 {
    text-align: center;
    color: #fff;
    font-size: 6vw;
    margin-bottom: 5vw;
}
  .first__page-contact >p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 5vw;
}
  .first__page-contact form label {
    margin-bottom: 2vw;
    font-size: 4vw;
}
  .vibor__text {
    color: #fff;
    font-weight: 600;
    font-size: 4vw;
    line-height: 5vw;
    margin-bottom: 3vw;
}
  .first__page-contact form input, .first__page-contact form select {
    height: 12vw;
    font-size: 4.5vw;
}
  button.btn.contact__btn {
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
}
  footer .container {
    max-width: 86vw;
}
  .footer__link h4 {
    height: auto;
    margin-bottom: 3vw;
    font-size: 5vw;
}
  .footer__link a {
    font-size: 4vw;
}
  .footer__link li {
    margin: 0 !important;
    font-size: 4vw;
    margin-bottom: 2vw !important;
    line-height: 5vw;
}
  .fr span {
    font-size: 4vw;
    line-height: 5vw;
}
  .fr img {
    height: 7vw;
    margin-right: 3vw;
}
  .fl img {
    height: 7vw;
    margin-right: 3vw;
}
  .fl {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
    font-size: 4vw;
}
  .footer__widget>a {
    height: 10vw;
    display: block;
    width: max-content;
    margin: 0 auto 5vw;
}
  .footer__widget a img {
    height: 10vw;
    margin: 0 auto;
    display: block;
}
  .builder-item--footer_copyright .component-wrap {
    justify-content: center;
    font-size: 3vw;
}
  .site-logo img {
    width: auto !important;
    height: 4vw;
    object-fit: cover;
    max-width: initial;
    margin-right: 2vw !important;
}
  .site-logo p.site-title {
    font-size: 3vw;
    margin-bottom: 0vw;
    line-height: 3vw;
    margin-top: 0.5vw;
}
  .nv-title-tagline-wrap small {
    font-size: 1.25vw;
    line-height: 2vw;
}
  .builder-item {
    margin: 0.5vw 0;
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
  nav .container {
    max-width: 86vw;
}
  button.navbar-toggle {
    padding: 0;
    border: 0;
}
  button.navbar-toggle {
    outline: none !important;
}
  button.navbar-toggle span.icon-bar {
    width: 8vw;
    height: 0.8vw;
    border-radius: 3vw;
}
  .top__p p {
    font-weight: 900;
    font-size: 3vw;
    margin-right: 4vw;
}
  .top__link a {
    font-weight: 900;
    font-size: 5vw;
}
  .is-menu-sidebar .navbar-toggle .icon-bar:nth-child(3) {
    bottom: 1.75vw;
}
  .is-menu-sidebar .navbar-toggle .icon-bar:nth-child(1) {
    top: 1.75vw;
}
  button.navbar-toggle .icon-bar:nth-child(2) {
    margin: 1vw 0;
}
  .header-menu-sidebar {
    width: 100% !important;
}
  ul#nv-primary-navigation-sidebar li a {
    font-size: 5vw;
}
ul#nv-primary-navigation-sidebar li {
    border-bottom: 1px solid;
}
ul#nv-primary-navigation-sidebar {
    width: 90vw;
    margin: 0 auto;
}
  ul.sub-menu.dropdown-open {
    padding-left: 3vw;
}
  ul#nv-primary-navigation-sidebar li:last-child {
    border: 0;
}
  .first__page-contact {
    width: 100%;
    margin: 10vw auto;
}
  .inline-input {
    display: block;
}
  .contact-page-form {
    padding: 5vw 5vw;
}

.contact-info, .contact-page-form {
    height: auto;
}
  .header-block p {
    font-size: 4vw;
    width: auto;
    line-height: 5vw;
    margin-bottom: 0;
}
  .header-block h1 {
    font-size: 8vw;
    margin-bottom: 5vw;
    padding-top: 10vw;
    line-height: 10vw;
}
  .header-block {
    height: auto;
    padding-bottom: 10vw;
}
  .section-hd::before {
    width: 100vw;
    height: 100%;
    top: 0;
    background-image: linear-gradient( 180deg , rgba(11,148,220,08) 0%, rgba(75,93,174,0.9) 100%);
}
  .section__form {
    background: #fff;
}
  .cont__section-hd {
    margin-bottom: -30vw;
}
  .section__form .elementor-container {
    margin-top: -10vw !important;
    position: relative;
    top: -25vw;
}
  .checkbox_in {
    display: grid;
    align-items: center;
    grid-template-columns: 21% auto;
}
  .wpcf7-list-item label:before {
    height: 4vw;
    width: 4vw;
}
  .wpcf7-list-item label {
    position: relative;
    padding-left: 6vw;
    font-size: 3vw;
    line-height: 4vw;
    cursor: pointer;
}
  .checkbox_in {
    margin-bottom: 10vw !important;
    margin-top: 5vw;
}
  .checkbox_in a {
    font-size: 2.5vw;
}
  .cont__section-hd {
    height: 110vw;
}
  .cont__section-hd {
    background-position: 77% 82% !important;
}
  .contact-page-form button.contact-btn {
    font-size: 5vw;
    padding: 10px 20px;
    margin-top: 0;
    margin-bottom: 10vw;
    line-height: 12vw;
    padding: 0;
    float: none;
}
  .section__form h2 {
    font-size: 5vw;
}
  .contact-info {
    background: #103E6D;
    color: #fff;
    padding: 8vw 5vw;
}
  .map__block {
    margin-bottom: 10VW;
    margin-top: 0;
}
  .serv__grid1, .serv__grid2 {
    grid-template-columns: 1fr;
    grid-gap: 10vw;
}
  .serv__grid2 .serv__img {
    order: 2;
}
  .serv__grid2 .serv__text {
    order: 1;
}
  .serv__grid1 .serv__img::before {
    right: 0;
}
.serv__img::before {
    border: 4vw solid #233255;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
  .serv__grid2 .serv__img::before {
    left: 0;
}
  .serv__img img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    padding: 3vw;
    height: 100% !important;
}
.price__section-hd {
    height: 110vw;
}
.price__section-hd {
    height: 60vw;
    background-size: cover !important;
}
.serv__block-text {
    margin-top: 10vw;
    margin-bottom: 0;
}
  .serv__block-text p {
    font-size: 5vw;
    line-height: 6.5vw;
    margin-bottom: 5vw;
}
  .serv__img {
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    height: 50vw;
}
  .serv__grid button {
    margin-bottom: 10vw;
}
  .serv__text.serv__text-bottom {
    max-width: 100%;
    margin: 0 auto;
}
  .serv__text.serv__text-center {
    max-width: 100%;
    margin-left: 0;
}
  .serv__block-text h2, .serv__block-text h3{
    margin-bottom: 5vw;
    font-size: 7vw;
    line-height: 8vw;
}
  .serv__title {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin-bottom: 5vw;
}
.ul__grid {
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid;
}
/*   .ul__column:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
} */
  .ul__column {
    padding: 5vw;
    font-size: 5vw;
    line-height: 7vw;
}
  .catalog__block {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 5vw 4%;
}
  .price__table-bloc tr {
    border-bottom: 2px solid #eee !important;
    display: block;
    padding: 4vw 0 2vw;
}
  .price__table-bloc td {
    border-bottom: 0;
    font-size: 4vw;
    line-height: 6vw;
    display: block;
    text-align: center !important;
    padding: 0;
    margin-bottom: 2vw;
}
  span.sale__bl_text {
    background: #0B94DC;
    color: #fff;
    padding: 1vw 3vw;
    border-radius: 3px;
}
  p.table-price__text {
    text-align: center;
    font-weight: 700;
    font-size: 5vw;
    margin-bottom: 10vw;
    line-height: 6vw;
}
  .price__table-bloc {
    margin-bottom: 5vw;
    padding: 5vw 2vw;
}
  .catalog__block h3 {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 2vw;
}
  .catalog__block p {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 2vw;
}
  .catalog__section {
    margin: 10vw 0;
}
  .first__sect {
    background-position: 33% 100% !important;
    background-size: cover !important;
}
  .first__sect::before {
    background-image: radial-gradient(at 71% center, rgba(0,0,0,0) 16%, rgba(255,255,255) 69%);
    bottom: 0;
    top: auto;
    height: 100%;
}
  .first__block-text2::before {
    content: none;
}
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 100% !important;
}
  .about__sect .elementor-column:nth-child(2) {
    height: 60vw;
}
.first__block-text2 li::before {
    width: 4vw;
    height: 4vw;
    margin-right: 0;
    left: -4vw;
    top: 0.8vw;
}
  .serv__block-text li {
    font-size: 5vw;
    line-height: 6.5vw;
    margin-left: 0;
    margin-bottom: 3vw;
}
  .serv__block-text li::before {
    width: 5vw;
    height: 5vw;
    margin-right: 3vw;
    left: -4vw;
}
.serv__block-text li {
    grid-template-columns: 7vw auto;
}
  .zvonok__btn {
    margin: 5vw auto 0 !important;
    display: block;
}
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 100%;
}
  .footer-main-inner .row {
    grid-template-columns: 1fr;
    --vAlign: flex-start;
}
  .fr p {
    font-size: 4vw;
    line-height: 5vw;
    margin-top: 3vw;
    margin-bottom: 6vw !important;
}
  .table-price__text {
    width: 100%;
    margin: 0 auto 5vw;
}
  .elementor-405 .elementor-element.elementor-element-78f7fb3, .elementor-405 .elementor-element.elementor-element-a413877 {
    width: 100%;
}
  .pum-theme-8 .pum-container {
    width: 86vw !important;
}
  .price__table-bloc table tbody, .price__table-bloc table caption {
    width: 100%;
    display: block;
}
  .price__table-bloc caption {
    font-size: 6vw;
    font-weight: 700;
}
  .price__table-bloc table {
    width: 100%;
    display: block;
    margin-bottom: 0;
}
  .step__item {
    display: block;
}
  .step__title h3 {
    margin-bottom: 0;
}
.step__title h3 strong {
    font-size: 7vw;
    line-height: 8vw;
}
.step__title {
    display: block;
    padding: 5vw;
}
  .step__text {
    padding: 0 5vw 5vw;
}
  .h__text p, .serv__text p {
    color: #000;
    font-size: 5vw;
    line-height: 6.5vw;
    margin-bottom: 5vw;
}
}
