* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 2.5em;
    max-width: 100%;
    background-color: #eceada;
}
a {
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
}
a.pointer {
    border: 1px solid #eceada;
    border-radius: 5px;
    padding: 10px;
}
a.pointer:hover {
    color: white;
    font-weight: 600;
    border: 3px solid #ffffff;
}
p.red {
    color: red;
}
/*Index*/
.container {
    display: grid;
    grid-template-rows: repeat(7, 100vh);
    width: 100%;
}
.one {
    background-color: #eceada;
    color: #6e0f2d;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    font-size: 28px;

}
.logo {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 23% 23% 23% 23%;
    margin-top: 100px;
    margin-left: 100px;
    gap: 2%;
}
h1 {
    color: #cb3b09;
    font-size: 2.5em;
    font-weight: 700;
    margin-left: -0.5em;
    line-height: 1em;
}
.docket {
    color: #cb3b09;
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-top: 0.6em;
}
.logo img {
    float: left;
    margin-right: 1.5em;
    width: 10%;
}
img#index {
    margin: 20vh 15%;
    width: 60%;
}
.fade-in {
    opacity: 0;
    transform: translateX(150px);
    /* початкове зміщення вниз */
    transition: opacity 5s ease, transform 5s ease;
}
.fade-in.loaded {
    opacity: 1;
    transform: translateY(0);
    /* повертаємо в нормальне положення */ }
.one button {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    color: #cb3b09;
    font-size: 24px;
    width: 40%;
    height: auto;
    padding: 2%;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 20px 20px 30px 0px #a39f86,
    10px 10px 15px 0px #857f5a,
    5px 5px 10px 0px #4a471a;
}
.one button:hover {
    color: white;
    background-color: #cb3b09;
}
.one button:active {
    box-shadow: none;
}
.two {
    background-color: #cb3b09;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto;
    font-size: clamp(0.8rem, 2vw + 0.8rem, 1.1rem);
    text-align: center;
    -moz-box-shadow: 0 0 50px #cb3b09;
    -webkit-box-shadow: 0 0 50px #cb3b09;
    box-shadow: 0 0 50px #cb3b09;
}
.two img {
    margin: 10%;
    width: 70%;
}
img.ok {
    max-width: 2rem;
    float: left;
    margin: 0;
}
.two h2 {
    margin: 25% 10% 5% 10%;
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: 400;
    color: #eceada;
}
.two p {
    margin: 5% 10% 5% 10%;
    color: white;
    text-align: left;
}
.three {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 50% 50%;
    text-shadow: 0.5px 0.5px 1px #6e0f2d;
}
.task {
    background-color: white;
    text-align: center;
    -moz-box-shadow: 0 0 50px #ffffff;
        -webkit-box-shadow: 0 0 50px #ffffff;
        box-shadow: 0 0 50px #ffffff;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}
.grounds {
    background-color: #eceada;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
}
.three h2 {
    font-size: clamp(1.3rem, 2vw + 1rem, 2.5rem);
    font-weight: 400;
    color: #cb3b09;
    margin: 6rem 28% 0.6rem 28%;
}
.three p {
    color: #cb3b09;
    margin: 1.5rem 10% 1.5rem 10%;
    text-align: left;
}
.task img {
    float: left;
    margin: 10%;
}
img.check {
    float: none !important;
    margin: 0 !important;
}
.grounds img {
    float: right;
    margin: 10%;
}
.offer {
    background-color: #cb3b09;
    /* padding: 5% 10%; */
    text-align: center;
    -moz-box-shadow: 0 0 50px #cb3b09;
    -webkit-box-shadow: 0 0 50px #cb3b09;
    box-shadow: 0 0 50px #cb3b09;
}
.offer h2 {
    color: white;
    font-size: 2.8em;
    font-weight: 400;
    margin: 50px;
}
.offer h3 {
    color: white;
    font-size: 2em;
    font-weight: 400;
}
.offer p {
    color: white;
}
.offer>p {
    margin: 0.5% 15%;
    font-size: clamp(0.5rem, 2vw + 0.5rem, 0.8rem);
}
.columns {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
    grid-template-rows: auto;
    padding: 0 10%;
}
.border {
    padding: 30px;
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
    position: relative;
}
hr {
    background-color: #6e0f2d;
    border-color: #6e0f2d;
    border-width: 2px;
    margin: 20px;
}
.services {
    background-color: #eceada;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    padding: 120px 200px;
    gap: 50px;
}
.services h2 {
    color: #cb3b09;
    font-size: 4em;
    font-weight: 700;
    margin-bottom: 10%;
}
.services h3 {
    color: #cb3b09;
    font-size: 1.5em;
    font-weight: 400;
}
.services hr {
    background-color: white;
    border-color: white;
    border-width: 1.5px;
     margin: 20px 0;
     width: auto;
}
/*/Послуги*/
/*Новини*/
.new {
    background-color: white;
    padding: 10px 100px;
    -moz-box-shadow: 0 0 50px #ffffff;
    -webkit-box-shadow: 0 0 50px #ffffff;
    box-shadow: 0 0 50px #ffffff;
}
.new h2 {
    color: #6e0f2d;
    font-size: clamp(1.2rem, 2vw + 1.2rem, 3rem);
    font-weight: 700;
    margin: 5% 30%;
    text-align: center;
    letter-spacing: normal;
}
.new .legend {
    color: #cb3b09;
    font-size: 1.5em;
    font-weight: 400;
    margin: 0.5%;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 500;
}
.new .col {
text-align: center;
border: 2px solid #6e0f2d;
border-radius: 20px;
margin: 4%;
padding: 3%;
color: #cb3b09;
line-height: 1.8em;
}
.new button {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
line-height: 1.5em;
color: #cb3b09;
background-color: #eceada;
font-size: 1.1em;
cursor: pointer;
width: 60%;
height: auto;
padding: 4% 15%;
border-radius: 10px;
border: none;
margin: 30px 30px 0 30px;
}
.new button:hover {
font-weight: 700;
background-color: #eb9b1b;
}
/*/New*/
.contacts {
background-color: #cb3b09;
color: white;
display: grid;
grid-template-columns: 45% auto;
grid-template-rows: auto;
gap: 5%;
grid-template-rows: auto;
/* padding-top: 1%; */
padding-left: 5%;
-moz-box-shadow: 0 0 50px #cb3b09;
-webkit-box-shadow: 0 0 50px #cb3b09;
box-shadow: 0 0 50px #cb3b09;
}
.figure {
 margin: 10% 0;
}
.data {
display: grid;
grid-template-columns: auto;
grid-template-rows: 7% 14% 70%;
margin-top: 3%;
}
.data hr {
width: 100%;
margin-left: 0;  
}
.data img {
float: left;
margin-right: 3%;
width: 12%;
}
.contacts h2 {
font-weight: 500;
font-size: 2.5rem;
margin: 7%;
}
.data .docket {
color: white;
font-size: 1.3em;
font-weight: 700;
letter-spacing: 0.04em;
padding-top: 0.8em;
}
td {
padding: 0 50px;
}
.timetable {
font-size: 1.2em;
font-weight: 400;
}
.networks {
    margin-bottom: 1.5rem;
}
.place {
    display: none;
}
.networks:last-child {
    margin-top: 1rem;
}
ul {
    display: flex;
    list-style: none;
}
li {
    margin-right: 5em;
}
.advantages-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
    gap: 3%;
}
.networks img {
    width: 2rem;
}
table {
    width: 100%;
}
tr.table-mob {
    display: none;
}
.up a {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 15%;
    bottom: 10%;
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #cb3b09;
    z-index: 9999;
}
/*/Index*/
/*Blog*/
header {
    background-color: #cb3b09;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
header .info {
    margin-top: 3em;
    font-size: 1em;
    color: white;
}
header .info:hover {
    cursor: pointer;
    color: gold;
}
header img {
    margin-top: 20px;
}
.spin {
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
main {
    background-color: #eceada;
    height: auto;
    width: 100%;
    color: #6e0f2d;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9em;
    padding: 5vh 10% 2vh 10%;
    text-shadow: 2px 2px 5px white;
}
main p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
main h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #cb3b09;
    font-size: 2em;
}
main>ul {
    width: 100%;
    margin-right: 0;
}
main li {
    font-size: 14px;
    font-weight: 500;
}
main img {
    float: left;
    margin: 40px;
}
img.advantages-img {
    padding: 5%;
    margin: 20px;
}
section>img {
    padding: 10px;
    margin: 0;
    width: 96px;
}
.google-ads {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(5, 1fr);
    margin: 2%;
    gap: 1%;
}
.soft {
    width: 96px;
    margin:0 5px;
}
footer {
    background-color: #eb9b1b;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
footer img {
    width: 64px;
    height: 64px;
    margin-top: 10px;
}
header button {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #cb3b09;
    font-size: 22px;
    width: auto;
    height: auto;
    padding: 2.5%;
    margin: 50px 5%;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 15px 15px 20px 0px #923617,
    5px 5px 15px 0px #471403,
    inset 5px 5px 15px 0 #cfcdbe;
}
header button:hover {
    background-color: #eb9b1b;
    color: #6e0f2d;
}
header button:active {
    box-shadow: none;  
}
.group {
    box-shadow: 20px 20px 100px 0px skyblue ;
    border-radius: 40px;
}
.group_mob {
    display: none;
}
.collage {
    background-color: #eceada;
}
.marketing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 3%;
    margin: 3%;
    width: 100%;
    text-align: center;
}
.text-blog li {
    text-align: left;
    margin: 0 20px;
}
.text-blog {
    padding: 20px;
    background-color: white;
}
.illustration {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-color: white;
}
.illustration img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0; 
}
ol>li {
    margin: 30px;
}
article li {
    margin: 5px;
}
article img {
    border-radius: 20px;
    border: 1px solid white;
}
article p {
    margin: 35px 0;
}
.type-of-site>img {
    float: left;
    width: 20%;
}
/*slider*/
.slider-container {
  position: relative;
  width: 30%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  float: left;
  margin: 40px;
}
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  font-size: 36px;
  color: white;
  cursor: pointer;
}
.prev-button {
  left: 40px;
}
.next-button {
  right: 10px;
}
  /*/slider*/
@keyframes flickerColor {
    0% {
        opacity: 1;
        color: #cb3b09;
    }
    50% {
        opacity: 0.3;
        color: #eb9b1b;
    }
    100% {
        opacity: 1;
        color: #6e0f2d;
    }
}
.flicker {
    animation: flickerColor 2s infinite ease-in-out;
}
@keyframes shake {
            0% {
                transform: rotate(0deg);
            } 
            25% {
                transform: rotate(15deg);
            }   
            50% {
                transform: rotate(-15deg);
            }   
            75% {
                transform: rotate(10deg);
            }   
            100% {
                transform: rotate(0deg);
            }
}   
.shake-phone {
            animation: shake 1s infinite;
            transform-origin: center;
            /* або 'top center' — залежить від стилю трубки */
}
.shake-phone {
    position: relative;
    z-index: 2;
    animation: shake 1s infinite;
    transform-origin: center;
    width: 100%;
    /* або фіксована ширина */
}
/*wrapper*/
.phone-wrapper {
    position: relative;
    width: 40px;
    float: left;
    margin-right: 3%;
    /* Підлаштуй під зображення */
    height: 40px; }
.wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: pulse 2s infinite;
    z-index: 1;
}
.wave.delay1 {
    animation-delay: 0.5s;
}
.wave.delay2 {
    animation-delay: 1s;
}
@keyframes shake {
    0% {
        transform: rotate(0deg);
}
    25% {
        transform: rotate(15deg);
}
    50% {
        transform: rotate(-15deg);
}
    75% {
        transform: rotate(10deg);
}
    100% {
        transform: rotate(0deg);
}
}
/*/wrapper*/
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0.6;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    } }
/*/Blog*/
/*Service*/
.service {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    text-align: left;
    align-items: center;
}
.service h1 {
    margin-bottom: 2em;
}
.service h3, .service h6 {
    color: #cb3b09;
    font-size: 1.5em;
    font-weight: 500;
    padding-top: 0;
}
h6.number {
    font-weight: 600;
}
.service-description hr {
    background-color: white;
    border-color: white;
    border-width: 1.5px;
    margin: 20px 0;
    width: auto;
}
.price {
    display: grid;
    grid-template-columns: 75% 25%;
    grid-template-rows: 100%;
    column-gap: 30px;
}
h3.number {
    font-weight: 500;
    font-size: 2em;
}
.service-img>img {
   max-width: 77%;
   height: auto;
}
button.button_service {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #cb3b09;
    font-size: 22px;
    width: 200px;
    height: auto;
    padding: 2.5%;
    margin: 3%;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: inset 5px 5px 15px 0 #cfcdbe,
    5px 5px 5px 0 #949287;
}
button.button_service:hover {
    background-color: #eb9b1b;
    color: #6e0f2d;
}
button.button_service:active {
    box-shadow: none;
}
/*/Service*/
/*Thank you*/
body.body-team {
    height: 100vh;
}
footer.footer-team {
    position: fixed;
    bottom: 0;
}
.team img {
    max-width: 90%;
    margin: 3%;
}
.team-mob {
    display: none;
}
h1.thank, h5.thank {
    text-align: left;
    margin-bottom: 1.5em;
}
/*/Thank you*/
/*Для менших екранів комп'юторів і для ноутбуків////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 1224px) and (max-width: 1440px) {
/*Blog*/
header {
    width: 100%;
}
header button {
    font-size: 20px;
}
main img {
    float: none;
}
main li {
    font-size: 14px;
    font-weight: 500;
}
.info {
    font-size: 18px;
}
h1 {
    margin-left: 0;
    text-align: center;
}
article ul {
    flex-direction: column;
}
li>img {
    float: left;
    width: 72px;
    margin: 0 20px;
}
li {
    margin: 20px;
}
/*/Blog*/
/*Service*/
.service {
    grid-template-rows: auto;
    grid-template-columns: 45% 55%;
    align-items: center;
}
.service h3, .service h6 {
    font-size: 1.1em;
    font-weight: 500;
    padding-top: 0;
}
h6.number {
    font-weight: 600;
}
/*Index*/
.us>p {
    font-size: 24px;
}
.one h1 {
   font-size: 1.8em;
}
.one p {
    font-size: 24px;
}
.one button {
    width: 60%;
    height: auto;
    padding: 20px;
}
.two h2 {
    font-size: 2rem;
}
.two p {
    font-size: 0.8em;
}
.three p {
    font-size: 0.8em;
}
.offer {
    padding: 1% 20px;
}
.columns {
    grid-template-columns: 32% 32% 32%;
    gap: 2%;
    padding: 0 5%;
}
.col {
    padding: 0;
}
hr {
    border-width: 1px;
    margin: 1rem;
}
.services {
    padding: 80px 100px;
    gap: 30px;
}
.three h2 {
    margin: 5rem 20% 0.5rem 20%;
}
.new {
    padding: 10px 50px;
}
.new .legend {
    font-size: 1.1em;
    font-weight: 500;
}
.new p {
    font-size: 0.7em;
}
.figure img {
    width: 80%;
    margin: 0 1.2rem;
}
.contacts {
    gap: 2%;
    padding: 0;
}
.contacts h2 {
    font-size: 2.2em;
}
.data {
    grid-template-rows: 6% 13% 65%;
}
table {
    font-size: 1em;
}
tr.table-mob {
    display: none;
}
.networks img {
    padding-top: 0.5rem;
}
.networks {
    margin-bottom: 0;
}
/*/Index*/
}
/*Для мобільних телефонів////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width:767px) {
    /*Index*/
.container {
    grid-template-rows:repeat(12, auto);
    text-align: center;
    grid-template-columns: 100%;
}
h1 {
    font-size: 2em;
    margin: 0;
}
.docket {
    padding: 0;
}
.one {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    font-size: 18px;
    padding: 30px;
    line-height: 1.5em;
}
.logo {
    gap: 0;
    margin: 0;
}
.logo img {
    width: 15%;
}
img#index {
    margin: 0;
    width: 40%;
}
.one button {
    width: 70%;
    height: auto;
    padding: 3%;
    border-radius: 10px;
    box-shadow: 10px 10px 20px 0px #615d23;
    margin: 1em 0 10em 0;
}
.two {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
}
.two img {
    width: 50%;
    margin: 0;
}
.two-img {
    grid-area: 2/1/3/2;
}
.two-text {
    grid-area: 1/1/2/2;
}
.two h2 {
    margin: 0;
    padding: 1rem;
    font-size: 1.3rem;
    letter-spacing: normal;
    margin-bottom: 1rem;
    color: white;
}
.two p {
    margin: 0 1.5em;
    font-size: 14px;
    line-height: 2em;
}
.grounds, .task {
    padding: 10px;
}
.three h2 {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.task img {
    margin: 0;
    max-width: 30%;
}
.grounds img {
    margin: 0;
    max-width: 30%;
}
.three p {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.7em;
    padding: 5px;
    font-weight: 600;
    text-shadow: 1px 1px 2px #ffffff;
}
img.check {
    width: 16px;
    height: 16px;
    padding: 3px;
}
.offer h2 {
    font-size: 2em;
    margin: 0;
    padding: 1em 0;
}
.offer p {
    margin: 0;
    font-size: 14px;
    line-height: 2em;
}
.offer {
    padding: 0;
}
.offer img {
    width: 80%;
}
.columns {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    gap: 0;
    padding: 0;
}
.services {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    padding: 0;
    gap: 0;
}
.services h2 {
    font-size: 2.5em;
    margin: 0;
    padding: 1em 0;
}
.services h3 {
    font-size: 1em;
    font-weight: 500;
}
.services img {
    width: 80%;
}
.new h2 {
    font-size: 2rem;
    margin: 0;
    padding: 1em 0;
}
.new {
    padding: 1em;
}
.col p {
    font-size: 14px;
}
.contacts {
    grid-template-columns: 100%;
    grid-template-rows: auto;
}
.contacts h2 {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 1rem 0;
    text-align: left;
}
.figure {
    display: none;
}
.data .docket {
    font-size: 0.8em;
    font-weight: 600;
    padding: 0 0 0 1rem;
    text-align: left;
}
table {
    font-size: 14px;
}
table .timetable {
    font-size: 16px;
}
td {
    padding: 0;
}
tr.table-mob {
    display: table-row;
    font-size: 16px;
}
tr.table-pc {
    display: none;
}
.networks {
    text-align: left;
    margin: 10px 0;
    font-size: 14px;
}
.place {
    display: block;
    margin: 64px 0;
}
.networks img {
    width: 1.8rem;
}
.networks ul {
    justify-content: space-between;
    max-width: 90%;
}
.networks:last-child {
    margin-bottom: rem;
    margin-top: 1rem;
}
li {
    margin-right: 0;
}
.services hr {
    margin: 0;
    width: 100%;
}
.up a {
    bottom: 10%;
}
/*/Index*/
/*Blog*/
header {
width: 100%;
}
header img {
max-width: 100%;
}
header .info {
    display: none;
}
header button {
    margin: 2.5em 10% 2.5em 0;
    padding: 0.6em;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 5px 5px 15px 0 #481403;
}
main {
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
}
main img {
    max-width: 100%;
    float: none;
    margin: 0;
}
.slider-container {
margin: 10px;
  width: 40%;
}
.prev-button,
.next-button {
  font-size: 20px;
}
.prev-button {
  left: 10px;
}
.type-of-site>img {
    border-radius: 5px;
    margin: 10px;
    width: 30%;
}
.service h1 {
    margin-bottom: 0;
}
.service-description h3, .service h6 {
    font-size: 1em;
}
li>img {
    float: left;
    margin: 10px;
    width: 25%;   
}
main ul {
    flex-direction: column;
    text-align: left;
    width: 90%; 
}
main li {
    line-height: 1.5em;
    padding: 0;
    margin: 1.5em 0;
    font-size: 14px;
}
main h1 {
    margin: 0.5em 0;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
}
ol>li {
    margin: 1.5em;
}
main h2 {
    font-size: 1.3em;
    padding: 5%;
    margin-top: 0;
}
main p {
    font-size: 14px;
    margin: 0;
}
.google-ads img {
    width: 65%;
    height: auto;
    padding-bottom: 20px;
}
footer {
    max-width: 100%;
    align-items: center;
    padding: 0;
    text-align: center;
}
footer img {
    width: 32px;
    height: 32px;
}
.marketing {
    grid-template-columns: 100%;
    grid-template-rows: repeat(6, auto);
    column-gap: 0;
    margin: 0;
}
.ill1 {
  grid-area: 1/1/2/2;  
}
.txt1 {
   grid-area: 2/1/3/2;
}
.ill2 {
  grid-area: 3/1/4/2;
}
.txt2 {
    grid-area: 4/1/5/2;
}
.ill3 {
  grid-area: 5/1/6/2;
}
.txt3 {
    grid-area: 6/1/7/2;
}
.advantages-item {
    grid-template-columns: 30% 60%;
    grid-template-rows: repeat(5, auto);
    row-gap: 20px;
    column-gap: 30px;
    font-size: 0.8em;
}
.advantages-img {
    width: 85%;
}
.item1 {
    grid-area: 1/2/2/3;
}
.item2 {
    grid-area: 2/2/3/3;
}
.item3 {
    grid-area: 3/2/4/3;
}
.item4 {
    grid-area: 4/2/5/3;
}
/*/Blog*/
/*Service*/
.service {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding: 0 20px;
}
.service h6 {
    letter-spacing: 0.5px;
}
.service-img {
    grid-area: 2/1/3/2;
    text-align: center;
}
button.button_service {
margin-left: 15%;
}
/*/Service*/
/*Thank*/
footer.footer-team {
    position: fixed;
    bottom: 0;
}
.team {
    display: none;
}
.team-mob {
    display: block;
    text-align: center;
    padding-bottom: 70px;
}
.team-mob img {
    width: 70%;
}
/*404*/
.group {
    display: none;
}
.group_mob {
    display: block;
    box-shadow: 20px 20px 100px 0px skyblue;
    border-radius: 20px;
    margin: 30px 0;
}
}
/*Для планшетів/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) and (max-width: 1223px) {
.container {
grid-template-rows: repeat(12, auto);
text-align: center;
grid-template-columns: 100%;
}
h1 {
    font-size: 3em;
    margin: 5%;
}   
.docket {
    font-size: 22px;
}
.one {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    font-size: 22px;
    padding: 30px;
    line-height: 1.5em;
}
.us {
    margin: 5%;
}
.one button {
    margin: 5%;
}
.logo {
    margin: 0;
}
img#index {
    margin: 10%;
}
.columns {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    gap: 0;
    padding: 0;
}
.three p {
    margin: 50px 10px;
    font-weight: 600;
    text-shadow: 2px 2px 5px #ffffff;
    color: #cb3b09;
}
.new h2 {
    font-size: 2.2em;
}
.new .legend {
    font-size: 1.8em;
}
.new button {
    font-size: 1.5em;
    font-weight: 400;
}
.two {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
}
.two img {
    width: 50%;
    margin: 0;
}
.two-img {
    grid-area: 2/1/3/2;
}
.two-text {
    grid-area: 1/1/2/2;
}
.two h2 {
    margin: 5%;
}
.three h2 {
    margin: 5%;
}
.offer>p {
    margin: 2%;
}
.offer p {
    font-size: 24px;
}
.services h2 {
    margin: 5%;
}
.services h3 {
    font-size: 1.1em;
}
.three img {
    margin: 0;
}
.services {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    padding: 0;
    gap: 0;
}
.contacts {
    grid-template-columns: 100%;
    grid-template-rows: 60% 40%;
    gap: 20px;
}
.contacts h2 {
    font-size: 3em;
}
.figure {
    grid-area: 2/1/3/2;
    margin: 0;
}
.figure img {
   width: 35%;
}
.data {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 15% 20% 65%;
    margin-top: 3%;
}
.data {
    grid-area: 1/1/2/2;
}
tr.table-mob {
    display: table-row;
}
tr.table-pc {
    display: none;
}
.networks {
    text-align: left;
}
.networks ul {
    justify-content: safe;
}
/*Blog*/
main {
    width: 100%;
}
main img {
    float: none;
    margin: 10px;
    max-width: 100%;
}
.slider-container {
    margin: 10px;
}
.marketing {
    column-gap: 1%;
    width: auto;
    grid-template-columns: 32% 32% 32%;
}
.info {
    display: none;
}
header button {
    width: 300px;
    height: 50px;
}
article ul {
    flex-direction: column;
}
li>img {
    float: left;
    width: 72px;
    margin: 0 20px;
}
li {
    margin: 20px;
    text-align: left;
}
footer img {
width: 64px;
height: 64px;
margin-top: 10px;
}
img.advantages-img {
width: 80%;
}
/*Service*/
.service {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding: 0;
    text-align: center;
}
.service-img {
  grid-area: 2/1/3/2;
  overflow: hidden;
}
.service h1 {
    margin-bottom: 0;
}
/*/Service*/
/*Thank*/
h5.thank {
    margin-left: 20px;
}
footer.footer-team {
    position: fixed;
    bottom: 0;
}
.team {
    display: none;
}
.team-mob img {
    width: 80%;
} 
.team-mob {
    display: block;
    text-align: center;
    padding-bottom: 70px;
}
/*404*/
.group {
    display: none;
}
.group_mob {
    display: block;
    box-shadow: 20px 20px 100px 0px skyblue;
    border-radius: 20px;
    margin: 30px 0;
}
}