@charset "UTF-8";
/* @import"_normalize.scss"; */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

html {
  height: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
  font-size: 14px;
}

/*
body{
  padding: 0;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  border-radius: 0;
  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; 
}

 */
/* сброс стилей браузера */
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;
  vertical-align: baseline;
}

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

body {
  line-height: 1.2;
}

ol {
  padding-left: 0;
  list-style: decimal;
}

ul {
  padding-left: 0;
  list-style: square;
}

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

/* конец кода сброса стилей браузера */
body {
  font-family: 'Roboto', sans-serif;
}

p {
  font-size: 14px;
  line-height: 1.5em;
}

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;
  text-align: center;
}

.section-title {
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  border-bottom: #0D47A1 2px solid;
}

.wrap {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.btn {
  background-color: #3366cc;
  color: #EEEEEE;
  font-size: 15px;
  text-decoration: none;
  padding: 16px 50px;
  display: inline-block;
  border-radius: 10px;
  border: 0;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #0D47A1;
}

.btnEmpty {
  background-color: inherit;
  color: #3366cc;
  border: 2px solid #3366cc;
  text-transform: uppercase;
}

header {
  background-color: rgba(0, 0, 0, 0.9);
  padding-bottom: 24px;
  padding-top: 24px;
}

.my-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo a {
  color: #fff;
  font-size: 24px;
}

.logo p {
  color: #fff;
  font-size: 12px;
  padding-left: 15px;
  max-width: 130px;
}

.logo .mob {
  display: none;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 500px;
  margin-right: 24px;
}

.menu li {
  list-style: none;
}

.menu a {
  color: #EEEEEE;
  font-size: 16px;
}

.menu a:hover, .menu .current-item a {
  text-decoration: none;
}

.current-item {
  border-bottom: #0D47A1 2px solid;
}

.tel {
  min-width: 150px;
  text-align: right;
}

.tel p {
  color: #fff;
  font-size: 14px;
  line-height: 1.1em;
}

.toggle-nav {
  display: none;
}

/*----- Menu -----*/
/*   @media screen and (min-width: 860px) {
    .menu {
      width:100%;
      padding:10px 18px;
      background:#303030;
    }
  }
  
 */
.offer {
  background-image: url(../img/background-offer.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.offer-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 550px;
  height: calc(100vh - 200px);
}

.first-title {
  padding-left: 20px;
}

.lawyer {
  max-width: 350px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: -60px;
}

.first-title {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  border-left: #0D47A1 2px solid;
}

.usp-text {
  font-size: 24px;
  color: #dadada;
  margin-bottom: 30px;
}

.offer .btn {
  margin-left: auto;
  margin-right: auto;
}

.services {
  background-color: #f1f1f1;
}

.services-container {
  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;
}

.service-item {
  width: 30%;
  text-align: center;
  padding: 25px 15px;
  margin-top: 40px;
  border-bottom: #0D47A1 2px solid;
}

.service-item-title {
  font-size: 24px;
  padding-bottom: 20px;
}

.service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}

.service-item-text {
  color: #414141;
}

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

.advantage-item {
  width: 21.875%;
  margin-top: 0;
  text-align: center;
  position: relative;
}

.number-advantage-item {
  font-size: 130px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.1);
}

.advantage-text {
  width: 100%;
  position: absolute;
  top: 35px;
}

.advantage-text h3 {
  margin-bottom: 10px;
}

.free-advice {
  background-image: url(../img/background-advice.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: auto;
}

.form-advice {
  width: 50%;
}

.style-form-advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.style-form-advice label, .text-input {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.style-form-advice label {
  margin-bottom: 7px;
}

.text-input {
  border: #fff 1px solid;
  margin-bottom: 30px;
}

input.text-input {
  height: 40px;
}

.free-advice textarea {
  height: 150px;
}

.free-advice .btn {
  margin-right: auto;
}

footer {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 40px;
  text-align: center;
}

.my-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 500px;
  margin-right: 24px;
}

.footer-menu li {
  list-style: none;
}

.footer-menu a {
  width: 100%;
  color: #EEEEEE;
  font-size: 16px;
  line-height: 1.5em;
}

.footer-menu a:hover, .footer-menu .current-item a {
  text-decoration: none;
}

footer p {
  color: #EEEEEE;
}

footer .btnEmpty {
  padding: 10px 16px;
  margin-top: 25px;
}

footer .tel p {
  line-height: 1.5em;
}

.css-validator {
  text-align: start;
}

@media screen and (max-width: 970px) {
  .wrap {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu {
    position: relative;
  }
  .menu ul.active {
    display: none;
  }
  .menu ul {
    width: 100%;
    min-width: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    position: absolute;
    top: 165%;
    left: 10px;
    padding: 10px 18px;
    border-radius: 3px;
  }
  /* 	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #303030;
	} */
  .menu li {
    margin: 5px 0px 5px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .menu a {
    display: block;
  }
  .toggle-nav {
    display: inline-block;
    border-radius: 3px;
    font-size: 20px;
    -webkit-transition: color linear 0.15s;
    transition: color linear 0.15s;
    padding-left: 25px;
  }
  a.toggle-nav {
    font-size: 20px;
  }
  .toggle-nav:hover, .toggle-nav.active {
    text-decoration: none;
  }
  .footer-menu ul {
    display: block;
    min-width: 150px;
    margin-right: 24px;
  }
  .service-item {
    width: 46.25%;
  }
  .free-advice {
    background-image: url(../img/background-advice-tab.jpg);
    background-position: top right;
  }
}

@media screen and (max-width: 760px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tel {
    text-align: center;
  }
  .advantage-item {
    width: 46.25%;
  }
}

@media screen and (max-width: 576px) {
  header {
    padding-bottom: 10px;
  }
  .logo {
    display: block;
  }
  .logo a {
    display: inline-block;
    padding-bottom: 5px;
  }
  .logo p {
    font-size: 10px;
    font-weight: 100;
    padding-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  /* 	.menu ul {
		top: 160%;
	} */
  .offer-position {
    max-height: 260px;
  }
  .first-title {
    font-size: 22px;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .usp-text {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .service-item {
    width: 95%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .free-advice {
    background-image: url(../img/background-advice-mob.jpg);
    background-position: top left;
  }
  .form-advice {
    width: 100%;
  }
  .advantage-item {
    width: 95%;
  }
  .my-footer {
    display: block;
  }
  .my-footer .logo {
    margin-bottom: 50px;
  }
  .footer-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-menu {
    margin-bottom: 50px;
  }
}

/* 

@import"_recentwork.scss";
@import"_skills.scss";
@import"_contact.scss";
@import"_partfolio.scss";
@import"_price.scss"; 

*/
/*# sourceMappingURL=style.css.map */