.top-menu__item a, .btn, .services__item {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Caveat';
  src: url("../fonts/Caveat/Caveat-Regular.ttf");
  src: url("../fonts/Caveat/Caveat-Regular.eot?iefix") format("eot"), url("../fonts/Caveat/Caveat-Regular.ttf") format("woff"), url("../fonts/Caveat/Caveat-Regular.ttf") format("truetype"), url("../fonts/Caveat/Caveat-Regular.ttf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Caveat';
  src: url("../fonts/Caveat/Caveat-Bold.ttf");
  src: url("../fonts/Caveat/Caveat-Bold.eot?iefix") format("eot"), url("../fonts/Caveat/Caveat-Bold.ttf") format("woff"), url("../fonts/Caveat/Caveat-Bold.ttf") format("truetype"), url("../fonts/Caveat/Caveat-Bold.ttf") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf");
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Regular.eot?iefix") format("eot"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf") format("woff"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf") format("truetype"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Regular.ttf") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf");
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Bold.eot?iefix") format("eot"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf") format("woff"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf") format("truetype"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Bold.ttf") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Italic.ttf");
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Italic.eot?iefix") format("eot"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Italic.ttf") format("woff"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Italic.ttf") format("truetype"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Italic.ttf") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Light.ttf");
  src: url("../fonts/Montserrat_Alternates/MontserratAlternates-Light.eot?iefix") format("eot"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Light.ttf") format("woff"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Light.ttf") format("truetype"), url("../fonts/Montserrat_Alternates/MontserratAlternates-Light.ttf") format("svg");
  font-weight: 300;
  font-style: normal; }

.top-menu {
  height: 80px;
  padding: 15px 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  background: #fff;
  height: auto; }
  .top-menu__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 60%;
    margin: 0; }
  .top-menu__item {
    list-style: none; }
    .top-menu__item a {
      font-weight: 600;
      font-size: 22px;
      color: #000;
      transition: all 0.8s;
      padding: 5px; }
      .top-menu__item a:hover {
        text-decoration: none;
        background: #faf0d3;
        transition: all 1s; }
  .top-menu__call {
    display: block; }
    .top-menu__call img {
      transform: rotate(145deg);
      transition: all 1s;
      width: 40px; }
      .top-menu__call img:hover {
        transform: rotate(165deg);
        transition: all 1s; }

.logo {
  display: block;
  height: 100%;
  width: 100px; }
  .logo img {
    width: 100%; }

.top-menu__nav-wrap {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.top-banner {
  background: url("../img/main/13.jpg") center no-repeat;
  background-size: cover;
  height: 600px; }
  .top-banner h1 {
    font-family: Caveat;
    font-size: 80px;
    font-weight: bold;
    margin: 0; }
  .top-banner p {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    color: #fff; }

.top-banner__cover {
  background: rgba(0, 0, 0, 0.44);
  height: 100%; }

.title {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 60px; }

.title__white {
  color: #fff; }

.indents {
  padding: 0 90px; }

.projects__double {
  position: relative;
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.projects {
  margin-bottom: 100px; }
  .projects__info {
    width: 35%;
    color: #fff;
    padding: 80px 20px 80px 70px; }
    .projects__info p {
      font-size: 20px; }
  .projects__slider {
    width: 50%;
    overflow: hidden; }

.btn {
  display: inline-block;
  background: #faf0d3;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: 600;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s; }
  .btn:hover {
    transform: scale(1.02);
    transition: all 0.5s;
    color: #222;
    text-decoration: none; }

.projects__btn {
  margin-top: 20px; }

.projects__slide-item {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; }
  .projects__slide-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; }

.description {
  color: #fff;
  font-size: 20px; }

.services__wrap {
  padding-top: 60px;
  padding-bottom: 40px; }

.services__item {
  background: #fff;
  padding: 30px;
  color: #000;
  height: 434px; }
  .services__item .description {
    line-height: 29px; }

.services__label {
  color: #222 !important;
  text-transform: uppercase;
  font-weight: 600; }

.color-black {
  color: #222; }

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

.services__btn {
  font-size: 18px; }

.arrows {
  color: #222 !important;
  top: 54%; }
  .arrows svg {
    width: 20px; }

.services__descr-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center; }
  .services__descr-wrap .description {
    width: 40%; }
  .services__descr-wrap .btn {
    height: 30px;
    width: 28.5%; }

#pulsing {
  -webkit-animation: pulses 3s infinite ease-in-out;
  -o-animation: pulses 3s infinite ease-in-out;
  -ms-animation: pulses 3s infinite ease-in-out;
  -moz-animation: pulses 3s infinite ease-in-out;
  animation: pulses 3s infinite ease-in-out; }

@-webkit-keyframes pulses {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.7; } }

@keyframes pulses {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }

.modal-medium {
  width: 50%; }

.modal__description {
  font-size: 20px; }

.list {
  font-size: 20px;
  line-height: 26px; }

.contacts__form {
  background: #fff;
  color: #222;
  width: 40%;
  margin-top: 100px;
  padding: 60px 40px; }

.contacts__title {
  color: #222 !important; }

.contacts__paralax {
  min-height: 600px; }

.contacts__link {
  color: #222 !important;
  display: block;
  font-size: 20px;
  font-weight: 600; }

.contacts__row {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .contacts__row span {
    margin-right: 15px;
    padding-top: 5px; }

.card-img-cover {
  position: relative;
  height: 400px;
  overflow: hidden; }
  .card-img-cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover; }

.services__wrap .uk-card-default {
  height: 100%; }

.footer {
  background: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 90px; }

.timel-wrap {
  display: flex;
  align-items: center; }
  .timel-wrap span {
    margin-right: 13px; }

.timel {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500; }
  .timel img {
    width: 50px;
    height: 50px; }
  .timel:hover {
    color: #fff; }

.socials {
  display: flex; }

.vk {
  background: url("../img/ico/vk-hov.svg") left top no-repeat; }
  .vk:hover {
    background: url("../img/ico/vk.svg") left top no-repeat;
    background-size: cover; }

.tg {
  background: url("../img/ico/tg-hov.svg") left top no-repeat; }
  .tg:hover {
    background: url("../img/ico/tg.svg") left top no-repeat;
    background-size: cover; }

.inst {
  background: url("../img/ico/inst-hov.svg") left top no-repeat; }
  .inst:hover {
    background: url("../img/ico/inst.svg") left top no-repeat;
    background-size: cover; }

.socials__item {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  margin-right: 15px; }

.contacts__socials {
  margin-bottom: 20px; }

.divider__height {
  height: 600px; }

.canvas-mob__title {
  font-family: Caveat;
  color: #fff;
  font-size: 40px; }

.mob-menu__item {
  font-size: 20px;
  font-family: Montserrat;
  font-weight: 500;
  margin-bottom: 15px; }

.mob__nav {
  list-style: none;
  padding: 0; }

.mob__socials .socials__item {
  width: 60px;
  height: 60px; }

.burger {
  display: none; }

@media screen and (max-width: 1200px) {
  .contacts__form {
    width: 60%; }
  .projects__info {
    width: 41%;
    padding: 40px 20px 40px 30px; }
  .top-menu__nav {
    width: 75%; }
  .indents {
    padding-left: 30px;
    padding-right: 30px; }
  .top-menu {
    padding: 15px 30px; } }

@media screen and (max-width: 1023px) {
  .top-banner p {
    padding: 0 30px; }
  .projects__double {
    flex-direction: column-reverse;
    box-sizing: border-box; }
  .projects__info {
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px; }
  .projects__slider {
    width: 100%; }
  .services__descr-wrap {
    flex-direction: column;
    align-items: baseline; }
    .services__descr-wrap .description {
      width: 100%; }
    .services__descr-wrap .btn {
      width: 50%; }
  .arrows {
    top: 59%; }
  .top-menu__nav-wrap {
    display: none; }
  .burger {
    display: block;
    cursor: pointer; }
  .logo img {
    width: 65%; }
  .footer {
    padding: 15px 30px; } }

@media screen and (max-width: 767px) {
  .title {
    font-size: 37px; }
  .footer {
    flex-direction: column; }
  .top-menu {
    padding: 10px 15px; }
  .top-banner {
    height: 500px; }
    .top-banner h1 {
      font-size: 55px; }
    .top-banner p {
      padding: 0 15px;
      font-size: 18px; }
  .projects__double {
    margin-top: 30px; }
  .projects__slide-item {
    height: 190px; }
    .projects__slide-item img {
      height: 100%; }
  .indents {
    padding-left: 15px;
    padding-right: 15px; }
  .projects__info {
    padding-left: 20px;
    padding-right: 20px; }
    .projects__info p {
      font-size: 18px; }
  .btn {
    font-size: 17px; }
  .projects {
    margin-bottom: 30px; }
  .description {
    font-size: 18px; }
  .services__descr-wrap .btn {
    width: 100%;
    box-sizing: border-box;
    height: 40px; }
  .card-img-cover {
    height: 220px; }
  .services__wrap .uk-card-default {
    height: auto; }
  .arrows {
    display: none; }
  .contacts__form {
    width: 100%;
    box-sizing: border-box;
    padding: 60px 15px;
    text-align: center; }
  .socials__item {
    width: 60px;
    height: 60px; } }
