body {
  background: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

body,
form,
div,
p,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
table,
table tr,
table td {
  border: none;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  outline: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2 {
  font-size: 50px;
  padding: 0 0 10px 0;
}

.section--expert {
  background-color: #f1f8ff;
}

.section--body {
  background-color: #ffffff;
}

.mainer {
  max-width: 1170px;
  padding: 82px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.block-skills-title {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-wrapper__sell {
  max-width: 360px;
  margin-bottom: 90px;
}

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

.block-skills__img {
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px solid #999797;
  margin-bottom: 55px;
}

.block-skills__image {
  padding-top: 35px;
}

.block-skills__title {
  font-size: 24px;
  color: #3677fd;
  font-weight: bold;
}

.block-skills__text {
  font-size: 16px;
  font-weight: normal;
}

.head {
  display: block;
  margin: 50px auto;
  text-align: center;
  font-size: 48px;
  color: #469dff;
  font-family: "Lato", sans-serif;
}

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

.row {
  margin: 100px auto;
}

.col-6 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-light {
  width: 350px;
  height: 300px;
  border: 1px solid transparent;
  border-radius: 10px;
  margin: 10px;
  background-color: #f4f4f4;
  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;
}

.box-light__bottom {
  width: 250px;
  height: 200px;
}

.box-light__center {
  width: 250px;
  height: 200px;
}

.section--header {
  background-color: #3677fd;
  text-align: center;
  position: relative;
  padding: 100px 0 0 0;
}

.section--about-me {
  background-color: #fff;
  text-align: center;
}

.circle {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 70px;
  position: relative;
}

.circle:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  border: solid 8px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: -8px;
  left: -8px;
}

.circle:before {
  content: '';
  position: absolute;
  width: 166px;
  height: 166px;
  border: solid 10px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -18px;
  left: -18px;
}

.title {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.text {
  color: #5a5a5a;
  margin: 0 0 75px 0;
  line-height: 36px;
}

.text--header {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.8;
}

.hide {
  display: none;
}

.button {
  display: block;
  width: 205px;
  height: 55px;
  line-height: 55px;
  background-color: #fff;
  color: #3695ff;
  font-size: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 0 auto;
  border-radius: 24px;
}

.button--header {
  margin-bottom: 80px;
}

.button--cookies {
  display: inline-block;
  margin-left: 50px;
  color: #194277;
  text-transform: none;
  font-size: 12px;
  font-weight: 900;
  width: 112px;
  height: 30px;
  line-height: 30px;
}

.button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.8;
  -webkit-box-shadow: inset 0px 0px 17px -4px rgba(222, 222, 222, 0.7);
  box-shadow: inset 0px 0px 17px -4px rgba(222, 222, 222, 0.7);
}

.form {
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  display: none;
}

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

.form--close {
  display: none;
}

.letter-form {
  width: 815px;
  background-color: #ffffff;
  padding: 65px 145px 65px 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  position: absolute;
  top: -720px;
}

.letter-form__tittle {
  font-family: "Montserrat", sans-serif;
  color: #3677fd;
  font-size: 50px;
  font-weight: normal;
  margin-bottom: 60px;
}

.letter-form__row {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0 18px 20px;
  margin-bottom: 14px;
  resize: none;
}

.letter-form__row--message {
  height: 170px;
}

.letter-form__submit {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #3680fe;
  border: none;
  max-width: 204px;
  margin: 0 auto;
  padding: 20px 40px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
}

.letter-form__submit:hover {
  background-color: #1555c4;
}

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

.close-form {
  width: 25px;
  height: 25px;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 11;
  cursor: pointer;
}

.close-form:after, .close-form:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #3677fd;
  -webkit-transform: rotate(-45deg) translate(-16px);
          transform: rotate(-45deg) translate(-16px);
}

.close-form:before {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}

.close-form--open {
  display: block;
}

.scroll {
  position: fixed;
  bottom: 50px;
  left: calc(50% - 9px);
  z-index: 1;
}

.toggler {
  width: 25px;
  display: block;
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 5;
}

.toggler__icon {
  width: 25px;
  height: 19px;
  display: block;
  position: relative;
  z-index: 5;
}

.toggler__icon--open .toggler__line {
  background-color: transparent;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.toggler__icon--open .toggler__line:before {
  -webkit-transform: rotate(45deg) translateY(10px);
          transform: rotate(45deg) translateY(10px);
  background-color: #3677fd;
}

.toggler__icon--open .toggler__line:after {
  -webkit-transform: rotate(-45deg) translateY(-10px);
          transform: rotate(-45deg) translateY(-10px);
  background-color: #3677fd;
}

.toggler__line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.toggler__line:before, .toggler__line:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #fff;
  top: -7px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  left: 0;
}

.toggler__line:after {
  top: auto;
  bottom: -7px;
}

.nav {
  position: absolute;
  top: 0;
  text-decoration: none;
  font-weight: 300;
  color: #d2d2d2;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none;
  background-color: #fff;
  border-radius: 10px;
  width: calc(100% - 30px);
  margin: 0 auto;
  z-index: 2;
  padding: 90px 0 0 0;
}

.nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 75px 0;
  border: none;
  max-width: 420px;
}

.nav__item {
  padding: 0;
}

.nav__link {
  display: block;
  text-align: center;
  border: none;
  text-decoration: none;
  padding: 0;
  font-weight: 300;
  color: #d2d2d2;
  font-size: 50px;
  line-height: 90px;
}

.nav__link:hover {
  border: none;
  color: #3677fd;
}

.nav--open {
  display: block;
  position: absolute;
}

.nav__line {
  max-width: 396px;
}

.social__list {
  list-style: none;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 420px;
}

.social__icon {
  width: 50px;
  height: 50px;
  background-color: #e1e1e1;
  border-radius: 50%;
  color: white;
  font-size: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  line-height: 50px;
  cursor: pointer;
}

.social__icon:hover {
  background-color: #367ffe;
}

.lang {
  position: absolute;
  bottom: 19px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang__eng {
  padding: 0 15px 0 0;
  color: #d2d2d2;
  font-weight: normal;
  -ms-flex-line-pack: center;
      align-content: center;
}

.subtitle {
  font-weight: 300;
  padding: 18px 0 70px;
  color: #3677fd;
}

.head--footer {
  margin: 0;
  padding: 70px 0;
}

.soc-box {
  margin: 0;
  padding: 0;
}

.section--social-net {
  background-color: #f1f8ff;
  margin: 0;
  padding: 0;
}

.wrapper--social-net {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block--social-net {
  margin: 0 30px;
}

.social-net__img {
  margin: 20px 0;
}

.foo {
  background-color: #469dff;
}

.foo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}

.foo__text-light {
  font-size: 26px;
  color: #f4f4f4;
  opacity: 0.7;
}

.foo__text-bold {
  font-size: 26px;
  color: #f4f4f4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 0 0 0 10px;
}

.foo__button {
  margin: -10px 50px;
  padding: 0;
  outline: none;
  font-size: 16px;
}

.cookies {
  background-color: #194277;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  padding: 22px 0 20px;
  z-index: 20;
}

.cookies--hide {
  display: none;
}
/*# sourceMappingURL=main.css.map */