html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}

.container {
  width: 100%;
  max-width: 1600px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}

a:hover {
  opacity: .6;
}

.title-heading {
  text-align: left;
  color: #000000;
  font-weight: normal;
  font-size: 101px;
  line-height: 110px;
}

.title-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 180%;
  margin: 0 auto;
  text-align: center;
  color: #506782;
}

ul, li {
  list-style: none;
}

.logo {
  padding: 20px 0;
  display: inline-block;
}

.logo img {
  vertical-align: middle;
}

.logo__text {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #070606;
  margin-left: 80px;
}

.header__address,
.footer__address {
  display: inline-block;
  max-width: 300px;
  padding-left: 30px;
  font-style: normal;
}

.header__address a,
.footer__address a {
  font-size: 16px;
  line-height: 22px;
  color: #070606;
  position: relative;
}

.header__address a::before,
.footer__address a::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -30px;
  vertical-align: middle;
  background-image: url(static/img/icon-point_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__phone,
.footer__phone {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #070606;
  display: inline-block;
  margin-right: -100px;
}

.header__btn,
.footer__btn {
  display: inline-block;
  padding: 0 2px 5px;
  border-bottom: 1px solid #304F44;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #304F44;
}

.collapse-content {
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  background-color: rgba(187, 187, 187, 0.1);
}

.slick-arrow {
  width: 75px;
  height: 75px;
  border-radius: 20%;
  background-color: #8aa8b5 !important;
  top: 80%;
  right: auto;
  z-index: 1000;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
  opacity: 1;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.slick-arrow::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  opacity: 1 !important;
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: .9;
}

.slick-next {
  right: 0;
  left: auto;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  border-top: none;
  border-right: none;
}

.slick-dots {
  bottom: -54px;
  left: 0;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 5px 8px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  border: 1px solid #609AF6;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active button {
  width: 16px;
  border-radius: 100px;
  background: #609AF6;
  -webkit-box-shadow: 0px 4px 10px rgba(96, 154, 246, 0.15);
          box-shadow: 0px 4px 10px rgba(96, 154, 246, 0.15);
}

.icon {
  position: relative;
}

.icon::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-left: 13.5px;
}

.btn:hover {
  opacity: .8;
}

.btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@media only screen and (min-width: 1199px) {
  .dropdown-menu {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 100;
    min-width: 270px;
    background-color: #144A61;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-30px);
            transform: translateX(-50%) translateY(-30px);
  }
  .dropdown-item {
    display: block;
    width: 100%;
    color: #ffffff;
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .dropdown-item:last-child {
    border-bottom: none;
  }
  .dropdown-item:hover {
    background-color: rgba(187, 187, 187, 0.2);
  }
  .dropdown-btn {
    background-color: transparent;
  }
  .nav-item:nth-child(1) .dropdown-menu {
    left: 60%;
  }
}

@media only screen and (max-width: 1599px) {
  .dropdown-menu {
    position: absolute;
    top: 50px;
  }
  .logo__text {
    font-size: 15px;
    margin-left: 5px;
    line-height: 22px;
  }
  .header__phone,
  .footer__phone {
    font-size: 1.1em;
  }
  .slick-arrow {
    width: 55px;
    height: 55px;
  }
  .slick-arrow::before {
    width: 13px;
    height: 13px;
    border-width: 2px;
  }
  .container {
    max-width: 1200px;
    padding: 0 15px;
  }
  .title-heading {
    font-size: 80px;
    line-height: 90px;
  }
}

@media only screen and (max-width: 1199px) {
  .title-heading {
    font-size: 60px;
    line-height: 70px;
    text-align: center;
  }
  .dropdown-menu {
    display: none;
    padding: 5px 0;
    -webkit-box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    position: static;
  }
  .dropdown-item {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 10px 8px 35px;
    font-size: 16px;
    border-bottom: 1px solid rgba(187, 187, 187, 0.2);
  }
  .dropdown-item:last-child {
    border-bottom: none;
  }
}

@media only screen and (max-width: 560px) {
  .slick-arrow {
    width: 35px;
    height: 35px;
  }
  .slick-arrow::before {
    width: 10px;
    height: 10px;
  }
  .title-heading {
    font-size: 42px;
    line-height: 52px;
    text-align: left;
  }
}

.header-top {
  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;
}

.header__phone {
  margin-right: 60px;
}

.header .nav {
  background-color: #144A61;
}

.header .nav-link {
  color: #ffffff;
  position: relative;
}

.header .nav-item {
  position: relative;
}

.header .menuBtn {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .header {
    position: relative;
    z-index: 1500;
  }
  .header .nav {
    display: block !important;
  }
  .header .nav .container {
    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;
  }
  .header .nav-link {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding: 18px 60px;
    display: block;
    position: relative;
    z-index: 1;
    background-color: #144A61;
  }
  .header .nav-link::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 31px;
    background: #E8D9D9;
    position: absolute;
    right: 0;
  }
  .header .nav-link::before {
    content: '';
    display: block;
    width: calc(100% - 120px);
    height: 4px;
    background-color: #D6D6D6;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .header .nav-link.active::before, .header .nav-link:hover::before {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    opacity: 1;
  }
  .header .nav-item {
    position: relative;
  }
  .header .nav-item:nth-child(1) .nav-link {
    padding-left: 0;
  }
  .header .nav-item:nth-child(1) .nav-link.active::before, .header .nav-item:nth-child(1) .nav-link:hover::before {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 60px);
  }
  .header .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  .header .nav-item:last-child .nav-link::after {
    display: none;
  }
  .header .nav-item:last-child .nav-link.active::before, .header .nav-item:last-child .nav-link:hover::before {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
    width: calc(100% - 60px);
  }
  .header .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

@media only screen and (max-width: 1599px) {
  .header__phone {
    font-size: 22px;
    margin-right: 50px;
    vertical-align: middle;
  }
  .header .nav-link {
    padding: 12px 47px;
    font-size: 17px;
  }
  .header .nav-link.active::before, .header .nav-link:hover::before {
    width: calc(100% - 94px);
  }
  .header .nav-item:nth-child(1) .nav-link.active::before, .header .nav-item:nth-child(1) .nav-link:hover::before, .header .nav-item:last-child .nav-link.active::before, .header .nav-item:last-child .nav-link:hover::before {
    width: calc(100% - 47px);
  }
}

@media only screen and (max-width: 1199px) {
  .header .logo__text {
    margin-left: 5px;
    max-width: 200px;
  }
  .header-top {
    border-bottom: 1px solid rgba(187, 187, 187, 0.6);
  }
  .header .menuBtn {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 30px;
    margin: 0 0 0;
    background-color: transparent;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
  }
  .header .menuBtn span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    display: block;
    width: 100%;
    border-radius: 20px;
    height: 2px;
    background-color: #000000;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .header .menuBtn span::before, .header .menuBtn span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }
  .header .menuBtn span::after {
    top: -12px;
  }
  .header .menuBtn.is-show span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .menuBtn.is-show span::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
  }
  .header .menuBtn.is-show span::after {
    background-color: transparent;
  }
  .header__address {
    display: none;
  }
  .header__phone {
    font-size: 20px;
    margin-right: 40px;
  }
  .header__btn {
    display: none;
  }
  .header .nav {
    display: none;
    padding: 12px 0;
  }
  .header .nav .container {
    display: block;
    padding: 0;
  }
  .header .nav-item {
    display: block;
    width: 100%;
    position: relative;
  }
  .header .nav-link {
    font-size: 16px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 22px !important;
    border-right: none;
    position: relative;
  }
  .header .nav-link::before, .header .nav-link::after {
    display: none;
  }
  .header .nav-link.active, .header .nav-link:hover, .header .nav-link:focus {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .header .nav-link[href="javascript:void(0)"]::before {
    content: '';
    display: block;
    width: 14px !important;
    height: 14px !important;
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50% !important;
    left: auto !important;
    right: 22px !important;
    opacity: .4;
    margin-top: -7px;
    background-color: transparent;
  }
}

@media only screen and (max-width: 700px) {
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .logo img {
    max-width: 65px;
  }
  .header .logo__text {
    font-size: 14px;
    line-height: 18px;
    max-width: 165px;
    margin-left: 15px;
    margin-right: 20px;
  }
  .header__phone {
    display: none;
  }
}

.main {
  overflow: hidden;
  width: 100%;
}

.main .container {
  position: relative;
  z-index: 1000;
  height: 100%;
  padding: 42px 15px;
}

.main .slick-next {
  right: 110px;
}

.main .slick-prev {
  left: 110px;
}

.main-item {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 780px;
  overflow: hidden;
}

.main-item img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  display: block;
}

.main-title {
  background: rgba(20, 74, 97, 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  color: #ffffff;
  padding: 50px 52px 62px 99px;
  max-width: 735px;
  margin-left: -20px;
}

.main__heading {
  font-weight: normal;
  font-size: 62px;
  line-height: 130%;
  margin-bottom: 70px;
}

.main__text {
  font-weight: normal;
  font-size: 22px;
  line-height: 168.68%;
}

@media only screen and (max-width: 1599px) {
  .main .slick-next {
    right: 90px;
  }
  .main .slick-prev {
    left: 90px;
  }
  .main-title {
    max-width: 625px;
    padding: 40px 52px 65px 80px;
  }
  .main-item {
    min-height: 500px;
  }
  .main__heading {
    font-size: 56px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .main__text {
    font-size: 20px;
    line-height: 164%;
  }
}

@media only screen and (max-width: 1199px) {
  .main .slick-arrow {
    background-color: rgba(187, 187, 187, 0.5) !important;
  }
  .main .slick-next {
    right: 40px;
  }
  .main .slick-prev {
    left: 40px;
  }
  .main .container {
    padding: 300px 0 0 0;
  }
  .main-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #144a61;
    padding: 35px 50px 55px 65px;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .main-item {
    min-height: 500px;
    width: 700px;
    margin: 20px 100px;
  }
  .main-item img {
    height: 300px;
  }
  .main__heading {
    font-size: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
  }
  .main__text {
    font-size: 19px;
  }
}

@media only screen and (max-width: 700px) {
  .main .slick-next {
    right: 10px;
  }
  .main .slick-prev {
    left: 10px;
  }
  .main .container {
    padding: 150px 0 0 0;
  }
  .main-title {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: #144a61;
    padding: 25px 15px 20px 25px;
  }
  .main-item {
    width: 320px;
    min-height: 100%;
    margin: 20px 40px 20px;
  }
  .main-item img {
    height: 150px;
  }
  .main__heading {
    font-size: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
  }
  .main__text {
    font-size: 15px;
  }
}

.stories_date {
  padding: 144px 0 160px;
  overflow: hidden;
  background-image: url("../img/stories-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.stories_date__heading {
  margin-bottom: 100px;
}

.stories_date-item {
  width: 100%;
  display: block;
  margin-bottom: 160px;
  max-width: 800px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.stories_date-item::before {
  content: '';
  display: inline-block;
  width: 650px;
  height: 110px;
  background-image: url("../img/stories-shape-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 55%;
  right: -900px;
}

.stories_date-item__date {
  font-weight: normal;
  font-size: 52px;
  line-height: 190%;
  margin-bottom: 40px;
}

.stories_date-item__heading {
  font-weight: normal;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 60px;
}

.stories_date-item img {
  max-width: 100%;
}

.stories_date-item:nth-child(odd) {
  margin: 0 0 160px auto;
}

.stories_date-item:nth-child(odd)::before {
  right: auto;
  left: -900px;
}

.stories_whorkshop {
  padding: 180px 0 200px;
  background-image: url("../img/stories-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
}

.stories_whorkshop__heading {
  margin-bottom: 100px;
}

.stories_whorkshop-item {
  width: 100%;
  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;
  position: relative;
  z-index: 1;
  padding: 60px 0;
  margin-bottom: 127px;
}

.stories_whorkshop-item::before {
  content: '1';
  display: block;
  position: absolute;
  z-index: 100;
  top: -80px;
  left: 27%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: normal;
  font-size: 251px;
  color: #D6D6D6;
}

.stories_whorkshop-item::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -400px;
  height: 100%;
  width: calc(50% + 400px);
  background: #144A61;
}

.stories_whorkshop-item__title {
  display: block;
  padding: 200px 30px 100px 156px;
  max-width: 800px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.stories_whorkshop-item__title::after {
  content: '';
  display: block;
  width: 58px;
  height: 173px;
  position: absolute;
  top: -70px;
  left: 70px;
  background-image: url("../img/stories-item-shape.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}

.stories_whorkshop-item__title::before {
  content: '';
  display: block;
  height: 100%;
  width: calc(100% + 450px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}

.stories_whorkshop-item__title p, .stories_whorkshop-item__title ul {
  margin-bottom: 50px;
  font-weight: normal;
  font-size: 18px;
  line-height: 194.18%;
  color: #1F1F1F;
}

.stories_whorkshop-item img {
  position: relative;
  z-index: 100;
  display: block;
  margin: 0 auto;
}

.stories_whorkshop-item:nth-child(2)::before {
  content: '2';
}

.stories_whorkshop-item:nth-child(3)::before {
  content: '3';
}

.stories_whorkshop-item:nth-child(4)::before {
  content: '4';
}

.stories_whorkshop-item:nth-child(5)::before {
  content: '5';
}

.stories_whorkshop-item:nth-child(6)::before {
  content: '6';
}

.stories_whorkshop-item:nth-child(7)::before {
  content: '7';
}

.stories_whorkshop-item:nth-child(8)::before {
  content: '8';
}

.stories_whorkshop-item:nth-child(9)::before {
  content: '9';
}

.stories_whorkshop-item:nth-child(10)::before {
  content: '10';
}

.stories_whorkshop-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.stories_whorkshop-item:nth-child(even)::before {
  right: 31%;
  left: auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.stories_whorkshop-item:nth-child(even)::after {
  right: auto;
  left: -400px;
}

.stories_whorkshop-item:nth-child(even) .stories_whorkshop-item__title {
  padding: 200px 120px 100px 60px;
}

.stories_whorkshop-item:nth-child(even) .stories_whorkshop-item__title::before {
  left: auto;
  right: 0;
}

.stories_whorkshop-item:nth-child(even) .stories_whorkshop-item__title::after {
  left: auto;
  right: 70px;
}

.about_company,
.about_company2 {
  overflow: hidden;
  padding: 60px 0 140px;
}

.about_company .container,
.about_company2 .container {
  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;
}

.about_company__img, .about_company img,
.about_company2__img,
.about_company2 img {
  max-width: 650px;
  position: relative;
  z-index: 1000;
}

.about_company-title,
.about_company2-title {
  max-width: 685px;
  position: relative;
  z-index: 1;
  margin-right: 150px;
  padding: 100px 0;
}

.about_company-title::before,
.about_company2-title::before {
  content: '';
  display: block;
  width: 1254px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -200px;
  z-index: -1;
  background: #F8F8F8;
}

.about_company__heading,
.about_company2__heading {
  margin-bottom: 105px;
}

.about_company__text,
.about_company2__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 194.18%;
}

.about_company2 {
  padding: 135px 0;
}

.about_company2 .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about_company2__img {
  margin-top: 20px;
}

.stones {
  overflow: hidden;
}

.stones__heading {
  font-weight: normal;
  font-size: 89px;
  line-height: 110px;
  margin-bottom: 116px;
  text-align: center;
}

.stones-wrap {
  margin-bottom: 240px;
}

.stones-item {
  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;
  margin-bottom: 30px;
}

.stones-item-title {
  padding: 100px 120px 110px 0;
  width: 49%;
  color: #000000;
}

.stones-item__heading {
  font-weight: normal;
  font-size: 52px;
  line-height: 150%;
  margin-bottom: 46px;
}

.stones-item__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 194.18%;
}

.stones-item__img {
  width: 520px;
  margin: 0 auto;
}

.stones-item:nth-child(even) .stones-item-title {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.stones-item:nth-child(even) .stones-item-title::before {
  content: '';
  display: block;
  width: calc(100% + 200px);
  height: 100%;
  background: #144A61;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -200px;
}

.stones-item:nth-child(even) .stones-item-title::after {
  content: '';
  display: block;
  width: 515px;
  height: 48px;
  position: absolute;
  background-image: url("../img/stones-item-shape.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  right: -20%;
  top: 40px;
}

.contact_content {
  padding: 130px 0 0;
}

.contact_content__heading {
  margin-bottom: 170px;
}

.contact_content-item {
  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;
}

.contact_content__text {
  padding: 128px 100px 128px 140px;
  background-color: #144A61;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  font-size: 18px;
  line-height: 194.18%;
  position: relative;
  z-index: 100;
}

.contact_content img {
  position: relative;
  z-index: 1;
  right: -40px;
}

.materials {
  padding-bottom: 95px;
}

.materials__heading {
  margin-bottom: 180px;
}

.materials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.materials-item {
  width: 31%;
  margin-bottom: 42px;
  position: relative;
  padding: 50px 0 0 17px;
}

.materials-item img {
  max-width: 100%;
}

.materials-item__heading {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 138%;
  background-color: #144A61;
  color: #ffffff;
  width: 70%;
  min-height: 45%;
  padding: 37px 110px 30px 60px;
}

.materials--v2 {
  padding: 140px 0 0;
}

@media only screen and (max-width: 1599px) {
  .materials {
    padding-bottom: 70px;
  }
  .materials__heading {
    margin-bottom: 100px;
  }
  .materials-item {
    padding: 50px 0 0 17px;
    margin-bottom: 35px;
    padding: 30px 0 0 15px;
  }
  .materials-item__heading {
    min-height: 40%;
    font-size: 16px;
    padding: 30px 70px 30px 40px;
  }
  .materials--v2 {
    padding: 100px 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .materials__heading {
    text-align: center;
    margin-bottom: 80px;
  }
  .materials-wrap {
    max-width: 700px;
    margin: 0 auto;
  }
  .materials-item {
    width: 47%;
  }
  .materials-item__heading {
    padding: 20px 50px 20px 20px;
  }
  .materials--v2 {
    padding: 80px 0 0;
  }
}

@media only screen and (max-width: 700px) {
  .materials {
    padding: 20px 0 30px;
  }
  .materials__heading {
    text-align: left;
    margin-bottom: 60px;
  }
  .materials-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 488px;
  }
  .materials-item {
    width: 100%;
  }
  .materials-item__heading {
    min-height: 32%;
    width: 65%;
    font-size: 15px;
  }
}

.info_content {
  padding: 75px 0 144px;
  overflow: hidden;
}

.info_content .container {
  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;
}

.info_content__heading {
  margin-bottom: 114px;
}

.info_content__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 190%;
}

.info_content-title {
  padding: 107px 0 160px 135px;
  max-width: 790px;
  position: relative;
  z-index: 1;
}

.info_content-title::before {
  content: '';
  display: block;
  width: calc(100% + 600px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F8F8F8;
}

.info_content-img {
  position: relative;
  top: -60px;
  z-index: 1;
}

.info_content-img::before {
  content: '';
  display: block;
  width: calc(100% + 25px);
  height: 384px;
  position: absolute;
  z-index: -1;
  bottom: -105px;
  left: -100px;
  background: #144A61;
}

.info_content-img img {
  max-width: 100%;
}

.works {
  overflow: hidden;
}

.works__heading {
  margin-bottom: 190px;
}

.works .container {
  padding: 308px 15px 202px;
  position: relative;
  z-index: 1;
}

.works .container::before {
  content: '';
  display: block;
  width: 63%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -165px;
  background: rgba(248, 248, 248, 0.32);
}

.works-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.works-item::before {
  content: '';
  display: block;
  width: 1000px;
  height: 50px;
  position: absolute;
  top: 25%;
  right: -45%;
  z-index: -1;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/work-lines-1.svg");
}

.works-item__heading {
  position: relative;
  z-index: 100;
  margin-top: 95px;
  padding: 30px 43px 30px 0;
  background: rgba(255, 255, 255, 0.95);
  font-weight: normal;
  font-size: 89px;
  color: #646464;
  line-height: 123.68%;
}

.works-item__img {
  position: relative;
  left: -170px;
}

.works-item:nth-child(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.works-item:nth-child(even)::before {
  background-position: top right;
  left: -45%;
  right: auto;
}

.works-item:nth-child(even) .works-item__heading {
  position: absolute;
  top: 95px;
  left: auto;
  margin-top: 0;
  right: 360px;
}

.works-item:nth-child(even) .works-item__img {
  left: 0;
}

.works-item:nth-child(2)::before {
  width: 677px;
  height: 43px;
  left: -20%;
  background-image: url("../img/work-lines-2.svg");
}

.works-item:nth-child(3)::before {
  width: 512px;
  height: 40px;
  right: -5%;
  background-image: url("../img/work-lines-3.svg");
}

.works-item:nth-child(4)::before {
  width: 815px;
  height: 50px;
  left: -26%;
  background-image: url("../img/work-lines-4.svg");
}

.galery {
  padding: 100px 0 237px;
  overflow: hidden;
}

.galery-zoom {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
}

.galery-zoom__close {
  background-color: rgba(255, 255, 255, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
}

.galery-zoom__close::before, .galery-zoom__close::after {
  content: '';
  display: block;
  width: 60%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.galery-zoom__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.galery-zoom__img {
  width: 100%;
  height: 100%;
  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;
}

.galery-zoom__img img {
  width: 100%;
  max-width: 96%;
}

.galery .container {
  padding: 176px 15px 0;
  position: relative;
  z-index: 1;
}

.galery .container::before {
  content: '';
  display: block;
  width: 59%;
  height: 90%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -165px;
  background: rgba(248, 248, 248, 0.32);
}

.galery__heading {
  margin-bottom: 187px;
}

.galery .slick-arrow {
  background-color: #DCDCDC !important;
}

.galery .slick-arrow::before {
  border-color: #ffffff;
}

.galery-item {
  text-align: center;
  margin: 0 100px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.galery-item img {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}

.galery2 {
  overflow: hidden;
}

.galery2 .container {
  padding: 140px 0 300px;
  position: relative;
  z-index: 1;
}

.galery2 .container::before, .galery2 .container::after {
  content: '';
  display: block;
  width: calc(50% + 200px);
  height: 50%;
  background: #F8F8F8;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -200px;
}

.galery2 .container::after {
  top: auto;
  left: auto;
  bottom: 0;
  right: -200px;
}

.galery2__heading {
  margin-bottom: 144px;
}

.galery2-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.galery2-wrap::after {
  content: '';
  display: block;
  width: 130px;
  height: 1850px;
  background-image: url("../img/chirch-lines.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  z-index: -1;
  top: -40%;
  right: 10%;
}

.galery2-item {
  width: 37%;
  height: 512px;
  margin-bottom: 30px;
  text-align: center;
}

.galery2-item img {
  height: 100%;
  max-width: 100%;
}

.galery2-item:nth-child(2), .galery2-item:nth-child(5) {
  width: 21%;
  margin: 0 30px;
}

.master {
  background: #144A61;
  padding: 188px 0 170px;
  overflow: hidden;
}

.master__heading {
  color: #ffffff;
  margin-bottom: 50px;
}

.master-wrap {
  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;
  position: relative;
  z-index: 1;
}

.master-wrap::before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 421px;
  height: 84px;
  position: absolute;
  top: 0;
  left: -150px;
  z-index: -1;
  background-image: url("../img/master-lines.svg");
}

.master-video {
  width: 836px;
  position: relative;
  z-index: 100;
  margin-top: 90px;
}

.master-video video {
  width: 100%;
  position: relative;
  z-index: 100;
  max-width: 836px;
}

.master-video__play {
  width: 170px;
  height: 170px;
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 1000;
  background-image: url("../img/play-btn.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 47%;
  left: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.master-video__play:active {
  -webkit-transform: scale(0.95) translate(-50%, -50%);
          transform: scale(0.95) translate(-50%, -50%);
}

.master-title {
  padding: 256px 0 220px;
  max-width: 613px;
  position: relative;
  z-index: 1;
}

.master-title::before {
  content: '';
  display: block;
  height: 100%;
  width: 1136px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -45%;
  background-color: #fff;
}

.master-title__heading {
  font-weight: normal;
  font-size: 49px;
  line-height: 120%;
  color: #144A61;
  margin-bottom: 50px;
}

.master-title__text {
  font-weight: normal;
  font-size: 18px;
  line-height: 194.18%;
}

.form_section {
  padding: 245px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form_section.bg-img {
  background-image: url("../img/form_section.jpg");
}

.form_section.bg-img-2 {
  background-image: url("../img/form_section-bg-2.jpg");
  background-position: top center;
}

.form_section.bg-img-3 {
  background-image: url("../img/form_section-bg-3.jpg");
  background-position: top 100px right;
  background-size: contain;
}

.form_section.bg-img-4 {
  background-image: url("../img/form_section-bg-4.jpg");
  background-position: top -100px center;
  background-size: cover;
}

.form_section .btn-order {
  display: block;
  font-weight: bold;
  max-width: 895px;
  margin: 0 auto 288px;
  font-size: 36px;
  line-height: 110%;
  background-color: #000000;
  color: #ffffff;
  padding: 52px 0;
  text-align: center;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.form_section .btn-order:active {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.form_section__heading {
  font-size: 59px;
  color: #000000;
  line-height: 80px;
  margin-bottom: 127px;
}

.form_section__subheading_1 {
  text-align: center;
  font-weight: normal;
  font-size: 38px;
  line-height: 52px;
  color: #858585;
  margin-bottom: 90px;
}

.form_section__subheading_2 {
  font-weight: normal;
  font-size: 59px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 100px;
}

.form_section .typeOf-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

.form_section .typeOf_inp {
  display: none;
}

.form_section .typeOf_label {
  width: 368px;
  height: 110px;
  line-height: 126.68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background-color: #000000;
  background-image: url("../img/label-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  margin: 0 30px 80px 0;
  font-weight: bold;
  font-size: 22px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

.form_section .typeOf_label:hover {
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.58);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.58);
}

.form_section .typeOf_label.second {
  background-image: url("../img/label-bg-2.jpg");
}

.form_section .typeOf_label.third {
  background-image: url("../img/label-bg-3.jpg");
}

.form_section .typeOf_label.four {
  background-image: url("../img/label-bg-4.jpg");
}

.form_section .typeOf_label.five {
  background-image: url("../img/label-bg-5.jpg");
}

.form_section .typeOf_label.six {
  background-image: url("../img/label-bg-6.jpg");
}

.form_section #type_1:checked ~ .typeOf_label[for="type_1"],
.form_section #type_2:checked ~ .typeOf_label[for="type_2"],
.form_section #type_3:checked ~ .typeOf_label[for="type_3"],
.form_section #type_4:checked ~ .typeOf_label[for="type_4"],
.form_section #type_5:checked ~ .typeOf_label[for="type_5"],
.form_section #type_6:checked ~ .typeOf_label[for="type_6"] {
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.58);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.58);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.form_section .user_data-wrap {
  max-width: 568px;
  margin: 0 auto;
}

.form_section .user_data-wrap .inp, .form_section .user_data-wrap .inp_comment {
  width: 100%;
  height: 86px;
  border: 1px solid rgba(131, 131, 131, 0.5);
  display: block;
  margin-bottom: 46px;
  background-color: transparent;
  text-align: left;
  padding: 0 47px;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #2C2C2C;
}

.form_section .user_data-wrap .inp_comment {
  height: 165px;
  max-width: 100%;
  padding-top: 56px;
  margin-bottom: 58px;
}

.form_section .user_data-wrap .agriment {
  text-align: left;
  position: relative;
  margin-bottom: 83px;
}

.form_section .user_data-wrap .agriment label {
  display: block;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #373737;
  cursor: pointer;
  position: relative;
  z-index: 100;
  margin-left: 48px;
}

.form_section .user_data-wrap .agriment label::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #C4C4C4;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: -48px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
}

.form_section .user_data-wrap .agriment #inp_agriment {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: -1;
  opacity: 0;
}

.form_section .user_data-wrap .agriment #inp_agriment:checked ~ label::before {
  background-image: url("../img/check.svg");
}

.form_section .user_data-wrap .btn_bubmit {
  display: block;
  width: 100%;
  background: #304F44;
  min-height: 136px;
  color: #ffffff;
  font-weight: bold;
  font-size: 38px;
  line-height: 52px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.form_section .user_data-wrap .btn_bubmit:hover {
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.58);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.58);
}

.footer-top {
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  padding: 89px 0 80px;
}

.footer-top::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.65);
}

.footer .container {
  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;
}

.footer__map {
  display: inline-block;
  width: 803px;
  height: 390px;
  background-color: #bbbbbb;
}

.footer__map iframe {
  width: 100% !important;
  height: 100% !important;
}

.footer__heading {
  color: #ffffff;
  font-weight: bold;
  font-size: 85px;
  line-height: 116px;
  margin-bottom: 36px;
}

.footer__address {
  max-width: 100%;
  padding-left: 46px;
  padding-bottom: 98px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__address a {
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
  position: relative;
}

.footer__address a::before {
  width: 33px;
  height: 33px;
  top: 50%;
  margin-top: -10px;
  left: -46px;
  background-image: url(../img/icon-point_white.svg);
}

.footer__phone {
  margin-right: 0;
}

.footer .logo {
  padding: 48px 0;
}

.footer .nav {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .nav-link {
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

.footer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 140px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.footer .col a {
  display: block;
}

.footer .go_to {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 16px;
  color: #000000;
}

.footer .go_to::before {
  content: '';
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/footer__arrow--up.svg");
}

.footer-bottom {
  position: relative;
  bottom: 0;
  padding-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer__mail {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: right;
}

.footer__policy {
  color: #787878;
  text-decoration: underline;
  text-align: right;
}

@media only screen and (max-width: 1599px) {
  .footer__map {
    width: 620px;
    height: 340px;
  }
  .footer__heading {
    font-size: 66px;
    line-height: 120%;
  }
  .footer__address {
    padding-bottom: 70px;
  }
  .footer__address a {
    font-size: 22px;
    line-height: 30px;
  }
  .footer .nav {
    max-width: 350px;
  }
  .footer .nav-link {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer__heading {
    font-size: 62px;
  }
  .footer__address {
    padding-bottom: 0;
    margin-bottom: 70px;
    border-bottom: none;
  }
  .footer__map {
    width: 100%;
  }
  .footer .nav {
    margin-bottom: 20px;
  }
  .footer__phone {
    margin-bottom: 20px;
  }
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .logo {
    padding: 30px 0 20px;
  }
  .footer-top {
    padding: 80px 0 70px;
  }
  .footer-top .container {
    max-width: 650px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer ul {
    padding: 20px 0;
  }
  .footer .go_to {
    position: static;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    -webkit-transform: none;
            transform: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  .footer .col {
    text-align: center;
    min-height: 100%;
  }
  .footer__mail {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer__policy {
    text-align: center;
  }
  .footer-bottom {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 560px) {
  .footer-top {
    padding: 70px 0 60px;
  }
  .footer__heading {
    font-size: 38px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .footer__address {
    padding-left: 38px;
  }
  .footer__address a {
    font-size: 18px;
    line-height: 26px;
  }
  .footer__address a::before {
    width: 25px;
    height: 25px;
    left: -38px;
  }
  .footer .logo {
    padding-bottom: 15px;
  }
  .footer .logo img {
    display: block;
    margin: 0 auto 5px;
  }
  .footer .logo__text {
    display: block;
    text-align: center;
    margin: 0;
  }
  .footer .nav {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .footer .nav a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-content {
  width: 95%;
  max-width: 400px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px 20px 40px 20px;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 5px;
  background: #fff;
  position: relative;
  border: none;
}

.modal-content h3 {
  color: #444444;
  text-align: center;
  padding-bottom: 0;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal-content p {
  max-width: 320px;
  margin: 0 auto 30px;
  color: #9d9d9d;
  font-size: 16px;
  line-height: 1.4;
}

.modal-content .modalClose {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 14px;
  color: #888888;
  border-radius: 50%;
  background: #e1e1e1;
  padding: 2px;
  opacity: 0.5;
}

.modal-content .modalClose img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.modal-content .modalClose:hover {
  opacity: 0.9;
}

.modal-content form {
  position: relative;
}

.modal-content form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.modal-content form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.modal-content form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.modal-content form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 400;
  font-family: 'Avenir Next Cyr', sans-serif;
}

.modal-content form input {
  width: 100%;
  height: 50px;
  border: 1px solid #304F44;
  border-radius: 7px;
  padding: 0 12px;
  margin-bottom: 15px;
  font-size: 17px;
}

.modal-content .submit {
  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;
  font-size: 20px;
  width: 100%;
  max-width: 250px;
  border: none;
  border-radius: 7px;
  padding: 18px 15px;
  background-color: #304F44;
  color: #fff;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin: 5px auto 0;
  text-align: center;
  font-family: inherit;
  font-weight: 400;
}

.modal-content .submit:hover {
  opacity: 0.7;
}

.modal.is-open {
  display: block;
}

@media only screen and (max-width: 1599px) {
  .about_company,
  .about_company2 {
    padding: 40px 0 60px;
  }
  .about_company__img, .about_company img,
  .about_company2__img,
  .about_company2 img {
    max-width: 40%;
  }
  .about_company-title,
  .about_company2-title {
    max-width: 50%;
    margin-right: 30px;
  }
  .about_company-title::before,
  .about_company2-title::before {
    top: 0;
    width: 900px;
    right: -90px;
  }
  .about_company__heading,
  .about_company2__heading {
    margin-bottom: 40px;
  }
  .stones__heading {
    line-height: 120%;
  }
  .stones-wrap {
    margin-bottom: 120px;
  }
  .stones-item:nth-child(even) .stones-item-title::after {
    width: 360px;
    height: 34px;
  }
  .stones-item-title {
    padding: 100px 80px 80px 0;
  }
  .stones-item__heading {
    font-size: 48px;
    margin-bottom: 36px;
    line-height: 130%;
  }
  .stones-item__img {
    width: 430px;
    margin: 0 auto;
  }
  .stories_date {
    padding: 80px 0;
  }
  .stories_date-item {
    max-width: 50%;
    margin-bottom: 80px;
  }
  .stories_date-item::before {
    width: 475px;
    height: 80px;
    right: -800px;
  }
  .stories_date-item__date {
    font-size: 36px;
  }
  .stories_date-item__heading {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .stories_date-item:nth-child(odd)::before {
    left: -800px;
  }
  .stories_whorkshop {
    padding: 140px 0 100px;
  }
  .stories_whorkshop-item::before {
    font-size: 200px;
    top: -60px;
  }
  .stories_whorkshop-item__title {
    padding: 150px 30px 100px 80px;
  }
  .stories_whorkshop-item__title::before {
    width: calc(100% + 250px);
  }
  .stories_whorkshop-item__title p, .stories_whorkshop-item__title ul {
    margin-bottom: 30px;
  }
  .stories_whorkshop-item img {
    max-width: 40%;
  }
  .info_content {
    padding: 60px 0 130px;
  }
  .info_content__heading {
    margin-bottom: 60px;
  }
  .info_content-title {
    padding: 90px 0 110px 90px;
    max-width: 600px;
  }
  .info_content-title::before {
    width: calc(100% + 300px);
  }
  .info_content-img {
    max-width: 38%;
    top: -30px;
  }
  .info_content-img::before {
    height: 60%;
    bottom: -60px;
    left: -40px;
  }
  .works .container {
    padding: 150px 15px 60px;
  }
  .works__heading {
    margin-bottom: 100px;
  }
  .works-item {
    margin-bottom: 70px;
  }
  .works-item::before {
    display: none;
  }
  .works-item__heading {
    font-size: 58px;
    line-height: 120%;
    margin-top: 70px;
  }
  .works-item__img {
    left: -128px;
    max-width: 550px;
  }
  .galery {
    padding: 60px 0 125px;
  }
  .galery .container {
    padding: 100px 15px 0;
  }
  .galery__heading {
    margin-bottom: 90px;
  }
  .galery-item img {
    max-width: 900px;
  }
  .galery2 .container {
    padding: 100px 15px 200px;
  }
  .galery2__heading {
    margin-bottom: 100px;
  }
  .galery2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .galery2-wrap::after {
    height: 1300px;
  }
  .galery2-item {
    width: 37%;
    height: 370px;
    margin-bottom: 20px;
  }
  .galery2-item:nth-child(2), .galery2-item:nth-child(5) {
    width: 21%;
    margin: 0 20px;
  }
  .master {
    padding: 120px 0;
  }
  .master-wrap::before {
    left: -250px;
  }
  .master-video {
    width: 45%;
    margin-top: 50px;
  }
  .master-video__play {
    width: 90px;
    height: 90px;
  }
  .master-title {
    padding: 156px 0 120px;
    max-width: 48%;
  }
  .master-title__heading {
    margin-bottom: 22px;
    font-size: 42px;
  }
  .contact_content {
    padding: 80px 0 0;
  }
  .contact_content__heading {
    margin-bottom: 120px;
  }
  .contact_content-item {
    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;
  }
  .contact_content__text {
    padding: 68px 80px 70px 100px;
  }
  .contact_content img {
    max-width: 40%;
  }
  .form_section {
    padding: 145px 0;
  }
  .form_section .btn-order {
    max-width: 750px;
    font-size: 30px;
    padding: 42px 0;
    margin-bottom: 180px;
  }
  .form_section .typeOf_label {
    width: 270px;
    height: 90px;
    font-size: 19px;
    margin: 0 20px 50px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .about_company,
  .about_company2 {
    padding: 60px 0 100px;
  }
  .about_company__heading,
  .about_company2__heading {
    margin-bottom: 25px;
    text-align: center;
  }
  .about_company__text,
  .about_company2__text {
    text-align: center;
  }
  .about_company .container,
  .about_company2 .container {
    max-width: 700px;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_company-title,
  .about_company2-title {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0;
    padding: 40px 0 100px;
  }
  .about_company-title::before,
  .about_company2-title::before {
    top: -100px;
    right: auto;
    height: calc(100% + 100px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about_company__img, .about_company img,
  .about_company2__img,
  .about_company2 img {
    max-width: 90%;
  }
  .about_company2 {
    padding: 0 0 60px;
  }
  .about_company2__img {
    margin: 0 auto;
  }
  .stones {
    padding: 60px 0 0;
  }
  .stones__heading {
    font-size: 60px;
    margin-bottom: 80px;
  }
  .stones-wrap {
    margin-bottom: 100px;
  }
  .stones-item {
    display: block;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0 80px;
  }
  .stones-item-title {
    padding: 100px 40px 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
  .stones-item__img {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .stones-item:nth-child(even) {
    background-color: #144A61;
  }
  .stones-item:nth-child(even) .stones-item-title {
    max-width: 100%;
  }
  .stones-item:nth-child(even) .stones-item-title::before {
    display: none;
  }
  .stories_date {
    padding: 60px 0;
  }
  .stories_date__heading {
    margin-bottom: 80px;
  }
  .stories_date-item {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .stories_date-item::before {
    display: none;
  }
  .stories_date-item__date {
    font-size: 34px;
    display: block;
    margin-bottom: 0;
  }
  .stories_date-item__heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .stories_date-item:nth-child(odd) {
    margin: 0 auto 60px;
  }
  .stories_whorkshop {
    padding: 80px 0 60px;
  }
  .stories_whorkshop-item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 650px;
    margin: 0 auto 60px;
  }
  .stories_whorkshop-item::before {
    display: none;
  }
  .stories_whorkshop-item::after {
    display: none;
  }
  .stories_whorkshop-item__title {
    padding: 50px 30px 50px 30px;
  }
  .stories_whorkshop-item__title::before {
    height: calc(100% + 150px);
    top: -150px;
    width: calc(100% + 250px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .stories_whorkshop-item__title::after {
    display: none;
  }
  .stories_whorkshop-item__title p, .stories_whorkshop-item__title ul {
    margin-bottom: 20px;
  }
  .stories_whorkshop-item img {
    max-width: 100%;
  }
  .stories_whorkshop-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .stories_whorkshop-item:nth-child(even) .stories_whorkshop-item__title {
    padding: 50px 30px 50px 30px;
  }
  .stories_whorkshop-item:nth-child(even) .stories_whorkshop-item__title::before {
    width: calc(100% + 250px);
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .info_content {
    padding: 60px 0 80px;
  }
  .info_content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info_content__heading {
    margin-bottom: 40px;
    text-align: left;
  }
  .info_content__text {
    font-size: 16px;
  }
  .info_content-title {
    padding: 80px 0 80px 0;
    max-width: 600px;
  }
  .info_content-title::before {
    width: calc(100% + 140px);
    height: calc(100% + 140px);
    top: -140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .info_content-img {
    max-width: 100%;
    top: auto;
    text-align: right;
  }
  .info_content-img::before {
    height: 60%;
    width: 94%;
    bottom: -40px;
    left: 0px;
  }
  .info_content-img img {
    max-width: 94%;
  }
  .works .container {
    padding: 70px 15px 60px;
  }
  .works .container::before {
    display: none;
  }
  .works__heading {
    margin-bottom: 60px;
  }
  .works-item {
    display: block;
    width: 100%;
    max-width: 550px;
    margin: 0 auto 30px;
    background: rgba(248, 248, 248, 0.6);
    padding: 30px 20px 20px;
  }
  .works-item__heading {
    position: static;
    margin: 0;
    width: 100%;
    background: none;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .works-item__img {
    left: 0;
    max-width: 100%;
  }
  .works-item:nth-child(even) .works-item__heading {
    position: static;
  }
  .galery {
    padding: 0px 0 100px;
  }
  .galery .slick-arrow {
    background: rgba(187, 187, 187, 0.5) !important;
  }
  .galery__heading {
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .galery .container {
    padding: 80px 0 0;
  }
  .galery .container::before {
    width: 50%;
    left: -10%;
  }
  .galery-item img {
    max-width: 650px;
  }
  .galery2 .container {
    padding: 100px 15px 100px;
    position: relative;
    z-index: 1;
  }
  .galery2 .container::before, .galery2 .container::after {
    width: calc(90% + 200px);
  }
  .galery2__heading {
    margin-bottom: 60px;
  }
  .galery2-wrap {
    max-width: 700px;
    margin: 0 auto;
  }
  .galery2-wrap::after {
    display: none;
  }
  .galery2-item {
    width: 62%;
    height: 365px;
    margin-bottom: 20px;
  }
  .galery2-item:nth-child(2), .galery2-item:nth-child(5) {
    width: 35%;
    margin: 0 10px 20px;
  }
  .galery2-item:nth-child(6) {
    width: 100%;
    height: auto;
  }
  .galery2-item:nth-child(6) img {
    width: 100%;
  }
  .galery2-item:nth-child(3) {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .galery2-item:nth-child(3) img {
    width: 100%;
  }
  .master .container {
    max-width: 800px;
  }
  .master-wrap {
    display: block;
  }
  .master-wrap::before {
    width: 200px;
    height: 40px;
    left: -150px;
  }
  .master-video {
    width: 95%;
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .master-title {
    position: relative;
    max-width: 100%;
    padding: 0 50px 60px;
  }
  .master-title::before {
    top: -50%;
    width: 100%;
    height: 150%;
    left: 0;
    right: auto;
  }
  .contact_content {
    padding: 60px 0 20px;
  }
  .contact_content__heading {
    margin-bottom: 50px;
  }
  .contact_content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
    margin: 0 auto;
  }
  .contact_content__text {
    padding: 70px;
  }
  .contact_content img {
    max-width: 100%;
    right: auto;
    z-index: 100;
  }
  .form_section {
    padding: 80px 0;
  }
  .form_section__heading {
    margin-bottom: 60px;
  }
  .form_section .btn-order {
    max-width: 700px;
    font-size: 28px;
    margin-bottom: 160px;
  }
  .form_section__subheading_1 {
    margin-bottom: 50px;
  }
  .form_section__subheading_2 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 50px;
  }
  .form_section .typeOf-wrap {
    margin-bottom: 40px;
  }
  .form_section .user_data-wrap .inp_comment {
    padding-top: 35px;
  }
  .form_section .user_data-wrap .btn_bubmit {
    min-height: 110px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 700px) {
  .stories_date {
    padding: 60px 0;
  }
  .stories_date__heading {
    margin-bottom: 80px;
  }
  .stories_date-item {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .stories_date-item::before {
    display: none;
  }
  .stories_date-item__date {
    font-size: 28px;
    display: block;
    line-height: 150%;
    margin-bottom: 0;
  }
  .stories_date-item__heading {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .stories_date-item:nth-child(odd) {
    margin: 0 auto 40px;
  }
  .stories_whorkshop {
    padding: 80px 0 60px;
  }
  .stories_whorkshop-item {
    margin: 0 auto 60px;
  }
  .stories_whorkshop-item__title {
    padding: 30px 10px;
  }
  .stories_whorkshop-item__title::before {
    height: calc(100% + 100px);
    top: -100px;
  }
  .stories_whorkshop-item__title p, .stories_whorkshop-item__title ul {
    font-size: 16px;
  }
  .stories_whorkshop-item:nth-child(even) .stories_whorkshop-item__title {
    padding: 30px 10px;
  }
  .galery {
    padding: 0px 0 80px;
  }
  .galery .container {
    padding: 40px 0 0;
  }
  .galery .container::before {
    width: 70%;
  }
  .galery-item img {
    max-width: 330px;
  }
  .galery2 .container {
    padding: 60px 15px;
  }
  .galery2__heading {
    margin-bottom: 60px;
  }
  .galery2-wrap {
    max-width: 700px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .galery2-item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .galery2-item img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .galery2-item:nth-child(2), .galery2-item:nth-child(5) {
    width: 47.9%;
    margin: 0 0 15px;
  }
  .galery2-item:nth-child(3) {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .galery2-item:nth-child(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .galery2-item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .galery2-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .master {
    padding: 60px 0;
  }
  .master-wrap::before {
    display: none;
  }
  .master-video {
    margin-bottom: 30px;
  }
  .master-video__play {
    top: 45%;
    width: 50px;
    height: 50px;
  }
  .master-title {
    padding: 0 20px 50px;
  }
  .master-title::before {
    top: -100px;
    height: calc(100% + 100px);
  }
  .master-title__heading {
    font-size: 36px;
  }
  .master-title__text {
    font-size: 16px;
    line-height: 160%;
  }
  .stones .container {
    padding: 0 10px;
  }
  .stones__heading {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .stones-wrap {
    margin-bottom: 80px;
  }
  .stones-item {
    padding-bottom: 40px;
  }
  .stones-item-title {
    margin-bottom: 40px;
    padding: 90px 20px 0;
  }
  .stones-item__heading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .stones-item__text {
    font-size: 16px;
    line-height: 190%;
  }
  .stones-item:nth-child(even) .stones-item-title::after {
    top: 30px;
    width: 260px;
    height: 24px;
  }
  .stones-item__img {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 560px) {
  .about_company,
  .about_company2 {
    padding: 30px 0 60px;
  }
  .about_company-title,
  .about_company2-title {
    padding: 30px 0 60px;
  }
  .about_company__img, .about_company img,
  .about_company2__img,
  .about_company2 img {
    max-width: 100%;
  }
  .about_company__heading,
  .about_company2__heading {
    margin-bottom: 15px;
    text-align: left;
  }
  .about_company__text,
  .about_company2__text {
    font-size: 16px;
    line-height: 170%;
    text-align: left;
  }
  .works .container {
    padding: 40px 15px;
  }
  .works .container::before {
    display: none;
  }
  .works-item {
    padding: 20px 20px 20px;
  }
  .works-item__heading {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .contact_content {
    padding: 40px 0;
  }
  .contact_content__text {
    padding: 30px 15px 40px;
    font-size: 16px;
  }
  .form_section {
    padding: 60px 0;
  }
  .form_section__heading {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 50px;
  }
  .form_section .btn-order {
    max-width: 100%;
    font-size: 24px;
    padding: 38px 0;
    margin-bottom: 80px;
  }
  .form_section__subheading_1 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .form_section__subheading_2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .form_section .typeOf-wrap {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .form_section .typeOf_label {
    width: 100%;
    max-width: 280px;
    margin: 0 0 25px;
  }
  .form_section .user_data-wrap .inp {
    height: 58px;
    margin-bottom: 15px;
    padding: 0 25px;
    font-size: 18px;
  }
  .form_section .user_data-wrap .inp_comment {
    padding: 25px 25px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .form_section .user_data-wrap .agriment {
    text-align: left;
    position: relative;
    margin-bottom: 40px;
  }
  .form_section .user_data-wrap .agriment label {
    font-size: 18px;
    line-height: 26px;
    margin-left: 40px;
  }
  .form_section .user_data-wrap .agriment label::before {
    left: -40px;
  }
  .form_section .user_data-wrap .btn_bubmit {
    min-height: 70px;
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */

.accordion-none {
  display: none;
}
.popup-text {
  color: #144a61;
  font-size: 2em;
  text-align: center;
  padding-top: 7%;
}