@charset "UTF-8";
/* @import"_normalize.scss"; */
/* сброс стилей браузера */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
}

ol {
  padding-left: 1.4em;
  list-style: decimal;
}

ul {
  padding-left: 1.4em;
  list-style: square;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* конец кода сброса стилей браузера */
/* $main-color: #2c3e50; */
/* $color-divaider-line-1:#374d63 ;
$color-divaider-line-2: #17202a; */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 0;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  /* -webkit-text-size-adjust: 100%; */
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  /* border: none; */
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font: inherit;
  /* По дефолту, шрифтовые свойства, для этих элементов не наследуются */
  color: inherit;
  letter-spacing: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-align: left;
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
}

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

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: none;
}

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

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

[type='search'] {
  outline: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1 {
  font-size: 2em;
  padding-top: 20px;
  margin-bottom: 50px;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 50px;
  text-align: center;
}

h3 {
  font-size: 1.5em;
  padding-top: 35px;
  padding-bottom: 25px;
}

p {
  font-size: 1.1em;
  line-height: 1.4em;
}

li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

input[type=text], input[type=submit], textarea {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  max-width: 990px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  background-color: #3399ff;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 15px 50px;
  display: inline-block;
  border-radius: 10px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}

btn:hover {
  background-color: #3366cc;
}

header {
  background: #000;
  width: 100%;
}

.logo-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.graficlogo {
  padding: 5px 0 0 10px;
  /*	max-width: 100%;*/
  width: auto;
  height: 60px;
}

nav {
  text-align: right;
  width: 800px;
}

.topnav {
  font-size: 14px;
  margin-top: 25px;
}

.topnav a {
  color: #fff;
  text-align: center;
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 20px;
}

.topnav a:hover {
  background-color: #ddd;
  color: #000;
}

.topnav .icon {
  display: none;
}

a.active {
  background-color: #005f6f;
}

.dropdown {
  float: right;
  overflow: hidden;
  /* display: inline; */
}

.dropdown .flag-icon {
  width: 20px;
  height: auto;
  margin-left: 8px;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin-top: -16px;
}

/* .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: red;
} */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 80px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  margin-top: 6px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.offer {
  background-image: url("../img/head-img.jpg");
  /*height: 100%; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.myOffer {
  text-align: left;
}

.myOffer p, .myOffer h1, .myOffer h2, .myOffer strong {
  color: white;
}

.myOffer h1 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.myOffer h2 {
  font-size: 1.2em;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  text-align: left;
}

.whoIAm {
  /*   height: 200px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whoIAm h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

.whoIAm strong {
  font-weight: 300;
}

.whoIAm img {
  width: 200px;
  height: auto;
  margin-right: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.workOffer {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.workOffer h2 {
  padding-left: 25px;
}

.workOffer span {
  padding-right: 10px;
  font-size: 16px;
}

.workOffer .btn {
  margin-top: 50px;
}

.weDo {
  width: 28%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 60px 15px;
  text-align: center;
  border: solid black 0px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

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

.textOfServices {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.recentWork {
  background-color: #EEEEEE;
  text-align: center;
}

.myWork {
  width: 23%;
  height: 450px;
  background-color: #E0E0E0;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

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

.textOfRecentWork {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.imgMyWork {
  width: 100%;
  height: 78%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lawyerWork {
  background-image: url("../img/lawyer-icon.jpg");
}

.travelWork {
  background-image: url("../img/travel-icon.jpg");
}

.portfolioWork {
  background-image: url("../img/portfolio-icon.jpg");
}
.wp-lawyerWork {
  background-image: url("../img/wp-lawyer-smith-allen-icon.jpg");
}

.wp-besloorWork {
  background-image: url("../img/wp-besloor-icon.jpg");
}

.wp-visotabild {
  background-image: url("../img/visotabild-icon.jpg");
}

.my-skills {
  padding-bottom: 80px;
  background-image: url("../img/background1.jpg");
}

.base100 {
  width: 100%;
  background-color: #666666;
  height: 7px;
}

.skills {
  padding: 2px;
  background-color: #003366;
  height: 7px;
}

.skills-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.skills-card {
  width: 40%;
}

.my-skills p {
  margin-top: 20px;
  margin-bottom: 5px;
}

.text-skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

.webdesign {
  width: 70%;
}

.html {
  width: 85%;
}

.css {
  width: 80%;
}

.js {
  width: 60%;
}

.jquery {
  width: 60%;
}

.responsiveweb {
  width: 75%;
}

.seoweb {
  width: 65%;
}

.php {
  width: 35%;
}

footer {
  background-color: black;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 300;
  /*     padding-bottom: 20px; */
}

.footerCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer img:hover {
  opacity: 0.7;
}

footer p {
  color: white;
  /* padding-bottom: 20px; */
}

footer img {
  margin-left: 10px;
  margin-bottom: -15px;
  width: 40px;
  height: 40px;
}

.footerContact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.footerContact div {
  margin-left: 100px;
}

.footerContact a {
  margin-top: 15px;
  display: block;
  margin-left: 15px;
  color: white;
  cursor: pointer;
}

.copyright p {
  text-align: left;
  padding-top: 20px;
  font-size: 12px;
  font-weight: 300;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 36px;
  margin-top: 15px;
  /* text-align: center; */
  color: white;
  display: block;
}

.contact {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 600px;
}

.contact label {
  width: 25%;
}

input, textarea {
  width: 100%;
  height: 40px;
  margin: 5px 0 20px 0;
  background-color: #3399ff36;
}

input[type=submit] {
  width: 80px;
  height: 35px;
}

input[type=submit]:hover {
  background-color: #999999;
}

.btnSubmit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #3399ff;
  color: white;
  text-decoration: none;
  display: inline-block;
  border: 0px;
  border-radius: 10px;
  margin-right: 30px;
}

.btmSubmit:hover {
  background-color: #3366cc;
}

.partfolio {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
  border: solid black 0px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.partfolio img {
  width: 100%;
}

.price {
  background-color: #fff;
  text-align: center;
}

.priceItem {
  width: 23%;
  max-width: 500px;
  height: 350px;
  padding-top: 35px;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #EEEEEE;
  border: 1px solid black;
}

.priceItem h2 {
  font-size: 16px;
}

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

.textOfPrice {
  max-width: 500px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 880px) {
  /* start of header */
  .topnav-item {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    margin-top: -9px;
  }
  nav {
    width: 100%;
  }
  .topnav.responsive {
    position: relative;
    padding-top: 50px;
    padding-left: 20px;
    left: -130px;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: -130px;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    display: none;
  }
  /* end of header */
}

@media screen and (max-width: 760px) {
  .weDo {
    width: 46%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 40px 5px;
  }
  .myWork {
    width: 48%;
  }
  .footerContact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 18px;
  }
  .whoIAm {
    /* flex-direction: column; */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .whoIAm img {
    width: 100px;
    margin-right: 20px;
  }
  .whoIAm h2 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .offer {
    padding-top: 30px;
  }
  .myOffer {
    text-align: center;
  }
  .weDo {
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .myWork {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    /* h3 { padding-top: 10px;} */
  }
  .imgMyWork {
    height: 80%;
  }
  .priceItem {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .priceItem h3 {
    padding-top: 10px;
  }
  .footerContact div {
    margin-left: 0;
  }
}
/*# sourceMappingURL=main.css.map */