body {
    margin: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Oswald', sans-serif;

    
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

hr{
    display: block;
    width:  100%;
    height: 1px;
    margin: 40px 0;
    
    border: 0;
    background-color: #e5e5e5;
}

/*Page*/
.page {
    overflow: hidden;
}

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


/* Intro ----------------------------------------------------- */
.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50vh;
    min-height: 350px;
    position: relative;
    
    
    background: url("../images/Intro.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    }

.intro__inner {
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    
    text-align: center;
}

.intro__title {
    margin: 12% auto 5%;
    color: #fafafa;
    -webkit-text-stroke: .02em #000000;
    font-size: 50px;
    font-weight: 300;
    /* text-transform: uppercase; */
    line-height: 1;
}

.intro__title:after {
    /* content: ""; */
    display: block;
    width: 60px;
    height: 3px;
    margin: 60px auto;
    
    background-color: #fff;
}

.intro__suptitle {
    font-size: 72px;
    color: #000;
    -webkit-text-stroke: .01em #ffffff;
    /* font-family: 'Kaushan Script', cursive; */
    margin-bottom: 25px;
}


/* Header ----------------------------------------------------- */
.header{
    width: 100%;
    padding-top: 30px;
    background-color: #00000099;
    
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header.fixed {
    padding: 10px 0;
    background-color: #00000099;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    transform: translate3d(0, 0, 0);
}

.header.active {
    background-color: #00000099;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff; 
}
.header__logo img {
    width: 120px;
}

#distributor__site {
    color: white;
    padding-left: 1%;
    font-weight: lighter;
    font-family: 'Barlow', sans-serif;
}

/* Nav ----------------------------------------------------- */
.nav {
 font-size: 14px;
    text-transform: uppercase;
}

.nav__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    position: relative;
    
    color: #fff;
    -webkit-text-stroke: .01em #000000;
    text-decoration: none;
    
    transition: color .16s linear;
}

.nav__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    
    background: #fce38a;
    opacity: 0;
    
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    
    transition: opacity .16s linear;
}

.nav__link:hover {
    color: #fce38a;    
}

.nav__link:hover:after,
.nav__link.active:after {
    opacity: 1;
}
.nav__link.active {
    color: #fce38a;  
}

/*Nav toggle*/
.nav-toggle {
    display: none;
    width: 30px;
    padding: 10px 0;
    
    font-size: 0;
    color: transparent;
    
    border: 0;
    background: none;
    cursor: pointer;
    
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
}
.nav-toggle:focus {
    outline: 0;
}
.nav-toggle__item {
    display: block;
    width: 100%;
    height: 3px;
    
    background: #fff;
    
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    
    transition: background .16s linear;
}

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

.nav-toggle__item:before,
.nav-toggle__item:after {
    content: "";
    width: 100%;
    height: 3px;
    
    background: #fff;
    
    position: absolute;
    left: 0;
    z-index: 1;
    
    transition: transform .16s linear;
}
.nav-toggle__item:before {
    top: -8px;    
}
.nav-toggle__item:after {
    bottom: -8px;
}
.nav-toggle.active .nav-toggle__item:before {
    transform-origin: left top;
    transform: rotate(45deg) translateX(-3px);
}
.nav-toggle.active .nav-toggle__item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translateX(-3px);
}
/* Button ----------------------------------------------------- */
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    background: #00000099;
    
    border: 3px solid #000;
    
    font-style: 14px;
    font-weight: 700;
    color: #fff;
    /* -webkit-text-stroke: .2px #ffffff; */
    /* text-transform: uppercase; */
    text-decoration: none;
    
    transition: background .16s linear, color .16s linear;
}

.btn:hover {
    background-color: #fff;
    color: #333;
    
}

/* Slider ----------------------------------------------------- */
.slider {
    width: 100%;
    
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.slider__iner {
    display: flex;
    justify-content: space-between; 
}

.slider__item {
    width: 23%;
    padding: 20px 0;
    position: relative;
    
    border-top: 3px solid #000;
    opacity: .9;
    
    
    font-size: 18px;
    color: #000;
    -webkit-text-stroke: .2px #fff
    text-transform: uppercase;
}
.slider__item.active{
    opacity: 1;
}
.slider__item.active:before {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    
    background-color: #00e3ff;
    
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
}
.slider__num {
    font-size: 24px;
    font-weight: 700;
}

/* Section ----------------------------------------------------- */
.section{
    padding: 2% 0 0 0;
}
.section--devices {
    background: url("../images/devices-bg.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.section--gray {
    background-color: #f8f8f8;
}
section--clients {
    background-color: #f5f5f5;
}

.section--clients{
    background: #f5f5f5 url(../images/clients-bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    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-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #999;
}
.about__us {
    text-align: justify;
    text-indent: 20px;
}
.section__header__img {
    width: 50%;
    margin: 0;
}

/* Card ----------------------------------------------------- */
.card {
    margin-top: 80px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card__item {
    cursor: pointer;
    width: 25%;
    padding: 0 15px;
}
.card__inner {
    position: relative;
    background-color: #95e1e3;
}
.card__inner:hover .card__img {
    transform: translate3d(-10px, -10px, 0);
}
.card__inner:hover .card__img img {
    opacity: .56;
}
.card__inner:hover .card__text {
    background: none;
    color: #fff;
    opacity: 1;
}
.card__img {
    background: linear-gradient(to bottom, #000000, #a3a3a3);
    transition: transform .16s linear;
}
.card__img img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: opacity .16s linear;
}
.card__text {
    width: 100%;
    font-size: 18px;
    color: #95e1e3;
    /* color: rgb(255, 238, 0); */
    background: #000;
    /* text-transform: uppercase; */
    font-weight: 700;
    text-align: center;
    opacity: .75;
    
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translate3d(0, -50%, 0);
    
    transition: opacity .16s linear;
}
.card__info {
    margin-top: 20px;
    text-align: center;
}
.card__name {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.card__prof {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #999;
    font-style: italic;
    font-weight: 300;
}

/* Statistics ----------------------------------------------------- */
.statistics {
    margin: 20px auto;
    background-color: #95e1e3;
    /* background-color: #95e1e3; */
}
.stat {
    display: flex;
    flex-wrap: wrap;
}
.stat__item {
    flex: 1 1 0;
    padding: 70px 25px;
    border-left: 2px solid #b5eae0;
    text-align: center;
    color: #fff;
}
.stat__item:last-child {
    border-right: 1px solid #b5eae0;
}
.stat__count {
    margin-bottom: 10px;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
}
.stat__text {
    font-size: 14px;
    text-transform: uppercase;
}

/* Services ----------------------------------------------------- */
.services {
    display: flex;
    flex-wrap: wrap;
}
.services__item {
    width: 33.33333%;
    padding: 0 35px 40px 85px;
    position: relative;
    margin-bottom: 40px;
}
.services__item--border {
    border-bottom: 1px solid #e5e5e5;
}
.services__icon {
    position: absolute;
    top: 0;
    left: 28px;
    z-index: 1;
}
.services__title {
    margin-bottom: 10px;
    
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.services__text {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 15px;
    color: #999;
}

/* Devices ----------------------------------------------------- */
.devices {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.devices__item {
    display: block;
    max-width: 100%;
    height: auto;
}
.devices__item--iphone {
    position: absolute;
    bottom: -80px;
    right: 0;
    z-index: 1;
}

/* WeDo ----------------------------------------------------- */
.wedo {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.wedo__item {
    width: 50%;
/*    flex: 1 1 0;*/ /* можно и width и flex в данном случае */
    padding: 0 15px;
}
.wedo__img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Accordion ----------------------------------------------------- */
.accordion__item {
    border: 1px solid #e5e5e5;
    margin-bottom: 8px;
}
.accordion__item.active
.accordion__header{
    border-bottom-color: #e5e5e5;
}
.accordion__item.active 
.accordion__content{
    display: block;
}
.accordion__item.active
.accordion__header:after {
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 5px;
}
.accordion__header {
    border-bottom: 1px solid transparent;
    padding: 15px 20px 15px 60px;
    position: relative;
    cursor: pointer;
}
.accordion__header:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    transform: translateY(-50%) rotate(135deg);
}
.accordion__icon {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    
    transform: translateY(-50%);
    
}
.accordion__content {
    padding: 15px 20px;
    display: none;
    
    font-size: 15px;
    color: #999;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 100;
    
}
.accordion__title {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}


/* Reviews ----------------------------------------------------- */
.reviews {
    padding: 0 5%;
    position: relative;
}

.reviews .slick-slider {
    padding: 0 3%;
}

.reviews__item {
    padding-left: 25%;
    position: relative;
}
.reviews__photo {
    display: block;
    width: 150px;
    height: 150px;
/*    border: 3px solid #95e1d3;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.reviews__text {
    padding: 0 2%;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    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;
}
.slick-arrow {
    display: block;
    font-size: 0;
    color: transparent;
    
    border: 0;
    background: none;
    cursor: pointer;
    
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.slick-arrow:focus {
    outline: 0;
}

.slick-arrow:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;

    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
}

.slick-prev {
    left: 0;
    transform: rotate(-45deg);
}

.reviews__btn--next,
.slick-next {
    right: 0;
    transform: rotate(135deg);
}


/* Social ----------------------------------------------------- */

.social {
    display: flex;
    justify-content: center;
}
.social__item {
    width: 55px;
    height: 55px;
    padding: 12px 10px;
    background-color: #fce38a;
    border-right: 1px solid #f38181;
    
    font-size: 30px;
    text-decoration: none;
    color: #f38181;
    line-height: 1;
    
    transition: background .16s linear, color .16s linear;
}
.social__item:last-child {
    border-right: 0;
}
.social__item:hover {
    color: #fff;
    background-color: #f38181;
}

/* Logos ----------------------------------------------------- */

.logos {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}
.logos__item {
    padding: 0 15px;
}
.logos_img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Works ----------------------------------------------------- */
.works {
    display: flex;
}
.works__col {
    flex: 1 1 0;
}
.works__item {
    position: relative;
    
    background: linear-gradient(to bottom, #f38181, #fce38a);
}
.works__item:hover .works__image {
    opacity: .16;
}
.works__item:hover .works__info{
    opacity: 1;
}
.works__image {
    display: block;    /*автоподгон фоток*/
    width: 100%;    /*по центру  >>-----------------------------------------------<<  */
    height: auto;        /*блока*/
    
    transition: opacity .16s linear;
}
.works__info {
    width: 100%;
    padding: 0 15px;
    
    text-align: center;
    color: #fff;
    opacity: 0;
    
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    
    transform: translate3d(0, -50%, 0);
    transition: opacity .16s linear;
}
.works__title {
    margin-bottom: 5px;
    
    
    font-size: 14px;
    text-transform: uppercase;
}
.works__text {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
}
.works__icon {
    margin-bottom: 5px;
}

/* Clients ----------------------------------------------------- */
.clients {
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}
.clients__item{
    width: 50%;
    padding: 0 45px 0 175px;
    position: relative;
    margin-bottom: 60px;
}
.clients__photo {
    width: 110px;
    height: 110px;
    
    border-radius: 50%;
    
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 1;
}
.clients__name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.clients__prof {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
    
    color: #333;
}
.clients__text{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    
    color: #999;
}
.clients__text:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 15px 0;
    
    background-color: #f38181;
}

/* Blog ----------------------------------------------------- */
.blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog__item {
    width: 31.3%;
}
.blog__header {
    position: relative;
    margin-bottom: 10px;
    margin-bottom: 21px;
}
.blog__photo {
    display: block;
    max-width: 100%;
    height: auto;
}
.blog__date {
    padding: 16px;
    
    background-color: #95e1e3;
    
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-style: 15px;
    color: #fff;
    text-align: center;
    
    position: absolute;
    bottom: 10px;
    left: -10px;
    z-index: 1;
}
.blog__date-day{
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;   
    font-style: normal;
}
.blog__content {
    margin-bottom: 12px;
}
.blog__title {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog__title a {
    color: inherit;
    text-decoration: none;
}
.blog__title a:hover {
    text-decoration: underline;
}

.blog__text {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #999;
}
.blog__footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 14px;
    
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    
    color: #999 ;
}
.blog-stat__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
.blog-stat__item i {
    color: #95e1d3;
    margin-right: 5px;
}

/* Map ----------------------------------------------------- */

.map {
    text-align: center;
}
.map__title {
    font-size: 24px;
    font-weight: 700;
    /* color: #f38181; */
    text-transform: none;
    text-decoration: none;
}
.map__title:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 0 auto 0;
    
    /* background-color: #f38181; */
    text-decoration: none;

}

a.map__title {
    color: #0d73d1 ;
    text-decoration: none;
}
.map__title a:hover {
    text-decoration: underline;
}
.map__title a:visited {
    color: #0d73d1;
}
#office {
    font-size: 18px !important;
    text-transform: none;

}
#office:visited {
    color: #0d73d1;
}

/* footer ----------------------------------------------------- */
.footer {
    padding-top: 65px;
    
    background: #f8f8f8;
}
.footer__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-between;
    padding-bottom: 65px;
}

.footer_col {
    padding: 0 15px;
}
.footer__logo {
    margin-bottom: 30px;
    
    font-size: 46px;
    font-weight: 700;
    color: #ccc;
}
.footer__col--first {
    width: 40%;
}
.footer__col--second {
    width: 30%;
}
.footer__col--third {
    width: 21%;
}
.footer__text {
    margin-bottom: 30px;
    
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #999;
    
}
.footer__social {
    margin-bottom: 25px;
}
.footer__social--header {
    padding-bottom: 15px;
    
    font-size: 14px;
    color: #333;
    font-weight: 400;
    
    border-bottom: 1px solid #e5e5e5;
}
.footer__social--header b {
    font-size: 18px;
}
.footer__social--content {
    padding-top: 15px;
    
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    
    color: #999;
}
.footer__social--content a {
    display: inline-block;
    vertical-align: middle;
    
    margin-left: 10px;
    
    color: #95e1e3;
    font-size: 18px;
}
.footer__title {
    margin: 30px 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

/* Blogs ----------------------------------------------------- */
.blogs__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.blogs__img {
/*
    width: 120px;
    height: 80px;
*/
}
.blogs__content {
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}
.blogs__title {
    display: block;
    color: #626262;
    margin-bottom: 5px;
    
    font-size: 12px;
    line-height: 1.4;
    
    text-transform: uppercase;
    text-decoration: none;
}
.blogs__title:hover {
    text-decoration: underline;
}
.blogs__data {
    padding-top: 10px;
    color: #9f9f9f;
    
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

/* Subscribe ----------------------------------------------------- */

.subscribe {
    width: 100%;
    max-width: 380px;
    display: flex;
}
.subscribe__input {
    width: 60%;
    height: 40px;
    padding: 12px;
    padding-top: 15px;
    
    background: #fff;
    border: 1px solid #e7e7e7;
    border-right: 0;
    
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.1;
}
.subscribe__input::placeholder {
    color: #ccc;
}
.subscribe__input:focus {
    outline: 0;
    border: solid 2px #95e1d3;
}
.subscribe__btn {
    width: 40%;
    height: 40px;
    padding: 15px 30px;
    
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    
    color: #fff;
    
    background: #95e1d3;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    
    transition: background .16s linear;
}
.subscribe__btn:hover {
    background: #74c7b8;
}
.subscribe__btn:focus {
    outline: 0;
}


/* Instagram ----------------------------------------------------- */
.instagram {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instagram__item {
    width: 33%;
    border-bottom: 1px solid #fff;
}

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



/* Coptright ----------------------------------------------------- */
.coptright {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
        
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #333;
}
.coptright span {
    color: #D4AF37;
}

/*CONTACT*/

/*===== Contact ===*/


.contat-from-wrapper {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}

input[type=text], input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    }
button{
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    }
.contat-from-wrapper input[type="submit"] { 
    display: block; 
    border: none; 
    outline: none; 
    width:25%;
    min-width: 80px;
    line-height: 60px; 
    text-transform: uppercase; 
    font-size: 150%; 
    font-family: inherit;
    color:#FFF; 
    font-weight: 800; 
    letter-spacing: 2px; 
    background-color: #0d73d1; 
    border-radius: 10px;
    margin: 4% auto; 
    margin-bottom: 5%;
}

.contat-from-wrapper input[type="submit"]:hover {
    background-color:#1b61e2;
    cursor: pointer;
}

input,
textarea {
    width: 100%;
    
    font-size: 1.6em;
    font-family: inherit;
    /* line-height: 1.5; */
    padding: 1%;
    
    border: 2px solid grey;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.map .googlemaps {
    width: 50%;
    max-height: 500px;
    min-height: 350px;
}

/*===== end of Contact ===*/

/*===== Start of popupDiscount ===*/
.popup__title__center {
    text-align: center;
}
.overlay__popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.overlay__popup:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 10px auto;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  width: 55%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-size: 2.5em;
  margin-bottom: 5%;
}
.popup .close {
  position: absolute;
  top: -2%;
  right: 2%;
  transition: all 200ms;
  font-size: 2.5em;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #fb5353;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/*===== End of popup popupDiscount ===*/

/* @media requests ----------------------------------------------------- */

@media (max-width: 1230px) {
    
    /*Intro*/
    
    .intro__suptitle {
        font-size: 52px;
    }
    
    .intro__title {
        font-size: 5empx;
    }
    .contat-from-wrapper input[type="submit"] {
        width: 55%;
    }
    .popup {
        width: 65%;
    }
} /* @media 1230 px */


@media (max-width: 990px) {
    
    /*Intro*/
    
    .intro__suptitle {
        font-size: 32px;
    }
    
    .intro__title {
        font-size: 3em;
    }
    
    /*Stat*/
    .stat {
        justify-content: center;
    }
    .stat__item {
        flex: none;
        width: 33.3333%;
        padding: 15px 25px;
        
        border: 0;
    }
    .stat__item:last-child {
        border-right: 0;
    }
    .stat__count {
        font-size: 45px;
    }
    
    /*Services*/
    .services__item {
        width: 60%;
    }
    .services__item--border {
        border-bottom: 0;
    }
    
/*    Reviews*/
    .reviews__text {
        font-size: 20px;
    }
    
/*    Clients*/
    .clients {
        max-width: 600px;
        margin: 0 auto;
    }
    .clients__item {
        width: 100%;
        padding-right: 0;
    }
    .clients__item:last-child {
        margin-bottom: 0;
    }
    
    /* Works */
    .works {
        flex-wrap: wrap;
    }

    .works__col {
        flex: none;
        width: 50%;
    }
    
/*    Footer*/
    .footer__col--first {
        width: 100%;
        text-align: center;
    }
    .footer__col--second,
    .footer__col--third {
        width: 50%;
    }
/*    Instagram*/
    .instagram {
        justify-content: flex-start;
    }
    .instagram__item {
        width: auto;
        border-right: 1px solid #fff;
    }
    
} /* @media 990 px */


@media (max-width: 760px) {
    
     /*Intro*/
    .intro {
        min-height: 350px;
    }
    
/*    Header*/
    .header{
    padding: 10px 0;
    }
    
    /*Nav*/
    .nav {
        display: none;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        
        background: #00000099;
    }
    .nav.active {
        display: block;
    }
    .nav__link {
        display: block;
        margin: 0;
        padding: 8px 20px;
    }
    
    /*Nav toggle*/

    .nav-toggle {
        display: block;
    }
    
    /*Section*/
    /* .section {
        padding: 40px 0;
    } */
    .section--devices {
        padding-bottom: 0;
    }
    
    /*Card*/
    .card {
        margin-top: 50px;
        justify-content: center;
    }
    .card__item {
        width: 100%;
        max-width: 410px;
        margin-bottom: 25px;
    }
    .card__item:last-child {
        margin-bottom: 0;
    }
    
    /*Slider*/
    .slider__text {
        display: none;
    }
    
    .slider__item.active:before {
        width: 35%;
    }
    
     /*Services*/
    .services {
        justify-content: center;
    }
    .services__item {
        width: 100%;
        max-width: 400px;
        padding-bottom: 0px;
        margin-bottom: 25px;
        padding: auto 0;
    }
    .services__title {
        margin-bottom: 0;
    }
    .services__icon {
        top: 14%;
    }
    
    
    /*WeDo*/
    .wedo__img {
        display: none;
    }
    
    .wedo__item {
        width: 100%;
    }
     /*    Reviews*/
    .reviews__photo {
        width: 100px;
        height: 100px;
    }
    
/*    Blog*/
    
    .blog {
        max-width: 380px;
        margin: 0 auto;
    }

    .blog__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .blog__item:last-child {
        margin-bottom: 0;
    }
    
    /* Footer */
    .footer__iner {
        width: 100%;
    }    
    .footer__col--second,
    .footer__col--third {
        width: 100%;

    }
    .footer__text{
    width: 90%;
    margin: 0 auto;
    }

    /* Contact */
    .contat-from-wrapper {
        width: 100%;
        max-width: 700px;
    }
    .contat-from-wrapper input[type="submit"] {
        width: 70%;
    }
    .map .googlemaps {
        width: 70%;
    }

    .popup {
        width: 70%;
    }
} /* @media 760 px */


@media (max-width: 575px) {
    
    /*Intro*/

    .intro__suptitle {
        font-size: 22px;
    }
    
    .intro__title {
        font-size: 40px;
    }
    
    /*Section*/
    .section__header{
        margin: 0 auto 30px;
    }
    .section__suptitle{
        font-size: 20px;
    }
    .section__title {
        font-size: 24px;
}
    .section__title:after {
        margin: 20px auto;
    }
    .section__header__img {
        width: 90%;
    }
    /*Stat*/
    .stat__item {
        width: 100%;
        border-bottom: 2px solid #b5eae0;
        padding: 5px;
    }
    .stat__item:last-child {
        border-bottom: 0;
    }
    .stat__count {
        font-size: 25px;
        margin-bottom: 0px;
    }
    
    
    /*Devices*/
    .devices {
        max-width: 320px;
    }
    .devices__item--iphone {
        width: 180px;
        bottom: -50px;
        right: -80px;
    }
    /*    Reviews*/
    .reviews__photo {
        position: static;
        margin: 0 auto 20px;
    }
    .reviews__item {
        padding-left: 0;
        margin: 0 10px;

    }
    .reviews__author {
        position: static;
        margin: 0 auto;
    }
    .reviews__text {
        font-size: 16px;
        text-align: center;
    }
    .reviews__author {
        font-size: 20px;
    }
    
/*    Logos*/
    .logos {
        flex-wrap: wrap;
        justify-content: center;
    }
    .logos__item {
        padding: 10px 15px;
    }
    .logos__img {
        margin: 0 auto;
    }
     /* Works */
    .works__col {
        width: 100%;
    }

      /*Clients*/
    .clients__photo {
        position: static;
    }
    .clients__item {
        padding-left: 0;
        text-align: center;
    }
    .clients__text:before {
        margin: 15px auto;
    }
    
    /*    Subscribe*/
    .subscribe {
        flex-wrap: wrap;
        max-width: none;
    }
    .subscribe__input,
    .subscribe__btn{
        width: 100%;
        margin: 5px 4%;
    }
    .footer__social--content {
        font-size: 12px;
    }
    
/*    Copyright*/
    .coptright {
        font-size: 10px;
    }

    input, textarea {
        padding-left: 20px;
    }

    .map .googlemaps {
        width: 96%;
    }
    
    .popup {
        width: 85%;
    }
} /* @media 575 px */