/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'),
    url('./assets/fonts/lato-v16-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./assets/fonts/lato-v16-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'),
    url('./assets/fonts/lato-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./assets/fonts/lato-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'),
    url('./assets/fonts/lato-v16-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./assets/fonts/lato-v16-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'),
    url('./assets/fonts/lato-v16-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('./assets/fonts/lato-v16-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    scroll-behavior: smooth;
}

.body {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  scroll-behavior: smooth;
}

.header {
  display: flex;
  justify-content: center;
  width: 1020px;
  height: auto;
  background-color: #2d303a;
  border-bottom: 6px solid #323746;
}

.header__container {
  display: flex;
  justify-content: space-between;
  width: 940px;
  height: 100%;
  margin: 0 40px;
}

.logo__container {
  width: 150px;
  height: 100%;
  padding: 18px 0;
}

.logo {
  height: 100%;
}

.logo__description {
  font-weight: 700;
  font-size: 25px;
  line-height: 53px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.4px;
}

.logo__description::after {
  content: "*";
  position: relative;
  top: 0;
  left: 0;
  font-size: 26px;
  color: #df6760;
}

.navigation__container {
  width: 380px;
  height: 100%;
}

.navigation__section {
  height: 100%;
  /*padding: 0 0 0 6px;*/
}

.header__menu__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 7px;
  list-style: none;
}

.header__menu__item {
  height: 100%;
  /*padding: 0 0 0 6px;*/
  padding-top: 18px;
  margin: 0 0 0 2px;
}

.header__menu__item:not(:first-child)::before {
  content: ".";
  position: relative;
  bottom: 3px;
  left: -13px;
  font-weight: 700;
  font-size: 19px;
  color: #3e4252;
}

.header__menu__a {
  color: #ffffff;
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
  /*line-height: 6.32px;*/
  line-height: 30px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  text-decoration: none;
}

.header__menu__item:nth-child(5) .header__menu__a {
  letter-spacing: -0.2px;
}

.header__menu__a:focus {
  color: #df6760;
}

.header__menu__a:hover {
  color: #df6760;
}

.main {
  max-width: 1020px;
  overflow-x: hidden;
  margin: 0 auto;
}


/***********************<section class="slider__section">***********************/

.slider__section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1020px;
  height: 594px;
  background-color: #f06c64;
  border-bottom: 6px solid #ea676b;
}

/* .border__with__header {
    display: block;
    position: relative;
    height: 2000px;
    width: 1020px;
    background-color: #42405a;
    z-index: 1;
} */

.invisible__h1 {
  height: auto;
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.slider__img_container {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.previous__slide__arrow__container {
  height: 100%;
  width: 10%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.previous__slide__arrow {
  width: 16px;
  height: 27px;
  background-color: transparent;
  opacity: 0.25;
  background: url("./assets/images/svg/previous__slide__arrow.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  margin: -5px 0 0 42px;
}

.previous__slide__arrow:hover {
  opacity: 1;
}

.vertical__img__container {
  height: 100%;
  width: 30%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.vertical__img {
  width: 240px;
  height: 483px;
  background: url("./assets/images/png/iPhone_Vertical.png") center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: -4px 0 0 10px;
}

.horizontal__img__container {
  height: 100%;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.horizontal__img {
  width: 484px;
  height: 240px;
  background: url("./assets/images/png/iPhone_Horizontal.png") center center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: -6px 0 0 17px;
}

.next__slide__arrow__container {
  height: 100%;
  width: 10%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.next__slide__arrow {
  width: 16px;
  height: 27px;
  background-color: transparent;
  opacity: 0.25;
  background: url("./assets/images/svg/next__slide__arrow.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  margin: -4px 0 0 46px;
}

.next__slide__arrow:hover {
  opacity: 1;
}

.media__img__size__controller {
    width: 1020px;
    height: 594px;
    /* position: relative; */
}

/***********************<section class="services__section">****************************/

.services__section {
  display: flex;
  justify-content: center;
  width: 1020px;
  height: 496px;
  background-color: #f2f2f2;
  border-bottom: 5px solid #ffffff;
}

.services__section_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 40px 0 40px;
}

.services__section__title {
  display: flex;
  justify-content: start;
  width: 100%;
  height: auto;
}

.services__title {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  color: #666d89;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  margin: 63px 0 0 0px;
  letter-spacing: -0.3px;
}

.services__section__description {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: auto;
}

.services__description {
  color: #767e9e;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
  letter-spacing: -0.02px;
  margin: 21px 0 0 -1px;
  padding-bottom: 43px;
}

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

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

.services__ul {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  list-style: none;
}

.services__item__container {
  display: flex;
  justify-content: space-around;
  width: 33%;
  height: auto;
  box-sizing: border-box;
  cursor: pointer;
}

#kostylsForUpperRow {
  margin-bottom: 61px;
}

.services__item__img__container {
  width: 17%;
  box-sizing: border-box;
}

.service__item__pen__img {
  width: 59px;
  height: 59px;
  background-color: transparent;
  /* opacity: 0.25; */
  background: url("./assets/images/svg/pen_icon.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  margin: 4px 0 0 3px;
}

.service__item__bulb__img {
  width: 59px;
  height: 59px;
  background-color: transparent;
  /* opacity: 0.25; */
  background: url("./assets/images/svg/bulb_icon.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  margin: 4px 0 0 3px;
}

.service__item__heart__img {
  width: 59px;
  height: 59px;
  background-color: transparent;
  /* opacity: 0.25; */
  background: url("./assets/images/svg/heart_icon.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  margin: 4px 0 0 3px;
}

.service__item__phone__img {
  width: 59px;
  height: 59px;
  background-color: transparent;
  /* opacity: 0.25; */
  background: url("./assets/images/svg/phone_icon.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  margin: 4px 0 0 3px;
}

.service__item__support__img {
  width: 59px;
  height: 59px;
  background-color: transparent;
  /* opacity: 0.25; */
  background: url("./assets/images/svg/support_bubble_icon.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  margin: 4px 0 0 3px;
}

.service__item__star__img {
  width: 59px;
  height: 59px;
  background-color: transparent;
  /* opacity: 0.25; */
  background: url("./assets/images/svg/star_icon.svg") center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  outline: none;
  margin: 4px 0 0 3px;
}

.services__item__text__container {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 83%;
  height: 54px;
  margin: 1px 10px 0 27px;
}

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

.service__title {
  margin: 0 0 0 -1px;
  padding: 0;
  border: 0;
  width: 100%;
  height: auto;
  color: #666d89;
  font-size: 18px;
  font-weight: 700;
}

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

.service__item__paragraph {
  width: 100%;
  height: 62px;
  margin: 9px 0 0 0;
  padding: 0;
  border: 0;
  color: #767e9e;
  font-size: 12px;
  font-weight: 400;
  line-height: 21.56px;
  text-align: justify;
  letter-spacing: -0.02px;
  overflow: hidden;
}

.services__item__container:hover,
.service__item__title:hover {
  background-color: #fff;
}


/******************************************kostyls  for services section**********************************/
.services__item__container:nth-child(1) .service__item__pen__img {
  margin-left: 0;
}

.services__item__container:nth-child(1) .service__title {
  letter-spacing: -0.36px;
}

.services__item__container:nth-child(2) {
  padding-left: 5px;
}

.services__item__container:nth-child(2) .service__item__bulb__img {
  margin-left: 1px;
}

.services__item__container:nth-child(3) {
  padding-left: 10px;
}

.services__item__container:nth-child(3) .services__item__text__container {
  margin-left: 33px;
}

.services__item__container:nth-child(3) .service__item__paragraph {
  letter-spacing: -0.39px;
}

.services__item__container:nth-child(4) .service__item__phone__img {
  margin-left: 0;
}

.services__item__container:nth-child(4) .service__title {
  letter-spacing: -0.1px;
}

.services__item__container:nth-child(4) .service__item__paragraph {
  letter-spacing: -0.4054px;
  margin-top: 9px;
}

.services__item__container:nth-child(5) .service__item__support__img {
  margin-left: 5px;
}

.services__item__container:nth-child(5) .service__title {
  margin-left: 4px;
}

.services__item__container:nth-child(5) .service__item__paragraph {
  letter-spacing: -0.1842px;
  margin-top: 9px;
}

.services__item__container:nth-child(6) {
  padding-left: 10px;
}

.services__item__container:nth-child(6) .services__item__text__container {
  margin-left: 33px;
}

.services__item__container:nth-child(6) .service__title {
  letter-spacing: 0.22px;
}

.services__item__container:nth-child(6) .service__item__paragraph {
  letter-spacing: -0.36px;
}

/************************************** the end of kostyls for services section ***************************/

/*will use this in future projects, it's too late now*/
/* And never use
.body {
  display: flex;
}*/

/* body,
header,
main,
footer,
h1,
h2,
h3,
div,
p, ****** p better do not reset, in FFox it's getting worse**
ul,
li,
button,
a {
  margin: 0;
  padding: 0;
  border: 0;
} */

/*improvements to 1 part*/

.services__description {
  margin: 21px 0 0 0px;
  line-height: 30px;
}

.services__item__container:nth-child(1) {
  margin: 0 0 61px -5.8px;
}

.services__item__container:nth-child(1) .service__item__pen__img {
  margin: 4px 0px 0 -0.8px;
  padding-top: 1px;
}

.services__item__container:nth-child(1) .service__title {
  letter-spacing: -0.25px;
  margin: 0 0 0 -2px;
}

.services__item__container:nth-child(1) .service__item__paragraph {
  letter-spacing: -0.28px;
  margin: 9px 0 0 -1.285px;
  /* width: 220px; */
  line-height: 22px;
}

.services__item__container:nth-child(2) {
  margin: 0 0 61px -6px;
}

.services__item__container:nth-child(2) .service__item__bulb__img {
  margin: 4.5px 0 0 0.5px;
}

.services__item__container:nth-child(2) .service__title {
  letter-spacing: -0.2px;
  margin: 0 0 0 0;
}

.services__item__container:nth-child(2) .service__item__paragraph {
  letter-spacing: -0.28px;
  margin: 9px 0 0 1px;
  /* width: 220px; */
  line-height: 22px;
}

.services__item__container:nth-child(3) {
  margin: 0 -11.5px 61px 0;
}

.services__item__container:nth-child(3) .service__item__heart__img {
  margin: 4.5px 0px 0 3px;
}

.services__item__container:nth-child(3) .service__title {
  letter-spacing: -0.4px;
  margin: 0 0 0 0;
}

.services__item__container:nth-child(3) .service__item__paragraph {
  /* letter-spacing: -0.1842px; */
  letter-spacing: -0.28px;
  margin: 9px 0 0 -2px;
  width: 220px;
  line-height: 22px;
}

.services__item__container:nth-child(4) {
  margin: 0 0 0 -5.5px;
}

.services__item__container:nth-child(4) .service__item__phone__img {
  margin: 3px 0 0 -0.7625px;
}

.services__item__container:nth-child(4) .services__item__text__container {
  margin: -0.5px 10px 0 27px;
}

.services__item__container:nth-child(4) .service__title {
  letter-spacing: -0.4px;
}

.services__item__container:nth-child(4) .service__item__paragraph {
  /* letter-spacing: -0.1842px; */
  letter-spacing: -0.28px;
  margin: 9px 0 0 -2px;
  line-height: 22px;
}

.services__item__container:nth-child(5) {
  margin: 0 0 0 -5px;
}

.services__item__container:nth-child(5) .service__item__support__img {
  margin: 2.5px 0 0 5px;
}

.services__item__container:nth-child(5) .services__item__text__container {
  margin: -0.5px 10px 0 27px;
}

.services__item__container:nth-child(5) .service__title {
  letter-spacing: 0.02px;
}

.services__item__container:nth-child(5) .service__item__paragraph {
  letter-spacing: -0.1845px;
  margin-top: 9px;
  margin-left: 4px;
  line-height: 22px;
}

.services__item__container:nth-child(6) {
  margin: 0 -11.5px 0 0;
}

.services__item__container:nth-child(6) .service__item__star__img {
  margin: 2.5px 0 0 3px;
}

.services__item__container:nth-child(6) .services__item__text__container {
  margin: -0.5px 10px 0 31.5px;
}

.services__item__container:nth-child(6) .service__title {
  letter-spacing: -0.18px;
  padding-left: 2px;
}

.services__item__container:nth-child(6) .service__item__paragraph {
  /* letter-spacing: -0.1842px; */
  letter-spacing: -0.1px;
  margin: 9px 0 0 0;
  width: 220px;
  line-height: 22px;
}

.service__title {
  font-weight: 900;
}

.kostylsForUpperRow {
  margin-bottom: 61px;
}


/**************** The end of fixes from 1 part *************************************/

/****************************************** Section  Portfolio *********************/

.portfolio {
  display: flex;
  flex-direction: column;
  width: 1020px;
  height: 864px;
  background-color: #2d303a;
  border-bottom: 4.5px solid #323746;
}

.portfolio__title {
  display: flex;
  width: 100%;
  height: auto;
}

.h2__portfolio__title {
  color: #666d89;
  font-size: 30px;
  font-weight: 900;
  padding: 0;
  border: 0;
  margin: 59px 0 0 40px;
  letter-spacing: -0.2px;
  /* line-height: 36px; */
}

.section__portfolio__description {
  display: flex;
  width: 100%;
  height: auto;
}

.portfolio__description__paragraph {
  color: #767e9e;
  font-size: 18px;
  font-weight: 300;
  line-height: 29px;
  padding: 0;
  border: 0;
  margin: 19px 0 0 40px;
  /* text-align: justify; */
}

.section__portfolio__tag__buttons {
  display: flex;
  width: 400px;
  margin: 12px 0 0 41px;
}

.tag__button {
  margin: 0;
  padding: 0;
  border: 0;
  width: auto;
  height: 21.5px;
  border: 1px solid #666d89;
  color: #767e9e;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  background-color: #2d303a;
  border: 1px solid #666d89;
  border-radius: 5px;
  margin: 0px 10.5px 0 0;
  padding: 0px 5.5px 0 5.5px;
  line-height: 20px;
  text-align: justify;
}

.tag__button:nth-child(1) {
  letter-spacing: 0.55px;
}

.tag__button:nth-child(3) {
  letter-spacing: -0.1px;
}

.tag__button:nth-child(4) {
  letter-spacing: 0px;
  margin-left: 0px;
}

.tag__button:focus {
  color: #dedede;
  border: 1px solid #c5c5c5;
}

.tag__button:hover {
  color: #dedede;
  border: 1px solid #c5c5c5;
}

.portfolio__images__container {
  display: flex;
  flex-wrap: wrap;
  width: 940px;
  height: 601px;
  list-style-type: none;
  margin: 19px 0 0px 0;
}

.work__example {
  display: block;
  width: 220px;
  height: 187px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.work__example:nth-child(4) {
  margin-right: 0;
}

.work__example:nth-child(8) {
  margin-right: 0;
}

.work__example:nth-child(12) {
  margin-right: 0;
}

.work__example:hover {
  /* box-shadow: 0 4px 20px 0 rgba(224, 211, 27, 0.918); */
  box-shadow:  0 4px 20px 0 #F06C64;
  cursor: pointer;
  transform: scale(1.1);
}

/* Feature to hide any images after 12 already added*/

.work__example:nth-child(n+13) {
  display: none;
}


/*********************************** The end of Section  PORTFOLIO *****************/

/****************************************** Section  About Us **********************/

.about__us {
  display: flex;
  flex-direction: column;
  width: 1020px;
  height: 728px;
  background-color: #f2f2f2;
  border-bottom: 5.5px solid #ffffff;
}

.about__us__title {
  display: flex;
  width: 100%;
  height: auto;
}

.h2__about__us__title {
  color: #666d89;
  font-size: 30px;
  font-weight: 900;
  padding: 0;
  border: 0;
  margin: 60px 0 0 40px;
  letter-spacing: -0.3px;
}

.about__us__description {
  width: 940px;
  height: auto;
  margin: 1px 40px 0 40.5px;
}

.about__us__description__paragraph {
  color: #767e9e;
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  /* letter-spacing: 0.125px; */
  text-align: justify;
}

.our__employees__block {
  display: flex;
  /* justify-content: space-between; */
  width: 940px;
  height: auto;
  margin: 27px 0 0 40px;
}

.employee__card {
  display: flex;
  flex-direction: column;
  width: 300px;
}

#employee2 {
  margin: 0 21px 0 19px;
}

.employee__avatar {
  display: block;
  width: 300px;
  height: 300px;
}

.employee__name {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  margin: 18px 0 0 0;
  color: #666d89;
  font-size: 18px;
  font-weight: 900;
  line-height: 17px;
  white-space: nowrap;
  letter-spacing: -0.4px;
}

.employee__about {
  padding: 0;
  margin: 0;
  margin: 10px 0 0 0;
  width: 300px;
  color: #767e9e;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-align: justify;
  /*If there is no bellow property -  murkup
  crushes while zoom in less 90%*/
  /* letter-spacing: -0.15px; */
}

.employee__socialnetworks__block {
  display: flex;
  justify-content: start;
  width: 300px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 23.5px 0 0 1px;
}

.socialnetworks__item {
  margin: 0;
  padding: 0;
  margin: 1px 8px 0 0;
}

.socialnetworks__link {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.socialnetwork__img {
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0.6;
}

.socialnetwork__img:hover {
  opacity: 1;
  transform: scale(1.1);
  transition: ease;
}

/*kostyls for section About Us*/
.employee__card:nth-child(1) .employee__about {
  /* It didn't work on this case, but sometimes works good*/
  text-align: justify;

  /* letter-spacing: -0.07px; */
}

.employee__card:nth-child(3) .employee__socialnetworks__block {
  margin: 23.5px 0 0 0;
}


/*********************************** The end of Section  About Us ******************/

/* Improvements for 150% zoom */
.main {
  margin: 0 auto;
}

.header {
  margin: 0 auto;
}


/****************************************** Section  Contacts **********************/

.contact__us {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  height: 648px;
  width: 1020px;
  background-color: #f06c64;
  border-bottom: 6px solid #ea676b;;
}

.contact__us__title {
  display: flex;
  justify-content: start;
}

.h2__contact__us__title {
  color: #f0d8d9;
  font-size: 30px;
  font-weight: 900;
  margin: 60px 0 0 40px;
  letter-spacing: -0.3px;
}

.p__contact__us__description {
  color: #f0d8d9;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  text-align: justify;
  margin: 19px 40px 0 40px;
}

.contact__us__form__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 40px 0 40px;
  height: auto;
}

form,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
}

.contact__form {
  position: relative;
  width: 625px;
}

#personName {
  width: 604px;
  height: 38px;
  background-color: #d6564f;
  margin: 44px 0 0 0;
  color: #f0d8d9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 0 0 15px;
}

#personName::placeholder {
  color: #f48c8f;
  opacity: 1;
  letter-spacing: -0.07px;
}

#personName:hover,
#personName:focus {
  color: #d6564f;
  background-color: #f0d8d9;
}

#personEmail {
  width: 604px;
  height: 38px;
  background-color: #d6564f;
  margin: 16px 0 0 0;
  color: #f0d8d9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 0 0 15px;
}

#personEmail::placeholder {
  color: #f48c8f;
  opacity: 1;
  letter-spacing: -0.07px;
}

#personEmail:hover,
#personEmail:focus {
  color: #d6564f;
  background-color: #f0d8d9;
}

#subject {
  width: 604px;
  height: 38px;
  background-color: #d6564f;
  margin: 16px 0 0 0;
  color: #f0d8d9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 0 0 15px;
}

#subject::placeholder {
  color: #f48c8f;
  opacity: 1;
  letter-spacing: -0.05px;
}

#subject:hover,
#subject:focus {
  color: #d6564f;
  background-color: #f0d8d9;
}

#personComment {
  width: 604px;
  height: 195px;
  background-color: #d6564f;
  margin: 15.5px 0 0 0;
  color: #f0d8d9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  padding: 8px 0 0 15px;
  resize: none;
}

#personComment::placeholder {
  color: #f48c8f;
  opacity: 1;
  letter-spacing: -0.05px;
}

#personComment:hover,
#personComment:focus {
  color: #d6564f;
  background-color: #f0d8d9;
}

#sendButton {
  position: absolute;
  right: -170px;
  bottom: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 150px;
  min-height: 40px;
  background-color: #d6564f;
  color: #f0d8d9;
  font-size: 12px;
  font-weight: 400;
}

#sendButton:hover {
  background-color: #f0d8d9;
  color: #d6564f;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact__info__subwrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: auto;
  margin-left: 11px;
}

.info__subwrapper__title {
  display: flex;
  justify-content: start;
  width: 100%;
}

.h3__info__subwrapper__title {
  margin: 0;
  padding: 0;
  border: 0;
  color: #f0d8d9;
  font-size: 18px;
  font-weight: 900;
  line-height: 0.99;
  margin: 45px 0 0 10px;
  letter-spacing: -0.15px;
  width: 100%;
}

.contact__info__subwrapper__description {
  display: flex;
  width: 100%;
}

.info__subwrapper__paragraph {
  margin: 0;
  padding: 0;
  border: 0;
  color: #f0d8d9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  height: auto;
  width: 100%;
  margin: 10px 0 0 10px;
  text-align: justify;
}

.location {
  width: 100%;
  margin: 22px 0 0 13px;
}

.location a {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  outline: none;
}

.location:hover {
  background-color: #fff;
  cursor: pointer;
  color: #d6564f;
}

.location__icon {
  margin: 0;
  padding: 0;
  border: 0;
  width: 7px;
  height: 11px;
}

.location__icon:hover {
  cursor: pointer;
}

.location__address {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  color: #f0d8d9;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 0 9px;
  text-align: justify;
  letter-spacing: -0.1px;
}

.location__address:hover {
  background-color: #fff;
  cursor: pointer;
  color: #d6564f;
}

.call__us {
  width: 100%;
  margin: 0px 0 0 11px;
}

.call__us__icon {
  margin: 0;
  padding: 0;
  border: 0;
  width: 11px;
  height: 11px;
}

.call__us__icon:hover {
  cursor: pointer;
}

.call__us__link {
  margin: 0;
  padding: 0;
  border: 0;
  color: #f0d8d9;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 0 7px;
  text-align: justify;
  letter-spacing: -0.2px;
}

.email__us {
  width: 100%;
  margin: 0px 0 0 11px;
}

.write__us_icon {
  margin: 0;
  padding: 0;
  border: 0;
  width: 12px;
  height: 8px;
}

.write__us_icon:hover {
  cursor: pointer;
}

.write__us__link {
  margin: 0;
  padding: 0;
  border: 0;
  color: #f0d8d9;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 0 6px;
  text-align: justify;
  letter-spacing: 0.05px;
}


/********************************** The end of Section  Contacts *******************/

/********************************************* footer ******************************/

.footer {
  /* height: 76px; */
  /* height: auto; */
  width: 1020px;
  min-height: 76px;
  background-color: #2d303a;
  margin: 0 auto;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin: 0 40px 0 40px;
}

.copyright {
  width: 15%;
  font-size: 12px;
  font-weight: 400;
  color: #52586c;
  margin:  19px 0 0 2px;
  letter-spacing: -0.2px;
}

.connect__with__us {
  display: flex;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  width: 150px;
  margin:22.69px 1px 0 0;
}

.connect__with__us__item {
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
  margin: -0.5px 9px 0px -1px;
}

.footer__weblink {
  margin: 0;
  padding: 0;
  border: 0;
}

.web__icons {
  width: 32px;
  height: 32px;
}

.web__icons:hover {
  cursor: pointer;
  transform: scale(1.1);
}


/********************************** Let's make our header fixed to top *************/

.header__wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.slider__section {
    /* margin-top: 94px; */
    padding-top: 95px;
}

.services__section_container  {
    margin-top: 97px;
    margin-bottom: 100px;
}

.services__section {
    height: 591px;
}

.portfolio {
    height: 960px;
}

.portfolio__title {
    margin-top: 96px;
}

.about__us {
    height: 825px;
}

.about__us__title {
    margin-top: 97px;
}

.contact__us {
    height: 745px;
}

.contact__us__title {
    margin-top: 97px;
}


/********************************** Let's add focused class to all targeted li *****/

.focused {
    color: #df6760;
}


/********************************** Let's add conformation message from form *******/

.contact__us {
    position: relative;
}

#confirmationMessageBlock {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10%, -40%);
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #000000cb;
    z-index: 3;
}

#confirmationMessageBlock.hidden {
    display: none;
}

#message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    min-width: 300px;
    max-width: 600px;
    border: 4px solid blue;
    text-align: center;
    font-size: 20px;
    color: #f0d8d9;
    padding: 10px 0 40px 0;
    background: #2d303a;
    z-index: 4;
}

.message__sent {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0 10px 0;
}

.collaps__p__tema {
    display: none;
}

.collaps__p__opisanie {
    display: none;
}

#subjectField,
#textareaField {
    display: inline-block;
    bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    /* min-height: 60px;
    min-width: 280px; */
    padding: 10px;
    margin: 0 0 0 0;
    word-wrap: normal;
}

#closeButton {
    display: inline-block;
    border: 0;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 150px;
    min-height: 40px;
    background-color: #d6564f;
    color: #f0d8d9;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    margin: 30px 0 20px 0;
}

#closeButton:hover {
    color: #d6564f;
    background-color: #f0d8d9;
}


/***************************************** Let's make slider ***********************/

.slider {
    width: 1020px;
    height: 594px;
}

.wrapper {
    overflow: hidden;
    position: relative;
    width: 1020px;
    height: 594px;
}

.slides {
    display: flex;
    position: relative;
    top: 0;
    left: -1020px;
    width: 20400px;
}

.slides.shifting {
    transition: left .4s ease-out;
}

.slide {
    width: 1020px;
    height: 594px;
    transition: all 1s;
    position: relative;
}

#prev:active,
#next:active {
    transform: scale(.8);
}

#prev {
    position: absolute;
    top: 287px;
    left: 0px;
}

#next {
    position: absolute;
    top: 286px;
    right: 40px;
}


/****************************** Let's add turn on/off phone screen feature *********/

.hidden_v_image {
    position: absolute;
    display: block;
    background: url(./assets/images/png/VerticalBlackScreen.png);
    width: 195px;
    height: 340px;
    top: 116px;
    left: 123px;
    transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
}

.hidden_h_image {
    position: absolute;
    display: block;
    background: url(./assets/images/png/HorizontalBlackScreen.png);
    width: 340px;
    height: 195px;
    top: 188px;
    left: 481px;
    transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
}

#firstSlide map {
    cursor: pointer;
}


/****************************** Highlighting tags from Portfolio feature ***********/

.highlighted__tag {
    color: #dedede;
}


/***************************** add borders to Portfolio images on click ***********/

.on__mouse__down__image__border {
    outline: 5px solid #F06C64;
}

.hamburgerForMobile {
    display: none;
}


/*****************************                                          ***********/
/*****************************        @media (max-width: 768px)         ***********/
/*****************************                                          ***********/
/*****************************                                          ***********/

@media only screen and (min-width: 768px) and (max-width: 1019px) {

    .header__wrapper {
        position: fixed;
        top: 0;
        z-index: 2;
        margin: 0 auto;
    }

    .header {
        margin: 0 auto;
        width: 768px;
    }

    .header__container {
        display: flex;
        justify-content: space-between;
        width: 768px;
        height: 100%;
        margin: 0 40px;
    }

    .hamburgerForMobile {
        display: none;
    }

    .main {
        margin: 0 auto;
        max-width: 768px;
    }

    .slider__section {
        display: flex;
        flex-direction: column;
        align-self: center;
        align-items: center;
        width: 768px;
        height: 440px;
    }

    .slider {
        width: 768px;
        height: 447px;
    }

    .wrapper {
        overflow: hidden;
        position: relative;
        width: 768px;
        height: 447px;
    }

    .slides {
        display: flex;
        position: relative;
        top: 0;
        left: -768px;
        width: 15360px;
    }

    .slide {
        width: 768px;
        height: 447px;
    }

    .media__img__size__controller {
        width: 768px;
        height: 447px;
    }

    .hidden_v_image {
        position: absolute;
        display: block;
        background: url(./assets/images/png/VerticalBlackScreen768.png);
        width: 147px;
        height: 256px;
        top: 86px;
        left: 93px;
        transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
    }

    .hidden_h_image {
        position: absolute;
        display: block;
        background: url(./assets/images/png/VerticalBlackScreen768.png);
        width: 147px;
        height: 256px;
        top: 86px;
        left: 417px;
        transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
        transform: rotate(90deg);
    }

    #prev {
        position: absolute;
        top: 214px;
        left: 0px;
    }

    #next {
        position: absolute;
        top: 215px;
        right: 40px;
    }


    /************************************ Section Our Services768 *********************/

    .services__section {
        height: 750px;
        width: 768px;
    }

    .services__section_container {
        margin: 0 40px 0 40px;
    }

    .services__item__container:nth-child(1) {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(2) {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(3) {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(4) {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(5) {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(6) {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .services__item__container {
        width: 45%;
    }

    #kostylsForUpperRow {
        margin: 0 0 0 0;
    }

    .kostylsForUpperRow {
        margin: 0 0 0 0;
    }

    .services__items__block {
        width: 100%;
        height: 500px;
    }

    .services__items__container {
        width: 100%;
        height: 700px;
    }

    .services__ul {
        width: 100%;
        height: 500px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(1) .service__item__paragraph {
        width: 200px;
    }

    .services__item__container:nth-child(2) .service__item__paragraph {
        width: 200px;
    }

    .services__item__container:nth-child(3) .service__item__paragraph {
        width: 200px;
    }

    .services__item__container:nth-child(4) .service__item__paragraph {
        width: 200px;
    }

    .services__item__container:nth-child(5) .service__item__paragraph {
        width: 200px;
    }

    .services__item__container:nth-child(6) .service__item__paragraph {
        width: 200px;
    }


    /*************************************** Section Portfolio768 *********************/

    .portfolio {
        height: 1300px;
        width: 768px;
    }

    #portfolioImageContainer {
        width: 710px;
        height: 820px;
        margin: 50px auto 0;
        padding: 0 0 0 0;
    }

    #portfolioImageContainer li::before {
        content: "";
        float: left;
        padding-top: 100%;
    }

    .work__example {
        width: 220px;
        height: 187px;
        margin-bottom: 20px;
        margin-right: 20px;
        flex: 1 0 20%;
    }

    .work__example:nth-child(3) {
        margin-right: 0;
    }

    .work__example:nth-child(4) {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .work__example:nth-child(6) {
        margin-right: 0;
    }

    .work__example:nth-child(8) {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .work__example:nth-child(9) {
        margin-right: 0;
    }

    .work__example:nth-child(12) {
        margin-right: 0;
    }


    /*************************************** Section About Us768 **********************/

    .about__us {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 768px;
        /* width: 100%; */
        height: auto;
    }

    .about__us__description {
        width: 100%;
        height: auto;
        margin: 0 5vw 0 5vw;
        padding: 0 5vw 0 5vw;
    }

    .about__us__description__paragraph {
        color: #767e9e;
        font-family: Lato;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        /* letter-spacing: 0.125px; */
        text-align: justify;
        /* width: 80vw; */
        /* margin: 50px 10vw 0 10vw; */
        /* margin: 50px 0vw 0 0vw; */
        padding: 0 40px 0 40px;
    }

    .employee__about {
        padding: 0;
        margin: 0;
        margin: 10px 0 20px 0;
        padding: 20px 0 100px 0;
        height: 70px;
        width: 19vw;
        color: #767e9e;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: justify;
        letter-spacing: -0.2px;
    }

    .our__employees__block {
        display: flex;
        margin: 0 0 0 0;
        justify-content: space-between;
        /* width: 95vw; */
        width: 682px;
        height: auto;
        /* margin-right: auto; */
        margin: 27px 44px 0 40px;
        /* min-width: 600px;
        max-width: 700px;*/
    }

    .employee__card {
        display: flex;
        flex-direction: column;
        /* width: 300px; */
        width: 21vw;
        margin-bottom: 60px;
        flex: 0 1 32%;
    }

    .employee__about:nth-child(3) {
      padding: 0;
      margin: 0;
      margin: 10px 0 0 0;
      padding: 20px 0 30px 0;
      width: 22vw;
      color: #767e9e;
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      text-align: justify;
      letter-spacing: -0.5px;
  }

    .employee__avatar {
        display: block;
        /* width: 27vw; */
        width: 215px;
        height: auto;
        margin: 0 10px ;
        padding-right: 10px;
    }

    .employee__avatar::before {
        content: "";
        float: left;
        /* padding-top: 100%; */
    }

    #employee2 {
        margin: 0 0 0 0;
    }


    /************************************* Section Contact Us768 **********************/

    .contact__us {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        height: 870px;
        width: 768px;
    }

    .contact__form {
        position: relative;
        width: 400px;
    }

    #personName {
        width: 400px;
        height: 38px;
        background-color: #d6564f;
        margin: 44px 0 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 0 0 0 15px;
    }

    #personEmail {
        width: 400px;
        height: 38px;
        background-color: #d6564f;
        margin: 16px 0 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 0 0 0 15px;
    }

    #subject {
        width: 400px;
        height: 38px;
        background-color: #d6564f;
        margin: 16px 0 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 0 0 0 15px;
    }

    #personComment {
        width: 400px;
        height: 195px;
        background-color: #d6564f;
        margin: 15.5px 0 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 8px 0 0 15px;
        resize: none;
    }

    #sendButton {
        position: absolute;
        left: 0px;
        bottom: -80px;
        margin: 0;
        padding: 0;
        width: 250px;
        border: 0;
        outline: none;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 150px;
        min-height: 40px;
        /* background-color: #d6564f;
        color: #f0d8d9; */
        background: #FBC65F;
	    color: #d6564f;
        font-size: 16px;
        font-weight: 900;
    }

    .contact__info__subwrapper {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 34vw;
        height: auto;
        margin-left: 11px;
    }


    /************************************* Footer 768 *********************************/

    .footer {
        width: 768px;
        min-height: 76px;
        background-color: #2d303a;
        margin: 0 auto;
    }







}


/*****************************                                          ***********/
/*****************************        @media (max-width: 375px)         ***********/
/*****************************                                          ***********/
/*****************************                                          ***********/

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .header {
        margin: 0 0 0 0;
        /* width: 375px; */
    }

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

    .logo__container {
        width: 30vw;
        margin-left: 10vw;
        margin-right: 30vw;
    }

    .logo {
        height: 100%;
        margin-left: 10vw;
    }

    .logo__description {
        font-size: 20px;
    }

    .navigation__container {
        width: 100vw;
        height: auto;
    }

    .main {
        /* width: 375px; */
        width: 100%;
        overflow-x: hidden;
    }


    /************************************* Our Services 375 ***************************/

    #services {
        height: auto;
        width: 100vw;
    }

    .services__section_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0 20px 0 20px;
    }

    .services__section__title {
        display: flex;
        justify-content: start;
        width: 100vw;
        height: auto;
    }

    .services__item__container {
        width: 100%;
    }

    .services__title {
        font-size: 40px;
        margin: 80px 5vw 70px 5vw;
    }

    .services__description {
        margin: 40px 0 0 0px;
        line-height: 50px;
        font-size: 30px;
        margin: 0 5vw 0 5vw;
    }

    .services__items__container {
        /* width: 95%; */
        width: 100%;
        height: auto;
        justify-content: space-between;
        /* margin: 0 20px 0 20px; */
        margin: 0 0vw 0 0vw;
    }

    .services__ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }

    #kostylsForUpperRow {
        /* margin: 20px 2vw 100px 2vw; */
        margin: 20px 0 100px 0;
    }

    .services__item__container:nth-child(1) {
        margin: 20px 0 100px 0px;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(2) {
        margin: 20px 0 100px 0px;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(3) {
        margin: 20px 0 100px 0px;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(4) {
        margin: 20px 0 100px 0px;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(5) {
        margin: 20px 0 100px 0px;
        padding: 0 0 0 0;
    }

    .services__item__container:nth-child(6) {
        margin: 20px 0 100px 0px;
        padding: 0 0 0 0;
    }

    .services__item__text__container {
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 63%;
        height: 54px;
        margin: 1px 10px 0 0px;
    }

    .service__title {
        font-size: 25px;
    }

    .service__item__paragraph {
        font-size: 20px;
    }

    .services__item__container:nth-child(3) .service__item__paragraph {
        /* letter-spacing: -0.1842px; */
        letter-spacing: -0.28px;
        margin: 9px 0 0 -2px;
        width: 63vw;
        line-height: 22px;
    }

    .services__item__container:nth-child(6) .service__item__paragraph {
        /* letter-spacing: -0.1842px; */
        letter-spacing: -0.28px;
        margin: 9px 0 0 -2px;
        width: 63vw;;
        line-height: 22px;
    }

    .services__item__img__container {
        width: 5%;
        box-sizing: border-box;
    }

    .services__item__text__container {
        display: flex;
        flex-direction: column;
        align-items: start;
        width: 63%;
        height: 54px;
        margin: 1px 10px 0 27px;
    }


    /************************************* Portfolio 375 ******************************/

    #portfolio {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .h2__portfolio__title {
        color: #666d89;
        font-size: 30px;
        font-weight: 900;
        padding: 0;
        border: 0;
        margin: 59px 0 0 5vw;
        letter-spacing: -0.2px;
    }

    .portfolio__description__paragraph {
        color: #767e9e;
        font-size: 20px;
        font-weight: 300;
        line-height: 29px;
        padding: 0;
        border: 0;
        margin: 19px 4vw 0 5vw;
    }

    .section__portfolio__tag__buttons {
        display: flex;
        width: 93vw;
        margin: 25px 1vw 0 6vw;
    }

    .work__example {
        width: auto;
        height: auto;
        margin-bottom: 0px;
        margin-right: 0px;
        /* flex: 1 1 40%; */
    }

    .work__example:nth-child(2) {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .work__example:nth-child(3) {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .work__example:nth-child(4) {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .work__example:nth-child(5) {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .work__example:nth-child(6) {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .work__example:nth-child(8) {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .work__example:nth-child(n+9) {
        display: none;
    }

    #portfolioImageContainer {
        width: 100vw;
        height: auto;
        margin: 50px 4vw 0 4vw;
        padding: 0 0 0 0;
    }

    #portfolioImageContainer li::before {
        content: "";
        float: left;
        /* padding-top: 100%; */
        padding-top: 0;
    }

    .portfolio__item {
        width: 45vw;
        height: auto;
        margin-bottom: 10px;
        margin-right: 10px;
    }


    /************************************* About Us 375 *******************************/

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

    .h2__about__us__title {
        color: #666d89;
        font-size: 30px;
        font-weight: 900;
        padding: 0;
        border: 0;
        margin: 60px 0 0 10vw;
        letter-spacing: -0.3px;
    }

    .about__us__description {
        width: 100%;
        height: auto;
        margin: 0 5vw 0 5vw;
        /* padding: 0 0vw; */
    }

    .about__us__description__paragraph {
        color: #767e9e;
        font-family: Lato;
        font-size: 18px;
        font-weight: 300;
        line-height: 30px;
        /* letter-spacing: 0.125px; */
        text-align: justify;
        margin: 70px 13vw 0 0;
    }

    .our__employees__block {
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: space-between; */
        width: 100%;
        height: auto;
        margin: 27px 5vw 0 5vw;
    }

    .employee__card {
        display: flex;
        flex-direction: column;
        width: 90vw;
        margin-bottom: 100px;
    }

    #employee2 {
        margin: 0 5vw 100px 5vw;
    }

    .employee__avatar {
        display: block;
        width: 84vw;
        height: auto;
    }

    .employee__card:nth-child(1) {
        padding-bottom: 30px;
    }

    .employee__card:nth-child(2) {
        padding-bottom: 30px;
    }

    .employee__about {
        padding: 0;
        margin: 0;
        margin: 10px 0 0 0;
        width: 80vw;
        color: #767e9e;
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
        text-align: justify;
    }


    /****************************************** Contact 375 ***************************/

    .contact__us {
        height: auto;
        width: 100vw;
    }

    .h2__contact__us__title {
        color: #f0d8d9;
        font-size: 30px;
        font-weight: 900;
        margin: 60px 0 0 5vw;
        letter-spacing: -0.3px;
    }

    .contact__us__description {
        width: 90vw;
        height: auto;
    }

    .p__contact__us__description {
        font-size: 22px;
        width: 90vw;
        margin: 0 5vw;
    }

    .contact__us__form__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 3vw 0 3vw;
        padding: 0 3vw 0 3vw;
        height: auto;
        width: 100%;
    }

    .contact__form {
        position: relative;
        width: 90vw;
        height: auto;
    }

    #personName {
        width: 85vw;
        height: 38px;
        background-color: #d6564f;
        margin: 44px 5vw 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 0 0 0 15px;
    }

    #personEmail {
        width: 85vw;
        height: 38px;
        background-color: #d6564f;
        margin: 16px 0 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 0 0 0 15px;
    }

    #subject {
        width: 85vw;
        height: 38px;
        background-color: #d6564f;
        margin: 16px 0 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 0 0 0 15px;
    }

    #personComment {
        width: 85vw;
        height: 195px;
        background-color: #d6564f;
        margin: 15.5px 0 0 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        padding: 8px 0 0 15px;
        resize: none;
    }

    #sendButton {
        position: absolute;
        left: 0;
        bottom: -100px;
        margin: 0;
        padding: 0;
        border: 0;
        outline: none;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 150px;
        min-height: 40px;
        /* background-color: #d6564f; */
        background: #FBC65F;
        /* color: #f0d8d9; */
        color: #d6564f;
        font-size: 16px;
        font-weight: 900;
        width: 88vw;
    }

    .contact__info__subwrapper {
        margin-left: 4vw;
        margin: 140px 0 140px 0;
    }

    .info__subwrapper__paragraph {
        margin: 0;
        padding: 0;
        border: 0;
        color: #f0d8d9;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.8;
        height: auto;
        width: 100%;
        margin: 10px 14vw 0 5vw;
        text-align: justify;
    }


    /******************************************* Footer 375 ***************************/

    .footer {
        width: 100%;
        min-height: 76px;
        background-color: #2d303a;
        margin: 0 auto;
    }

    .footer__container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
        margin: 0 5vw 0 5vw;
    }

    .copyright {
        display: none;
    }

    .connect__with__us {
    width: 250px;
    margin: 22.69px 30vw;
    }

}


/***************************************************** Mobile menu *****************/

.hamburger__box {
    position: relative;
    cursor: pointer;
    height: 56px;
    width: 55px;
    display: none;
    transition: transform .2s ease-in-out;
}

.activeForHumburger {
    transform: rotate(270deg);
}

.hamburger__box .line {
    background-color: #fff;
    width: 100%;
    height: 10px;
    position: absolute;
}

.hamburger__box .line.l1 {
    top: 0;
    left: 0;
}

.hamburger__box .line.l2 {
    top: 23px;
    left: 0;
}

.hamburger__box .line.l3 {
    bottom: 0;
    right: 0;
}

.active_menu .header__container .navigation__section {
    transform: translateX(-20%);
    /* transform: translateX(0%); */
}


/**********************************************For Mobile menu *********************/
@media only screen and (min-width: 320px) and (max-width: 767px) {

    .hamburger__box {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        transition: transform .2s ease-in-out;
    }

    .header__container .navigation__section {
		position: fixed;
        width: 100%;
		bottom: 0;
		left: 0;
		top: 93px;
		background: #2D303A;
        box-shadow: 40px -5px 20px rgba(0, 0, 0, 0.4);
		z-index: 150;
		transform: translateX(-120%);
		transition: all 0.5s ease;
    }

    .header__container .header__menu__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 13vh;
    }

    .header__menu__item .header__menu__a {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: Lato;
        font-size: 30px;
        font-weight: 700;
        line-height: 100px;
        text-transform: uppercase;
        text-decoration: none;
        margin: 0 0 0 100px;
        line-height: 70px;
    }

    .header__menu__item {
        height: auto;
        padding-top: 0;
        margin: 0 0 0 0;
    }

    .logo__description::after {
        content: "*";
        position: relative;
        top: 0px;
        left: 10px;
        font-size: 20px;
        color: #df6760;
    }

    .logo {
        height: 100%;
        margin-left: 100px;
    }

}


/*****************************************                       *******************/
/*****************************************kostyls for Slider 320 *******************/
/*****************************************kostyls for Slider 320 *******************/
/*****************************************                       *******************/
/*                        just put slider-375 apart from slider 320 size           */

@media only screen and (min-width: 321px) and (max-width: 767px) {

    /******************************************* Slider 375 ***************************/

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

    .slider__img_container {
        display: flex;
        justify-content: center;
        width: 375px;
        height: 218px;
    }

    .slider {
        width: 375px;
        height: 218px;
        margin: 0 auto;
    }

    .wrapper {
        overflow: hidden;
        position: relative;
        width: 375px;
        height: 218px;
    }

    .slides {
        display: flex;
        position: relative;
        top: 0;
        left: -375px;
        width: 7500px;
    }

    .slide {
        width: 375px;
        height: 218px;
        transition: all 1s;
        position: relative;
    }

    .hidden_v_image {
        position: absolute;
        display: block;
        background: url(./assets/images/png/VerticalBlackScreen375.png);
        width: 72px;
        height: 126px;
        top: 42px;
        left: 45px;
        transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
    }

    .hidden_h_image {
        position: absolute;
        display: block;
        background: url(./assets/images/png/VerticalBlackScreen375.png);
        width: 72px;
        height: 126px;
        top: 41px;
        left: 204px;
        transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
        transform: rotate(90deg);
    }

    .media__img__size__controller {
        width: 375px;
        height: 218px;
    }

    #prev {
        position: absolute;
        top: 103px;
        left: -29px;
    }

    #next {
        position: absolute;
        top: 99px;
        right: 21px;
    }







}














/*****************************************                       *******************/
/*****************************************kostyls for Slider 320 *******************/
/*****************************************kostyls for Slider 320 *******************/
/*****************************************                       *******************/
/*                                      just put slider-320 to 320 media size      */

@media only screen and (max-width: 320px) {


    /******************************************* Slider 375 ***************************/

    .slider__section {
        width: 320px;
        height: 186px;
    }

    .slider__img_container {
        display: flex;
        justify-content: center;
        width: 320px;
        height: 186px;
    }

    .slider {
        width: 320px;
        height: 186px;
    }

    .wrapper {
        overflow: hidden;
        position: relative;
        width: 320px;
        height: 186px;
    }

    .slides {
        display: flex;
        position: relative;
        top: 0;
        left: -320px;
        width: 6400px;
    }

    .slide {
        width: 320px;
        height: 186px;
        transition: all 1s;
        position: relative;
    }

    .hidden_v_image {
        position: absolute;
        display: block;
        background: url(./assets/images/png/VerticalBlackScreen320.png);
        width: 61px;
        height: 107px;
        top: 36px;
        left: 38px;
        transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
    }

    .hidden_h_image {
        position: absolute;
        display: block;
        background: url(./assets/images/png/VerticalBlackScreen320.png);
        width: 61px;
        height: 107px;
        top: 35px;
        left: 174px;
        transition: opacity 2s cubic-bezier(0, 0.46, 0.57, 1);
        transform: rotate(90deg);
    }

    .media__img__size__controller {
        width: 320px;
        height: 186px;
    }

    #prev {
        position: absolute;
        top: 82px;
        left: -27px;
    }

    #next {
        position: absolute;
        top: 79px;
        right: 18px;
    }

}


/************************************ The Victory looks like this. *****************/