* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

hr {
border: 0;
background-color: #e5e5e5;
height: 2px;
}

body {
font-family: 'Montserrat', sans-serif;
}

.page {
overflow: hidden;
}

/* Container */

.container {
max-width: 1230px;
padding: 0 15px;
width: 100%;
margin: 0 auto;
}

/* РУФВУК */ 
.header {
width: 100%;
top: 0;
left: 0;
z-index: 9999;
position: absolute;
}


.header--fixed {
background-color: #eb8d8d;
position: fixed;
top: 0;
right: 0;
left: 0;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
padding: 10px 0;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.header__logo {
font-size: 30px;
font-weight: 700;
color: white;
}

.header__menu__right {
font-size: 14px;
text-transform: uppercase;

}

.header__menu__items {
text-decoration: none;
color: white;
-webkit-transition: color .2s linear;
transition: color .2s linear;
position: relative;
}

.header__menu__items:hover {
color: #fce38a;
}

.header__menu__items.active {
color: #fce38a;
}

.header__menu__items:after  {
margin-top: 6px;
opacity: 0;
content: "";
width: 100%;
height: 2px;
background-color: #fce38a;
position: absolute;
top: 100%;
left: 0;
z-index: 1;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
}

.header__menu__items:hover:after {
opacity: 1;
}


.header__menu {
width: 100%;
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
margin-top: 10px;
font-family: 'Montserrat', sans-serif;

}

.header__menu__items {
display: inline-block;
vertical-align: top;
margin-right: 20px;;
}

/* Intro */

.intro {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
-webkit-box-pack: center;
justify-content: center;
width: 100%;
height: 100vh;
background-image: url("images/intro/intro-bg.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
min-height: 820px;
}

.intro__inner {
width: 100%;
text-align: center;
position: relative;
}

.intro__text1 {
font-size: 72px; 
color: #fff; 
margin-bottom: 50px;
font-family: 'Kaushan Script', cursive;

}

.intro__text2{
text-transform: uppercase;
font-size: 150px;
max-width: 970px;
margin:0 auto;
color: #fff;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}

.border {
width: 64px;
height: 3px;
display: block;
background-color: #fff;
text-align: center;
margin: 40px auto 0 auto;
}

.btn {
display: inline-block;
padding: 15px 10px;
border: 2px solid #fff;
margin: 0 auto; 
color: #fff;
text-transform: uppercase;
text-decoration: none;
margin-top: 50px;
font-family: 'Montserrat', sans-serif;
}

.lines__inner {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
max-width: 1200px;
width: 100%;
margin: 0 auto;
}



.lines__items{
padding-top: 22px;
width: 22%;
border-top: 2px solid #f7eac5;
position: relative;
color: #fff;
font-size: 18px;
text-transform: uppercase;
}

.lines__items.active:before {
content: "";
width: 70px;
height: 2px;
position: absolute;
top: -2px;
left: 0;
z-index: 1;
background-color: #f38181;
}

.lines {
width: 100%;
position: absolute;
bottom: 20px;
left: 0;
font-family: 'Montserrat', sans-serif;
}

.big {
font-size: 24px;
font-weight: 700;
}


/* What section */


.what__section {
text-align: center;
}

.SupTitle {
font-size: 24px;
margin: 100px 0 20px;
font-family: 'Kaushan Script', cursive;

}

.title::after {
content: "";
width: 60px;
height: 3px;
background-color: #ff9999;
display: block;
margin: 45px auto;
}

.text__what {
font-size: 15px;
font-family: 'Montserrat', sans-serif;
color: #999999;
margin-bottom: 100px;
}

.title {
font-size: 30px;
font-family: 'Montserrat', sans-serif;
color: #333333;
font-weight: 700;
text-transform: uppercase;
}

.images  {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}

.what__images {

background-color: #95e1d3;
position: relative;


}

.what__images__outer {
width: 33.3333%;
padding: 0 15px;
}

.what__imgs__item {
background: -webkit-gradient(linear, left top, left bottom, from(#f38181), to(#fce38a));
background: linear-gradient(to bottom, #f38181, #fce38a);
-webkit-transition: -webkit-transform .2s linear;
transition: -webkit-transform .2s linear;
transition: transform .2s linear ;
transition: transform .2s linear, -webkit-transform .2s linear;
}

.what__images:hover .what__imgs__item img {
opacity: 0.1;
}

.what__images:hover .what__imgs__item {
-webkit-transform: translate3d(-10px, -10px, 0);
transform: translate3d(-10px, -10px, 0);
}

.what__imgs__item img {
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
display: block;
max-width: 100%;
height: auto;

}

.about__text {

width: 100%;
font-size: 18px;
color: #fff;
text-transform: uppercase;
font-weight: 700;
font-family: 'Montserrat', sans-serif;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translate3d(0,-50%, 0);
transform: translate3d(0,-50%, 0);
z-index: 2;
opacity: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
}

.what__images:hover .about__text {
opacity: 1;
}

/* Numbers       */

.numbers {
background-color: #95e1d3;
font-family: 'Montserrat', sans-serif;
margin-top: 100px;
}

.numbers__inner {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}

.stat {
-webkit-box-flex: 1;
flex: 1 1 0;
border-left: 1px solid #b5eae0;
text-align: center;
color: #fff;
padding: 80px 30px;
text-transform: uppercase;
}

.stat:last-child {
border-right: 1px solid #b5eae0;
}

.stat__number {
font-weight: 700;
font-size: 72px;
}

.stat__text {
font-size: 14px;
}

/* Work */

.pad {
padding-top: 110px;
}

.service__border {
border-bottom: 1px solid #e5e5e5;
}

.service {
display: -webkit-box;
display: flex;
flex-wrap: wrap;

margin: 50px 0;
}
.service__item {
padding-bottom: 40px;
width: 33.333333%;
margin-bottom: 30px;

padding-left: 70px;

position: relative;
font-family: 'Montserrat', sans-serif;
}

.SupTitle {
text-align: center;
}

.title {
text-align: center;
}

.service__icon {
position: absolute;
top: 0;
left: 20px;
z-index: 1;
}

.service__title {
font-size: 14px;
text-transform: uppercase;

margin-bottom: 20px;
}

.service__subtitle {
color: #b6b6b6;
font-size: 15px;
}


/* Design Section */

.design__section {

background-image: url('images/design__section/design__bg.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;

}



.devices {
width: 100%;
max-width: 600px;
margin: 0 auto;
position: relative;

}

.devices__item {
display: block;
max-width: 100%;
height: auto;

}

.devices__item__phone {
display: block;
position: absolute;
bottom: -80px;
right: 0;
z-index: 1;
}

.text__what {
text-align: center;
}

.do_sup {
padding-top:0;
}

.do__inner {
display: -webkit-box;
display: flex;
margin: 0 15px;
flex-wrap: wrap;

}

.do__item {
width: 50%;
}

.wedo__img {
display: block;
max-width: 100%;
height: auto;
padding: 0 15px;
}

.accordion__item {
border: 1px solid #e5e5e5;
}

.ac__text {
display: none;
color: #999999;
font-size: 15px;
padding: 20px 55px 28px 20px;
font-style: italic;
position: relative;
}

.acc__item.active .acc__text {
display: block;
}


.ac__text::after {
content: "";
display: block;
position: absolute;
z-index: 2;
height: 140px;
width: 5px;
background-color: #f5f5f5;
right: 27px;
top: 20px;
border-radius: 10px;
}

.block {
position: absolute;
display: block;
content: "";
width: 5px;
height: 90px;
background-color: #95e1d3;
right: 27px;
top: 20px;
border-radius: 10px;
z-index: 999;

}

.ac__header {
border-bottom: 1px solid #e5e5e5 ;
position: relative;
padding: 20px 0 20px 61px;
text-transform: uppercase;
}

.ac__icon {
position: absolute;
left: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.ac__header:after {
content: "";
display: block;
width: 16px;
height: 16px;   
border-right: 2px solid #ccc;
border-top: 2px solid #ccc;
position: absolute;
top: 50%;
right: 20px;
-webkit-transform: translateY(-50%) rotate(135deg);
transform: translateY(-50%) rotate(135deg);
}

.accordion__item.active .ac__header::after {
border-right: none;
border-top: none;
border-left: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}

.next {
margin-top: 10px;
}

.ac__title  {
font-size: 14px;
}

.section--gray {
background-color: #f8f8f8;
padding: 50px 0;
margin-top: 100px;
}

.section--clients {
background: #f5f5f5 url("../images/clients-bg.jpg") center no-repeat;
background-size: cover;
}

.section--map {
padding: 40px 0;
background: #e6e6e6 url("../images/map-bg.jpg") center no-repeat / cover;
}

.section__header {
width: 100%;
max-width: 950px;
margin: 0 auto 50px;

text-align: center;
}

.section__suptitle {
font-family: 'Kaushan Script', cursive;
font-size: 24px;
color: #333;
}

.section__title {
font-size: 30px;
font-weight: 700;
color: #333;
text-transform: uppercase;
}

.section__title:after {
content: "";
display: block;
width: 60px;
height: 3px;
margin: 30px auto;

background-color: #f38181;
}

.section__text {
font-size: 15px;
color: #999;
}

/* Reviews */
.reviews {
position: relative;
padding: 0 90px;
}

.reviews .slick-slider {
padding: 0 110px;
}

.reviews__item {
min-height: 210px;
padding-left: 255px;
position: relative;
}

.reviews__photo {
display: block;
width: 210px;
height: 210px;

border: 2px solid #95e1d3;
border-radius: 50%;

position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.reviews__text {
margin-bottom: 15px;

font-size: 24px;
font-style: italic;
font-weight: 300;
color: #999;
}

.reviews__author {
font-family: 'Kaushan Script', cursive;
font-size: 24px;
color: #333;
}

.reviews__author:before {
content: "";
display: inline-block;
vertical-align: middle;
width: 60px;
height: 3px;
margin-right: 10px;

background-color: #f38181;
}




/* Our Team */


.team {
margin-top: 100px;
}

.text__header {
margin: 0 auto;
text-align: center;
max-width: 954px;
width: 100%;
height: 39px;
color: #999999;
font-size: 15px;
font-weight: 400;
line-height: 24px;
}

.team {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
flex-wrap: wrap;
}

.team__item {
width: 30%;
text-align: center;

}

.team__item__text__upper {
margin: 30px 0;
color: #333333;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
}

.team__item__text {
color: #999999;
font-size: 15px;
font-weight: 400;
font-style: italic;
}

.team__item__inner {
width: 100%;
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 138, 0.9)), to(rgba(243, 129, 129, 0.9)));
background-image: linear-gradient(to top, rgba(252, 227, 138, 0.9) 0%, rgba(243, 129, 129, 0.9) 100%);
position: relative;
max-width: 380px;
margin-top: 20px;

}

.team__item__inner img {
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;
display: block;
width: 100%;
max-width: 380px;
}

.team__item:hover .team__item__inner img {
opacity: 0.1;
}

.contacts {
background-color: #fce38a;
display: -webkit-box;
display: flex;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 0;
-webkit-transition: opacity .3s linear;
transition: opacity .3s linear;

}

.contacts__item {
text-decoration: none;
color: #f38181;
border-right: 1px solid #f38181;
font-size: 30px;
width: 55px;
height: 55px;
padding: 12px;

}

.contacts__item:last-child {
border-right: 0;
}

.team__item:hover  .contacts {
opacity: 1;
}   

.contacts__item:hover {
background-color: #f38181;
color: #fff;
}

.brands {
background-color: #f8f8f8;
margin-top: 110px;
width: 100%;
}

.brands__inner {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
align-items: center;
padding: 40px 0;
}


/* Works */

.works_inner {
display: -webkit-box;
display: flex;  
}

.works__col {
-webkit-box-flex: 1;
flex: 1 1 0;
}

.works__image {
display: block;
max-width: 100%;
height: auto;

-webkit-transition: opacity .2s linear;

transition: opacity .2s linear;
}

.works__item {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 227, 138, 0.9)), to(rgba(243, 129, 129, 0.9)));
background-image: linear-gradient(to top, rgba(252, 227, 138, 0.9) 0%, rgba(243, 129, 129, 0.9) 100%);
position: relative;
width: 100%;
text-align: center;

}

.works__item:hover  .works__image{
opacity: 0.1;
}

.works__item:hover  .works__item__text {
opacity: 1;

}

.works__item__text {
position: absolute;
width: 100%;
opacity: 0;
-webkit-transition: opacity .2s linear;
transition: opacity .2s linear;

top: 50%;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);

color: #fff;
}

.works_txt {
text-transform: uppercase;
margin: 20px 0;
}

.works__sptext {
font-size: 15px;
font-style: italic;
font-weight: 400;
}

.header__t {
text-align: center;
color: #333333;
font-family: "Kaushan Script";
font-size: 24px;
font-weight: 400;
margin-top: 23px;
}


.header__txt {
text-align: center;
max-width: 1000px;
margin: 0 auto;
font-size: 15px;
color: #999999;
margin-bottom: 100px;
}

.header__spt {
text-align: center;
color: #333333;
font-size: 30px;
text-transform: uppercase;
font-weight: 700;
margin-bottom: 42px;
margin-top: 23px;
}

.header__spt::after {
content: "";
width: 60px;
height: 3px;
background-color: #f38181;
margin: 45px auto;
display: block;
}

.works__header {
margin-top: 110px;
}

/* Rewiews */

.rewiews__slide {
width: 100%;
}

.rewiews__slide__inner {
padding: 0 110px;

}



.rewie {
padding-left: 210px;
}

.people__say {
margin-top: 100px;
width: 100%;
background-image: url("images/people__say/people__say-bg.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-top: 109px;
background-color: #d9d9d9;

}

.suptitle {
color: #333333;
font-family: "Kaushan Script";
font-size: 24px;
margin-bottom: 16px;
text-align: center;
}


.clients {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
margin-top: 70px;
}

.clients__item {
width: 50%;
padding: 0 45px 0 175px;
position: relative;
margin-bottom: 60px;
}

.clients__photo {
position: absolute;
top: 0;
left: 40px;
z-index: 1;
width: 110px;
height: 110px;
border-radius: 50%;
}

.clients__name {
text-transform: uppercase;
font-size: 14px;
color: #333;
margin-bottom: 5px;
}


.clients__prof {
font-size: 15px;
color: #333;
font-style: italic;
}

.clients__text {
font-size: 15px;
color: #999;
}

.clients__text::before {
content: "";
display: block;
width: 60px;
height: 3px;
background-color: #f38181;
margin: 20px 0;
}

.insta__item  {
width: 100%;
height: auto;   
}



/* Blog */

.blog {
padding-top: 100px;
}

.blog__inner {
display: -webkit-box;
display: flex;
-webkit-box-pack: justify;
justify-content: space-between;
}

.blog__item {
width: 31%;
}

.blog__header {
position: relative;
margin-bottom: 15px;
}

.blog__img {
display: block;
max-width: 100%;
height: auto;
}

.blog__date {
padding: 10px;
position: absolute;
bottom: 10px;
left: -10px;
z-index: 1;
background-color: #95e1d3;
color: #fff;
font-style: italic  ;
}

.blog__date-day {
line-height: 1;
font-size: 30px;
font-weight: 700;
font-style: normal;
}

.blog__title {
font-size: 14px;
text-transform: uppercase;
color: #333;
margin-bottom: 10px;
}

.blog__text {
color: #999;
font-size: 15px;
}

.blog__footer {
border-top: 1px solid #e5e5e5;
padding-top: 13px;
color: #999;
font-size: 15px;
font-weight: 300;
font-style: italic;
}

.blog__content {
margin-bottom: 15px;
}

.blog__stat__item {
display: inline-block;
vertical-align: top;
margin-right: 10px;
}

.open__map {
background-image: url("images/open__map/open__map-bg.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
max-width: 100%;
width: 100%;
height: 200px;
margin-top: 115px;

}

.open__map__item {
text-align: center;
padding: 57px 0;
}

.open__map__text {
color: #f38181;
font-family: Montserrat;
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
position: relative;

}

.open__map__text::after {
content:"   " ;
width: 60px;
height: 3px;
background-color: #f38181;
display: block;
margin:0 auto;
margin-top: 21px;
}


.open__map__icon {
margin-bottom: 18px;
}

/* Footer */
footer {
background-color: #f8f8f8;
padding-top: 70px;
}

.footer__logo {
font-size: 46px;
font-weight: 700;
margin-bottom: 30px;
color: #cccccc;
}

.footer__text {
color: #999999;
font-size: 15px;
font-weight: 400;
margin-bottom: 50px;
}

.footer__social__header {
font-size: 14px;
color: #333333;
font-weight: 400;
border-bottom: 1px solid  #e5e5e5;
padding-bottom: 18px;
}

.footer__social__header b {
font-size: 18px;
}

.footer__social__content {
margin-top: 18px;
font-size: 15px;
color: #999999;
margin-bottom: 40px;
font-style: italic;
}

.footer__social__content img {
margin-left: 18px;
}

.subscribe {
width: 100%;
max-width: 380px;
flex-wrap: wrap;
}

.footer__inner {
padding-bottom: 65px;
display: -webkit-box;
display: flex; 
-webkit-box-pack: justify; 
justify-content: space-between;
flex-wrap: wrap;
margin: 0 -15px;
}

.footer__col {
padding: 0 15px;
} 

.subscribe__input {
height: 40px;
color: #fff;
border: 1px solid #e7e7e7;
font-size: 15px;
font-style: italic;
color: #ccc;
font-weight: 300;
padding: 12px;   
font-family: 'Montserrat', sans-serif;
color: black;
width: 60%;
border-right: 0;
}

.subscribe__input::-webkit-input-placeholder {
color: #ccc;
}

.subscribe__input::-moz-placeholder {
color: #ccc;
}

.subscribe__input:-ms-input-placeholder {
color: #ccc;
}

.subscribe__input::-ms-input-placeholder {
color: #ccc;
}

.subscribe__input::placeholder {
color: #ccc;
}

.subscirbe__btn {
height: 40px;
background-color: #95e1d3;
border: 0;
cursor: pointer;
font-size: 14px;
font-weight: 700;
color: white;
font-family: 'Montserrat', sans-serif;
padding: 12px 30px;
line-height: 1.1;
width: 40%;
-webkit-transition: background .1s linear;
transition: background .1s linear;

}

.subscirbe__btn:hover {
background-color: #74c7b8;
}

.subscirbe__btn:focus {
outline: 0;
}

.subscribe__input:focus {
outline: 0;
border-color: #74c7b8;
}
.subscribe {
display: -webkit-box;
display: flex;
}

.footer__cool--first {
width: 40%;
}

.footer__cool--second {
width: 29%;
}

.footer__cool--third {
width: 22%;
}

.footer__title {
text-transform: uppercase;
color: black;
font-size: 14px;
margin-bottom: 30px;
line-height: 1.2;
}

.blogs__item {
display: -webkit-box;
display: flex;
margin-bottom: 30px;
-webkit-box-align: center;
align-items: center;
}

.blogs__item:last-child {
margin-bottom: 0;
}

.blogs__image {
width: 120px;
height: 80px;
}

.blogs__content {
padding-left: 20px;
}

.blogs__title {
font-size: 12px;
color: black;
text-transform: uppercase;
text-decoration: none;
font-weight: 400;
line-height: 18px;
}

.blogs__title:hover {
text-decoration: underline;
}

.blogs__date {
font-size: 13px;
color: black;
font-style: italic;
font-weight: 300;
}

.insta {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}

.insta__item {
width: 33.33333%;
border: 1px solid white;
border-bottom: 0;
}

.insta__item img {
display: block;

}

.sp {
color: red;
}
.copyright {
border-top: 1px solid rgb(201, 201, 201);
text-align: center;
padding-bottom: 22px;
font-weight: 400;
font-size: 14px;
font-family: Montserrat;
color: #333333;
padding-top: 24px;
}

.brands__inner {
margin: 0 -15px;
}

.brands__item {
padding: 0 15px;
}

.brands__img {
display: block;
max-width: 100%;
height: auto;
}


.nav-toggle {
position: absolute;
border: 0;
background: none;
cursor: pointer;
top: 17px;
right: 30px;
z-index: 1;
width: 30px;
padding: 20px 0;
font-size: 0;
color: transparent;
display: none;
}

.nav-toggle:focus {
outline: none;
}

.nav-toggle__item {
display: block;
width: 100%;
background-color: #fff;
height: 3px;
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;

-webkit-transition: background .2s linear;

transition: background .2s linear;
}

.nav-toggle.active .nav-toggle__item {
background: none;
}

.nav-toggle.active  .nav-toggle__item:before {
-webkit-transform-origin: left top;
transform-origin: left top;
-webkit-transform: rotate(45deg) translateX(-2px);
transform: rotate(45deg) translateX(-2px);
-webkit-transition: -webkit-transform .2s linear;
transition: -webkit-transform .2s linear;
transition: transform .2s linear;
transition: transform .2s linear, -webkit-transform .2s linear;
}

.nav-toggle.active  .nav-toggle__item:after {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-45deg) translateX(-3px);
transform: rotate(-45deg) translateX(-3px);
-webkit-transition: -webkit-transform .2s linear;
transition: -webkit-transform .2s linear;
transition: transform .2s linear;
transition: transform .2s linear, -webkit-transform .2s linear;
}

.nav-toggle {
padding: 9px 0;
}

.nav-toggle__item:before {
content: "";
width: 100%;
background-color: #fff;
height: 3px;
display: block;
position: absolute;
left: 0;
bottom: 0;
top: -8px;
}

.nav-toggle__item:after {
content: "";
width: 100%;
background-color: #fff;
height: 3px;
display: block;
position: absolute;
left: 0;
bottom: 0;
top: 8px;
}



/* Media */

@media (max-width: 1230px) {
.intro__text2 {
font-size: 120px;
}

.intro__text1 {
font-size: 52px;
}

}

@media (max-width: 990px) {
.intro__text2 {
font-size: 80px;
}

.intro__text1 {
font-size: 32px;
}

.stat {
-webkit-box-flex: 0;
flex: none;
width: 33.333333%;
border: 0;
}

.stat:last-child {
border: 0;
}

.numbers__inner {
-webkit-box-pack: center;
justify-content: center;
}

.stat {
padding: 30px 0;
}

.service__item {
width: 50%;
}

.service__border {
border: 0;
}

.reviews__text {
font-size: 18px;
}

.reviews__photo {
width: 190px;
height: 190px;
}

.clients__item {
width: 100%;
}

.footer__cool--first {
max-width: 100%;
width: 100%;
}

.footer__cool--second {
width: 50%;

}

.footer__cool--third {
width: 50%;

}


.insta__item {
width: auto;
}

.insta {
-webkit-box-pack: start;
justify-content: flex-start;
}

.footer__title {
margin-top: 10px;
}

}

@media (max-width: 770px) {

.header__menu__right {
display: none;
position: absolute;
top: 100%;
left: 0;
background-color: #eb8d8d;
width: 100%;
}

.header__menu__right.active  {
display: block;
padding: 10px 0;
}

.header__menu__items {
display: block;
margin-bottom: 15px;
margin-right: 0;
padding: 0 15px;
}

.header__menu__items::after {
margin-top: -1px;
width: 100%;
}

.nav-toggle {
display: block; 
}



.lines__text {
display: none;
}

.lines__items.active:before {
width: 50%;
}

.SupTitle {
margin-top:40px;
}

.what__images__outer {
width: 100%;
max-width: 410px;
margin: 15px auto ;
}

.text__what {
margin-bottom: 50px;
}

.service__item {
width: 100%;
padding-bottom: 0;
}

.pad  {
padding-top: 50px;
}

.wedo__img {
display: none;
}

.do__item {
width:100% ;
}

.team__item {
width: 100%;
max-width: 410px;
margin: 20px auto;
}

.team__item__text__upper {
margin: 15px 0 10px 0;
}

.works__col  {
-webkit-box-flex: 0;
flex: none;
width: 50%;
}

.works_inner {
flex-wrap: wrap;
}

.blog__inner {
flex-wrap: wrap;
}

.blog__item {
width: 100%;
text-align: center;
max-width: 380px;
margin: 30px auto;
}

.blog__item:last-child {
margin-bottom: 0;
}

.footer__cool--second {
width: 100%;
} 

.footer__cool--third {
width: 100%;
} 

.intro {
min-height: 650px;
}

.section--gray {
padding: 16px 0;
}

.reviews {
padding: 0 75px;
}

.reviews__photo  {
width: 150px;
height: 150px;
}

.reviews__item  {
padding-left: 177px;
min-height: 150px;
}

.reviews__text {
font-size: 15px;
}

.reviews__author {
font-size: 20px;
}


}

@media (max-width: 575px) {
.intro__text2 {
font-size: 40px;
}

.intro__text1 {
font-size: 22px;
}

.SupTitle {
font-size: 20px ;
}

.title {
font-size: 24px;
}

.title::after {
margin: 22px auto;
}

.stat {
width: 100%;

border-bottom: 1px solid white;
}

.stat__number {
font-size: 52px;
}

.service__item {
padding-right: 0;
}

.devices {
max-width: 320px;
}

.devices__item__phone {
width: 180px;
right: -80px;
bottom: -50px;
}

.brands__inner {
flex-wrap: wrap;
}

.works__item__text {
font-size: 10px;
}

.works__sptext {
font-size: 12px;
}

.works_txt {
margin-bottom: 10px;
}

.works__col  {
width: 100%;
}

.clients__photo {
position: static;
}

.clients__item {
padding: 0 10px;
text-align: center;
}

.clients__text::before {
margin: 10px auto;
}

.subscribe__input {
width: 100%;
max-width: none;
margin: 0 auto;
margin-bottom: 10px;
}

.subscirbe__btn {
width: 100%;
max-width: none;
margin: 0 auto;
}

.section--gray {
padding: 20px 0 0;
}

.reviews {
padding: 0 35px;
}

.reviews__text {
font-size: 12px;
margin-bottom: 5px;
}

.reviews__photo {
width: 100px;
height: 100px;
}

.reviews__item {
min-height: 140px;
padding-left: 115px;
}

.reviews__author  {
font-size: 17px;
}

:root {
--swiper-navigation-size: 25px !important;
}
} 

@media (max-width: 575px) {
.team__item__inner {
margin-top: 20px;
}
}

@media (max-width: 400px) {
.reviews__photo {
width: 80px;
height: 80px;
}

.reviews__item {
padding-left: 90px;
}

.reviews {
padding: 0 30px;
}

.reviews__text {
font-size: 11px;
margin-bottom: 5px;
}
}
