body {
	padding: 0;margin: 0;
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    background-color: #fff;
    color: #443944;
}
p, ul, h1 {
	margin: 0;padding: 0;
}
h2 {
    text-align: center;
    font-size: 3.2em;
    color: black;
}
*:focus {
	outline: none;
}
a:focus {
	outline: none;
}
.clr {
  clear: both;
}
.center {
    margin: auto;
    float: none;
}
.red {
    color: #eb3d00;
}
.capital {
    text-transform: uppercase;
}
* {
    box-sizing: border-box;
}
h5 {
    display: none;
}

.anim::-webkit-input-placeholder       {color:#5a5a5a; text-indent: 0px;   transition: text-indent 0.3s ease;}
.anim::-moz-placeholder                {color:#5a5a5a; text-indent: 0px;   transition: text-indent 0.3s ease;}
.anim:-moz-placeholder                 {color:#5a5a5a; text-indent: 0px;   transition: text-indent 0.3s ease;}
.anim:-ms-input-placeholder            {color:#5a5a5a; text-indent: 0px;   transition: text-indent 0.3s ease;}
.anim:focus::-webkit-input-placeholder {color:#5a5a5a; text-indent: 500px; transition: text-indent 0.3s ease;}
.anim:focus::-moz-placeholder          {color:#5a5a5a; text-indent: 500px; transition: text-indent 0.3s ease;}
.anim:focus:-moz-placeholder           {color:#5a5a5a; text-indent: 500px; transition: text-indent 0.3s ease;}
.anim:focus:-ms-input-placeholder      {color:#5a5a5a; text-indent: 500px; transition: text-indent 0.3s ease;}

/*.up {
    background: url('../img/knopki.png') no-repeat -49px -194px;
    width: 113px;height: 112px;
    position: fixed;
    bottom: 80px; right: 50px;
    z-index: 5;
    text-align: center;
    cursor: pointer;
    padding-top: 65px;
    display: none;
}
.up:hover {
    background-position: -284px -194px;
}
.up:active {
    background-position: -525px -194px;
}
.up span {
    font-weight: bold;
    color: #fff;
    font-size: 1.8em;
}*/

.button {
    font-weight: 500;
    color: white;
    font-size: 1.3em;
}

/*HEADER*/

header {
        padding: 20px 0;
}
h1 {
    font-size: 2.5em;
    text-align: center;
    line-height: 38px;
}
.header__logo-wrap {
    text-align: center;
    margin-top: 30px;
}
.header__phones {
    text-align: center;
}
.header__phones p {
    font-size: 2em;
    font-weight: bold;
    padding-top: 4px;
    /* text-align: right; */
}
.header__phones span.city {
    font-size: 0.7em;
    display: block;
    float: left;
    /* width: 86px; */
    text-align: left;
    margin-top: 11px;
    text-transform: uppercase;
}
.header__phones span img {
    float: right;
}
.header__button {
    padding: 10px 10px 10px 40px;
    background: #eb3d00 url('../img/phone_ico.png') no-repeat 10px center;
    margin: 5px auto 0;
    border-radius: 10px;
    width: 100%;
    display: block;
}
.spb_phone>.city_phone {
    letter-spacing: 0.6px;
}
.msk_phone>.city {
    letter-spacing: 1.3px;
}


/*SLIDER*/

.slider {
    position: relative;
}
.slider__slide {
    width: 100%;
    height: 470px;
}
.slide1 {
    background: url('../img/slide1.jpg') center center no-repeat;
}
.slide2 {
    background: url('../img/slide2.jpg') center center no-repeat;
}
.slide3 {
    background: url('../img/slide3.jpg') center center no-repeat;
}
.slider .lSSlideOuter .lSPager.lSpg {
    margin-top: -50px !important;
    padding-bottom: 30px;
}
.slideOver {
    position: absolute;
    left: 0; right: 0; top: 0;
    margin: auto;
}
.st_blank {
    height: 85px;
}
.slideOver_p:first-child {
    padding-top: 20px;
}
.slideOver_p {
    color: white;
    font-size: 2.8em;
    text-align: center;
    font-weight: 500;
    line-height: 45px;
}
.transp_b {
    text-transform: uppercase;
    padding: 10px;
    border: 3px solid white;
    border-radius: 10px;
    display: block;
    width: 217px;
    margin: 60px auto 0;
    text-align: center;
}
.slider .lSSlideOuter .lSPager.lSpg>li a {
    width: 20px; height: 20px;
    color: transparent;
    background-color: white;
}
.slider .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #eb3d00;
}

/*ABOUT*/

.about {
    padding-bottom: 40px;
}
.about p {
    padding-bottom: 20px;
}
p.prim {
    display: block;
    border-left: 3px solid #eb3d00;
    color: #443944;
    font-style: italic;
    background-color: #e4e4e4;
    padding: 20px;
    font-size: 1.1em;
    font-weight: 500;
}
p.prim span {
    color: #eb3d00;
    font-weight: bold;
}

/*PREIM*/

.preim h2 {
    color: white;
}
.preim {
    background: url('../img/preim.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.preim__item-wrap img {
    display: block;
    margin: 10px auto;
}
.preim__item-wrap p {
    color: white;
    text-align: center;
    font-size: 1.2em;
    line-height: 20px;
}

/*CATALOGUE*/

.catalogue {
    padding-bottom: 40px;
}
.cat__h {
    text-transform: uppercase;
    font-size: 1.8em;
    text-align: center;
    color: #eb3d00;
    padding: 10px;
    border: 3px solid #eb3d00;
    display: block;
    font-weight: bold;
    margin: 5px 0;
}
.cat_wrap {
    margin: 10px 0;
    height: 229px;

}
.cat_wrap img {
    height: 100%;
}
.cat_wrap .descr {
    border: 3px solid #c3c3c3;
    height: 100%;
}
.cat_wrap .descr p {
    padding: 10px 5px;
    font-size: 1.1em;
    line-height: 20px;
}
.cat_wrap .descr .h {
    color: #eb3d00;
    font-weight: bold;
    display: block;
}
.catalogue table {
    border-collapse: collapse;
    width: 100%;
}

.catalogue table tr:nth-child(2n) {
    background-color: #fbe3db;
}
.catalogue td {
    width: 50%;
    border: 1px solid #c3c3c3;
}
.cat_t_h_main {
    text-align: center;
    color: #eb3d00;
    font-weight: bold;
    padding: 10px 0;
    font-size: 1.4em;
}
.cat_t_h_sec {
    font-weight: bold;
    padding: 10px;
    font-size: 1.2em;
}
.smth .cat__h {
    margin: 30px 0;
}
.smth .cat_t_h_main {
    padding: 22px 0;
}
.smth table {
    margin-top: 51px;
}

/*FORM1*/
.form1 {
    background: url('../img/form1_bg.jpg') center center no-repeat;
    padding: 45px 0;
    height: 192px;
}
.form2 {
    background: url('../img/fon_form.jpg') center center no-repeat;
    padding: 7px 0;
    height: 147px;
    margin-top: 20px;
}
.form2 .form1__form-wrap {
    float: none;
    margin: auto;
} 
.price_descr {
    color: white;
    font-weight: bold;
    font-size: 1.28em;
}
.price {
    color: #eb3d00;
    font-weight: 500;
    font-size: 2.6em;
}
.price span{
    font-size: 0.6em;
}
.form1__arr {
    display: block;
    position: absolute;
    right: 15%;top: 0;bottom: 0;
    margin: auto;
}
h3 {
    font-size: 2.26em;
    text-align: center;
    color: white;
    margin: 0;
}
input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    display: block;
    margin: 6px auto;
    padding: 10px 15px;
    text-align: center;
}
.form-button {
    background-color: #eb3d00;
    padding: 15px 0;
    display: block;
    margin: auto;
    width: 100%;
    border: none;
    font-size: 1.3em;
    font-weight: 700;
    color: #fff;
    border-radius: 10px;
}
.disclaimer {
    font-size: 0.7em;
    text-align: center;
    color: #8b8b8b;
    padding-top: 10px;
}
.disclaimer a {
    text-decoration: underline;
    color: #8b8b8b;
}


/*VIDEO*/

.video iframe {
    width: 100%;
}


/*AKCIJA*/
.akcija {
    background: url('../img/akcija_bg.jpg') center center no-repeat;
}
.akcija__descr {
    color: white;
    font-size: 2.57em;
    font-weight: 500;
    padding: 0 20px;
}
.akcija__descr span {
    color: #eb3d00;
}
.timer__h {
    font-size: 2.14em;
    text-align: center;
}
.akcija__counter-p {
    font-size: 1.8em;
    color: #fff;
    text-align: center;
    padding: 30px 0 10px;
}
.akcija__counter table {
    width: 100%;
}
.akcija__counter td {
    border: none !important;
    padding: 1px;
}
.akcija__counter span.numb {
    width: 84px;
    height: 83px;
    text-align: center;
    font-size: 4em;    
}
.akcija__counter span.semicol {
    margin-top: -5px;
    color: #eb3d00;
}
.akcija__counter span {
    display: block;
    float: left;
}
.akcija__counter span.semicol {
    color: #fff;
    font-size: 2.7em;        
}
.akcija__counter span.w_bg {
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    
}
.akcija__counter span.r_bg {
    border: 2px solid #eb3d00;
    background-color: #eb3d00;
    border-radius: 5px;
    color: #fff;
}
p.podpis {
    text-align: center;
    color: white;
}

/*GALLERY*/
.nopadd {
    padding: 0;
}
.pic1 {
    background: url('../img/gallery/01-thumb.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pic2 {
    background: url('../img/gallery/02-thumb.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pic3 {
    background: url('../img/gallery/03-thumb.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pic4 {
    background: url('../img/gallery/04-thumb.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pic5 {
    background: url('../img/gallery/05-thumb.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pic6 {
    background: url('../img/gallery/06-thumb.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.pic7 {
    background: url('../img/gallery/07-thumb.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.overflow {
    width: 100%;
    height: 100%;
    background-color: rgba(235, 61, 0, 0.6);
    position: relative;
    display: none;
}
span.zoom {
    display: block;
    position: absolute;
    top: 0;bottom: 0;left: 0;right: 0;
    color: white;
    font-size: 1.2em;
    width: 160px; height: 55px;
    border: 3px solid white;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 13px 20px;
    text-align: center;
    margin: auto;
}
.gallery__slide {
    width: 100%;
}
.gslide1 {
    background: url('../img/m-gallery/01.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide2 {
    background: url('../img/m-gallery/02.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.gslide3 {
    background: url('../img/m-gallery/03.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide4 {
    background: url('../img/m-gallery/04.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide5 {
    background: url('../img/m-gallery/05.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide6 {
    background: url('../img/m-gallery/06.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide7 {
    background: url('../img/m-gallery/07.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide8 {
    background: url('../img/m-gallery/08.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide9 {
    background: url('../img/m-gallery/09.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide10 {
    background: url('../img/m-gallery/10.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.gslide11 {
    background: url('../img/m-gallery/11.jpg') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}



/*CONTACT*/
.contact__address {
    font-size: 1.7em;
    font-weight: 500;
}
.contact__address-tel {
    color: #eb3d00;
    font-size: 2.1em;
}
.contact__address-tel-bold {
    color: #eb3d00;
    font-weight: bold;
    font-size: 2.5em;
    /* padding-bottom: 20px; */
}
.contact__address-tel-city {
    font-size: 2.5em;
    padding-top: 20px;
}
.padding_t_b {
    padding: 15px 0;
}
p.contact__address.contact__address-gray {
    color: #848484;
}
.contact p {
    text-align: center;
}
.contact p a.email {
    color: #252525;
    font-size: 1.7em;
    text-decoration: underline;
}
.contact p a.email img {
    padding-right: 10px;
}
#map, #map2 {
    height: 430px;
    width: 100%;
    margin-top: 20px;
}
.mapform {
    position: relative;
    padding-top: 40px;
}
.first_map>div, .second_map>div {
    border: 1px solid #929292;
}
.first_map>div {
    background: url('../img/saintp_icon.png') 20px 10px no-repeat;
}
.second_map>div {
    background: url('../img/moscow_icon.png') 20px 10px no-repeat;
}

/*FOOTER*/
footer {
    padding: 40px 0;
}
footer a.email {
    color: #636363;
    font-size: 1.2em;
    text-decoration: underline;
}
.ya-share2__container {
    text-align: center;
}
.foot_logo {
    text-align: right;
}

/* MODAL */
.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-slide>* {
    background-color: transparent;
}
.fancybox-close-small {
    top: 19px; right: 19px;
}
#modal {
    display: none;
}
.modal-wrap .result .firstline, section.slider .result .firstline, section.akcija .result .firstline, section.contact .result .firstline {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #eb3d00;
    font-size: 2em;
    padding: 57px 0;
}
.modal-wrap .result .secondline, section.slider .result .secondline, section.akcija .result .secondline, section.contact .result .secondline {
    font-size: 1.43em;
    text-align: center;
    padding-bottom: 73px;
}
/*
.modal-wrap .result .firstline {
    padding: 57px 0;
}
.modal-wrap .result .secondline {
    padding-bottom: 73px;
}
*/
.horiz-form .result .firstline {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #eb3d00;
    font-size: 2.26em;
}
.horiz-form .result .secondline {
    font-size: 1.43em;
    color: white;
    text-align: center;
}


/*MENU*/
.menu {
    position: fixed;
    top:0;
    background-color: white;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    z-index: 5;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    display: none;
}
.menu ul {
    display: table;
    width: 100%;
}
.menu ul li {
    display: table-cell;
    padding: 0 5px;
    font-weight: 500;
    text-decoration: underline;
    font-size: 1.15em;
    text-align: center;
}
.menu ul li:hover {
    text-decoration: none;
    color: #eb3d00;
    cursor: pointer;
}



.lSAction>a {
    height: 69px;
    top: 44%;
}
.lSAction>.lSNext {
    background-position: -42px -74px;
}



/*POLITIC*/
#polit {
    display: none;
}
.polit-wrap {
    max-width: 800px;
    background-color: white;
    padding: 20px;
    border: 3px solid #eb3d00;
    border-radius: 10px;
}
.fancybox-close-small:after {
    background-color: transparent;
}










































/*FORM*/
.form-wrap {
    width: 100%;
    background-color: white;
    padding: 20px;
}
.form-wrap__hdr {
    font-weight: 600;
    text-align: center;
    font-size: 2.06em;
    line-height: 1.2em;
    padding-bottom: 20px;
    color: #eb3d00;
}
.form-wrap input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    display: block;
    margin: 0 auto 10px;
    padding: 10px 15px;
    text-align: center;
}
#modal .track-form {
    padding: 20px 100px;
}
/*.form-button:hover {
    background-position: -236px -60px;
}
.form-button:active {
    background-position: -472px -60px;
    padding: 12px 11px 10px 10px;
}
*/


/*@media (max-width:769px) {
    .col-sm-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header__logo img {
        width: 100%;
    }
    .cat_wrap .descr p {
        font-size: .8em;
        padding: 2px 5px;
    }
    .smth table {
        margin-top: 28px;
    }
    .form1__arr {
        right: 1%;
    }
    .akcija__descr {
        font-size: 2.27em;
    }
    .form-wrap__hdr {
        font-size: 1.9em;
    }
    footer a.email {
        font-size: 1.03em;
    }
}
*/

/*CATALOGUE - PRICE TABLE*/

.price_table_h {
    font-size: 1.5em;
    font-weight: bold;
    color: #6f6f6f;
    padding-bottom: 10px;
}
.price_table_wrap {
    padding-bottom: 20px;
}
.price_col_row {
    border: solid 3px black;
    text-align: center;
    padding: 5px 0;
}
.price_col_row p {
    font-size: 1.3em;
    color: #000;
    font-weight: bold;
}
.price_col_row p:last-child {
    color: #ec3c00;
    display: block;
    padding: 1px 0;
}
.price_col_row_firstrow p:last-child {
    background: url('../img/galochka.png') no-repeat 10% -2px;
}
.price_col_row_secondrow {
    border-color: #595959;
}
.price_col_row_thirdrow {
    border-color: #929292;
}
.price_col_row_fourthrow {
    border-color: #acacac;
}
.price_col_row_fifthrow {
    border-color: #c3c3c3;
}




@media (min-width: 992px) {
    .cat_wrap .descr p {
        padding: 4px 5px;
        font-size: 1em;
        line-height: 15px;
    }
    .col-md-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0;
    }
    .cat_wrap {
        height: 229px;
    }
    .cat_wrap img {
        margin-right: 20px;
        float: left;
    }
    .contact__form-float .form-wrap {
        position: relative;
        z-index: 2;
    }
    .contact__form-float {
        position: absolute;
        left: 0; right: 0;
        top: 90px;
        margin: auto;
    }
    .akcija {
        padding: 50px;
    }
    .preim {
        height: 423px;
    }
    .smth table {
        margin-top: 51px;
    }
    .price_col_row_secondrow, .price_col_row_thirdrow, .price_col_row_fourthrow, .price_col_row_fifthrow {
        border-left: none;
    }    
}

@media (min-width:1199px) {
    .cat_wrap .descr p {
        padding: 10px 5px;
        font-size: 1.1em;
        line-height: 20px;
    }
}


@media (max-width:992px) {
    .col-sm-20 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .header__logo-wrap {
        padding-bottom: 20px;
    }
    h1 {
        font-size: 1.7em;
        padding: 20px 0;
        line-height: 1.3em;
    }
    #modal .track-form {
        padding: 20px;
    }
    .fancybox-slide>* {
        vertical-align: top;
        margin: 0;
    }
    .form-wrap {
        width: 100%;
        float: none;
    }
    .akcija__descr {
        font-size: 1.7em;
        text-align: center;
        padding-top: 20px;
    }
    .akcija__counter-p {
        font-size: 1.5em;
    }
    .akcija__counter span.numb {
        width: 70px;
        height: 70px;
        text-align: center;
        font-size: 3.2em;
    }
    .form-wrap__hdr {
        font-size: 1.3em;
    }
    .akcija__form-wrap {
        padding: 20px 10px;
    }
    .slideOver_p {
        font-size: 1.7em;
    }
    .transp_b {
        width: auto;
        margin: 15px auto 0;
    }
    .transp_b.button {
        font-size: 1.2em;
    }
    .bo4ka {
        width: 145%;
        margin: 80px -50px 0 0;
    }
    .kanistra {
        width: 145%;
        margin: 80px 0 0 -35px;
    }
    .about .row {
        padding: 0 10px;
    }
    .preim {
        padding-bottom: 20px;
    }
    .cat_wrap {
        height: auto;
        border: 3px solid #c3c3c3;
    }
    .cat_wrap .descr {
        border: none;
    }
    .cat_wrap img {
        width: 100%;
    }
    .smth table {
        margin: 10px 0;
    }
    .form1, .form2 {
        height: auto;
        padding: 20px 0;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .form1__arr {
        display: none;
    }
    .price_descr, .price {
        text-align: center;
    }
    .price_descr {
        font-size: 1.6em;
    }
    .price {
        font-weight: bold;
    }
    h3 {
        font-size: 2em;
    }
    h2 {
        font-size: 2em;
    }
    .contact__address {
        font-size: 1.1em;
    }
    .contact p a.email {
        font-size: 1.3em;
    }
    .contact p {
        padding: 5px 0;
    }
    .contact p.contact__address-tel-city {
        font-size: 1.8em;
        padding: 20px 0 5px 0;
    }
    .first_map {
        padding-bottom: 20px;
    }
    .first_map>div {
        background: url('../img/saintp_icon.png') 5px 5px no-repeat;
        background-size: 50px;
    }
    .second_map>div {
        background: url('../img/moscow_icon.png') 5px 5px no-repeat;
        background-size: 50px;
    }
    .contact__address-tel {
        font-size: 1.5em;
    }
    #map, #map2 {
        padding: 0 1px 1px 0;
    }
    .mapform {
        padding-top: 10px;
    }
    footer {
        padding: 20px 0;
    }
    footer a.email {
        text-align: center;
        display: block;
    }
    .ya-share2__container {
        padding: 10px 0;
    }
    .f_logo {
        display: block;
        width: 70%;
        margin: auto;
    }
    .z-layer {
        z-index: 1;
    }
    .menu ul li {
        display: table-cell;
        padding: 0 5px;
        font-weight: normal;
        text-decoration: underline;
        font-size: 0.85em;
        text-align: center;
    }
    .menu {
        display: none;
    }
    .price_col_row_secondrow, .price_col_row_thirdrow, .price_col_row_fourthrow, .price_col_row_fifthrow {
        border-top: none;
    }
    /* .price_col_row_firstrow p:last-child {
        background: url('../img/galochka.png') no-repeat 40% -2px;
    } */
    .price_col_row_firstrow p:last-child {
        background: none;
    }
    .price_col_row p:last-child {
        text-align: left;
    }
    .price_col_row p:first-child {
        text-align: right;
    }
    .price_col_row p {
        display: block;
        width: 50%;
        float: left;
        padding: 0 10px;
    }
    .price_col_row_firstrow p:first-child {
        background: url('../img/galochka.png') no-repeat 63% -2px;
    }

    
}


@media (max-width:576px) {
    .form-wrap__hdr {
        font-size: 1.7em;
    }
    .price_col_row_firstrow p:last-child {
        background: none;
    }
    .price_col_row_firstrow p:first-child {
        background: url('../img/galochka.png') no-repeat 0 -2px;
    }
    /* .header__phones span.city {
        width: 115px;
    } */
    .header__phones span img {
        float: right;
        margin-top: 4px;
        padding-right: 10px;
    }
    .header__phones p {
        font-size: 2.5em;
    }
    .first_map .contact__address-tel {
        padding: 5px 40px;
    }
}

