html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


@font-face {
  font-family: 'Roboto';
  src: url("./fonts/Roboto-Black.ttf");
  src: url("./fonts/Roboto-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("./fonts/Roboto-Bold.ttf");
  src: url("./fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("./fonts/Roboto-Regular.ttf");
  src: url("./fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.wrapper {
  max-width: 1170px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.header_row{
  padding: 10px 0px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #1C1C1C;
}

.title_def {
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

header .contact {
  text-align: center;
}

header .contact .adress {
  margin-right: 83px;
}

header .contact .adress br{
  /*display: none;*/
}
header .contact span {
  display: block;
}

header .contact strong {
  display: block;
}

header .phones {
  text-align: center;
}

header .phones .kiev {
  margin-left: 20px;
}

header .phones img {
  height: 40px;
  width: auto;
}

header .phones a {
  display: block;
  text-decoration: none;
  color: #704823;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 20px;
}

header .phones a:hover {
  color: #2f2317;
}

.main {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-attachment: fixed;
}

.main h1 {
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0;
  margin-bottom: 30px;
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
}

.main .box_check {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 25px;
}

.main .box_check img {
  display: block;
  margin: 0 auto;
  margin-bottom: 17px;
}

.main:after {
  content: '';
  background: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.main .wrapper {
  position: relative;
  z-index: 1;
}

.size {
  padding-top: 57px;
}

.size .title_def {
  margin-bottom: 22px;
}

.size .phone {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 8px;
  font-weight: 900;
  color: #ED7B28;
  text-decoration: none;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}

.size .phone:hover {
  color: #c26827;
}

.size .row_serv {
  padding-top: 35px;
}

.size .col {
  width: 49%;
  height: 315px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}

.size .col .text {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  max-width: 340px;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 40px;
  min-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.size .col .text p{
  margin: 0;
  width: 100%;
}
.size .col .text strong {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 3px;
  line-height: 1.2;
}

.size .col .text span {
  display: block;
  width: 100%;
  font-size: 14px;
}

.pref {
  position: relative;
  color: #ffffff;
  padding-top: 70px;
  padding-bottom: 108px;
      background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.pref .wrapper {
  position: relative;
  z-index: 1;
}

.pref:after {
  content: '';
  background: rgba(31, 16, 3, 0.65);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.pref .title_def {
  margin-bottom: 65px;
}

.pref .col {
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  border: 1px solid #ED7B28;
  padding: 30px 20px;
  padding-bottom: 47px;
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 250px;
}

.pref .col .icon_box {
  height: 80px;
  width: 100%;
}

.about {
  padding-top: 58px;
  padding-bottom: 57px;
}

.about .title_def {
  margin-bottom: 57px;
}

.about .descr img {
  float: right;
  max-width: 40%;
  margin-left: 30px;
  height: auto;
  margin-bottom: 30px;
}
.descr ul{
	line-height: 1.4;
}
.descr li{
	margin-bottom: 5px;
}
.about .descr p {
  margin: 0;
  text-align: justify;
  line-height: 24px;
}

.adress_box {
  margin-top: 25px;
  font-size: 32px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  margin-bottom: 40px;
}

.adress_box img {
  margin-right: 15px;
}

.map iframe {
  width: 100%;
  height: 405px;
}

footer {
  font-size: 16px;
  line-height: 19px;
  margin-top: -4px;
}

footer .top {
  position: relative;
  color: #ffffff;
  padding: 65px 0px;
  background-size: cover;
}

footer .top:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(112, 72, 35, 0.92);
}

footer .top .wrapper {
  position: relative;
  z-index: 1;
}

footer .adress {
  margin-right: 60px;
  margin-right: 53px;
  max-width: 195px;
  flex-wrap: nowrap;
}

footer .contact img {
  margin-right: 15px;
}

footer .phones a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
}
footer .phones a:hover{
  color: #e5e5e5;
}
footer .phones .box {
  text-align: center;
}

footer .phones .box img {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: auto;
  margin-bottom: 6px;
}

footer .phones .kiev {
  margin-left: 28px;
}

footer .copy {
  text-align: center;
  font-size: 12px;
  padding: 5px;
}

@media only screen and (max-width: 1150px) {
  header .contact,
  header .phones {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .phones .kiev {
    margin: 0;
  }
  header .phones .box {
    width: 50%;
  }
  header .contact .adress {
    margin: 0;
  }
  header .contact .col {
    margin: 0px;
    width: 50%;
  }
  .header_row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  header .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
  header .phones {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  footer .contact {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0px;
  }
  footer .phones {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
 footer .header_row{
 	justify-content: center;
 	-ms-align-items: center;
 	align-items: center;
 }
  footer .phones .box {
    width: 50%;
    margin: 0;
  }
  footer .adress {
    margin: 0;
    max-width: 100%;
  }
  footer .adress .text br {
    display: none;
  }
  footer .adress .text strong {
    display: block;
  }
  footer .contact .col {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .main h1 {
    font-size: 36px;
  }
  .main .box_check {
    font-size: 24px;
  }
  .title_def {
    font-size: 28px;
  }
  .pref .col {
    font-size: 14px;
  }
  .pref{
  	background-attachment: initial;
  }
  .about .descr img {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  
  .main{
  	background-attachment: initial;
  }
}

@media only screen and (max-width: 750px) {
	header .phones{
		margin-top: 0;
	}
	header .logo{
		max-width: 
	}
  .header_row{
   
    -ms-align-items: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main{
    padding-top: 30px;
  }
  .main .box_check img{
    height: 40px;
    width: auto;
  }
  header .contact{
    display: none;
    margin: 0;
  }
  header .phones img{
  	display: inline-block;
  }
  header .phones .box{
  	width: 100%;
  	text-align: center;
  }
  header .phones{
  	justify-content: flex-end;
  	width: 110px;
  	line-height: 1.7;
  }
  header .logo{
  	max-width: 150px;
  	
  }
   header .logo img{
  		width: 100%;
  	}
  .header_row{
  	justify-content: space-between;
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .phones a {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;   
  }
  header .contact .col {
    font-size: 14px;
  }
  .main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .main h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .main .box_check {
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    justify-content: center;
  }
  .main .box_check img{
  	margin: 0;
  }
  .title_def {
    font-size: 22px;
  }
  .size .phone {
    font-size: 28px;
  }
  .size .col {
    width: 100%;
  }
  .pref {
    padding-bottom: 60px;
    background-size: cover;
  }
  .pref .col {
    width: 48%;
    margin-bottom: 20px;
    height: 160px;
    padding: 17px 5px;
    padding-bottom: 22px;
  }
  .pref .col .icon_box {
    height: 60px;
  }
  .pref .col .icon_box img {
    height: 100%;
    width: auto;
    max-width: 65px;
  }
  .about .title_def {
    margin-bottom: 30px;
  }
  .about .descr img {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    float: none;
    max-width: 100%;
  }
  body {
    font-size: 16px;
  }
  .adress_box {
    font-size: 22px;
  }
  footer .contact .col {
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
  footer .top {
    padding: 50px 0px;
  }
  footer .contact img {
    margin: 0;
    margin-bottom: 5px;
  }
  footer .contact .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  footer .phones a {
    font-size: 16px;
  }
  .map iframe {
    height: 350px;
  }
}
@media only screen and (max-width: 500px) {
	.main h1{
		font-size: 22px;
	}
	header .logo {
    	max-width: 85px;
	}
	header{
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 111;
		background: #fff;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.38);
	}
	.main{
		padding-top: 130px;
	}
	footer .phones a {
    	font-size: 14px;
  	}
}
@media only screen and (max-width: 350px) {
	.main .box_check{
		font-size: 14px;
	}
}

header .phones .box a {
    display: flex;
    flex-direction: column; /* ставим в колонку */
    align-items: center;    /* выравниваем по центру */
    text-align: center;
    }

    header .phones .box img {
    margin-bottom: 5px; /* отступ между иконкой и телефоном */
}



/* a) если не меняешь разметку, и у тебя осталась .container — приравни её к .wrapper */
.section-doska > .container { max-width:1170px; padding:0 30px; margin:0 auto; }

/* компактные внешние отступы у блока слайдера */
.section-doska { margin: 16px 0 8px; }

/* точки снизу, по центру, без лишнего воздуха */
.doska-bottom {
  display:flex; align-items:center; gap:12px;
  margin-top:8px;                    /* близко к слайдам */
}
.doska-swiper-pagination {
  flex:1 1 auto; display:flex; justify-content:center;
  position:static !important; margin:0;  /* убираем дефолтные отступы */
}
.doska-swiper-pagination .swiper-pagination-bullet {
  width:8px; height:8px; margin:0 5px !important; opacity:.5;
}
.doska-swiper-pagination .swiper-pagination-bullet-active { opacity:1; }

/* высота карточек — при необходимости поправь цифры */
.doska-swiper .swiper-slide { height:300px; }
@media (max-width:992px){ .doska-swiper .swiper-slide { height:280px; } }
@media (max-width:640px){ .doska-swiper .swiper-slide { height:240px; } }

/* для секции ниже (НАШИ ПРЕИМУЩЕСТВА) часто большой верхний padding — ужмём */
.pref .wrapper { padding-top: 24px !important; }   /* было ~70px */


.title_skidka{
  font-size: clamp(20px, 2.4vw, 36px);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .02em;
  margin: 10px 0 6px;
  position: relative;
  color: #1b1b1b;
}

/* яркая «полоса-акцент» под заголовком */
.title_skidka::after{
content: "";
    display: block;
    height: 3px;
    width: min(340px, 70%);
    margin: 10px auto 20px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ff8a00, #ff5e00);
}


.title_skidka_dop{
font-size: clamp(20px, 2.4vw, 25px);
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .02em;
    margin: 20px 0 20px;
    position: relative;
    color: #1b1b1b;
}