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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

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

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/Ubuntu/Ubuntu-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
}

.wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1120px) {
  .wrapper {
    overflow: hidden;
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 576px) {
  .wrapper {
    padding: 0 15px;
  }
}

.wrapper.overflow {
  overflow: hidden;
}

input,
button,
textarea,
select {
  font-family: Montserrat;
  outline: 0;
  outline-offset: 0;
  border: 0;
  background: none;
  padding: 0;
}

input:active, input:focus,
button:active,
button:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  border: 0;
  outline: 0;
  outline-offset: 0;
}

input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: black;
}

input:-moz-placeholder,
button:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: black;
}

input::-moz-placeholder,
button::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: black;
}

input:-ms-input-placeholder,
button:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: black;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: black;
}

b {
  font-weight: 600;
}

p {
  line-height: 140%;
}

img {
  pointer-events: none;
}

.blue-button, .white-button {
  height: 42px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  color: white;
  background-color: #256591;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blue-button:hover, .white-button:hover {
  background-color: #3E5570;
}

@media screen and (max-width: 576px) {
  .blue-button, .white-button {
    font-size: 15px;
  }
}

.blue-button-next {
  height: 42px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  color: white;
  background-color: #256591;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blue-button-next:hover {
  background-color: #3E5570;
}

.blue-button-prew {
  height: 42px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 25px;
  color: white;
  background-color: #256591;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  cursor: pointer;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.blue-button-prew:hover {
  background-color: #3E5570;
}

@media screen and (max-width: 576px) {
  .blue-button-prew {
    font-size: 15px;
  }
}

.white-button {
  color: #3E5570;
  background-color: #fff;
  height: 51px;
}

.white-button:hover {
  background-color: #256591;
  color: #fff;
}

.white-input, .blue-input {
  height: 51px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  padding: 0 31.1px;
  color: white;
}

.white-input::-webkit-input-placeholder, .blue-input::-webkit-input-placeholder {
  color: #EBEFF4;
}

.white-input:-moz-placeholder, .blue-input:-moz-placeholder {
  color: #EBEFF4;
}

.white-input::-moz-placeholder, .blue-input::-moz-placeholder {
  color: #EBEFF4;
}

.white-input:-ms-input-placeholder, .blue-input:-ms-input-placeholder {
  color: #EBEFF4;
}

.white-input:focus, .blue-input:focus {
  border: 1px solid #FFFFFF;
}

.blue-input {
  border: 1px solid #DADADA;
  color: #3E5570;
}

.blue-input::-webkit-input-placeholder {
  color: #3E5570;
}

.blue-input:-moz-placeholder {
  color: #3E5570;
}

.blue-input::-moz-placeholder {
  color: #3E5570;
}

.blue-input:-ms-input-placeholder {
  color: #3E5570;
}

.blue-input:focus {
  border: 1px solid #3E5570;
}

.blue-link {
  color: #3E5570;
  font-weight: 600;
}

.blue-link:hover {
  color: #1B4A6A;
}

[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 7.5px 0;
  width: 254px;
}

[type='range']::-moz-focus-outer {
  border: 0;
}

[type='range']:focus {
  outline: 0;
}

[type='range']:focus::-webkit-slider-runnable-track {
  background: #b3bac6;
}

[type='range']:focus::-ms-fill-lower {
  background: #B3BAC6;
}

[type='range']:focus::-ms-fill-upper {
  background: #b3bac6;
}

[type='range']::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 254px;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #B3BAC6;
  border: 0px solid #cfd8dc;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}

[type='range']::-webkit-slider-thumb {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #B3BAC6;
  border: 0px solid #eceff1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  margin-top: -7px;
}

[type='range']::-moz-range-track {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 1px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 254px;
  background: #B3BAC6;
  border: 0px solid #cfd8dc;
  border-radius: 0px;
  height: 0.5px;
}

[type='range']::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #B3BAC6;
  border: 0px solid #eceff1;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 15px;
  width: 15px;
}

[type='range']::-ms-track {
  cursor: default;
  height: 1px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  width: 254px;
  background: transparent;
  border-color: transparent;
  border-width: 7.5px 0;
  color: transparent;
}

[type='range']::-ms-fill-lower {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #b3bac6;
  border: 0px solid #cfd8dc;
  border-radius: 0px;
}

[type='range']::-ms-fill-upper {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: #B3BAC6;
  border: 0px solid #cfd8dc;
  border-radius: 0px;
}

[type='range']::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #B3BAC6;
  border: 0px solid #eceff1;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin-top: 0.25px;
}

[type='range']:disabled::-webkit-slider-thumb, [type='range']:disabled::-moz-range-thumb, [type='range']:disabled::-ms-thumb, [type='range']:disabled::-webkit-slider-runnable-track, [type='range']:disabled::-ms-fill-lower, [type='range']:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.button-up {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 4px 40px rgba(62, 85, 112, 0.2);
          box-shadow: 0px 4px 40px rgba(62, 85, 112, 0.2);
  background-color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 3;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.button-up:hover {
  background: #1B4A6A;
}

.button-up:hover img {
  -webkit-filter: opacity(1) invert(1);
          filter: opacity(1) invert(1);
}

.button-up img {
  width: 12px;
}

.input-radio {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}

.input-radio input[type='radio'] {
  display: none;
}

.input-radio span {
  line-height: 140%;
}

.input-radio span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #6E7C93;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.input-radio span:after {
  content: '';
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
  background: #256591;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.input-radio input[type='radio']:checked + span:before {
  border: 2px solid #256591;
}

.input-radio input[type='radio']:checked + span:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.input-file {
  cursor: pointer;
  width: 100%;
  height: 40px;
  background-color: #fff;
  color: #256591;
  border: 2px solid #256591;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.input-file:hover {
  background-color: #256591;
  color: white;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

.input-file input[type='file'] {
  display: none;
}

.blocker {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
}

.modal a.close-modal {
  background-image: url("../img/icons/close.svg");
  width: 34px;
  height: 34px;
  right: -49px;
  top: -17px;
}

@media screen and (max-width: 576px) {
  .modal a.close-modal {
    right: 0;
    top: -40px;
  }
}

#callback-modal,
#designer-modal,
#notification {
  width: 572px;
  background-color: #3E5570;
  padding: 60px 101px 81px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 100%;
}

@media screen and (max-width: 576px) {
  #callback-modal,
  #designer-modal,
  #notification {
    width: 90vw;
    padding: 20px 10px;
  }
}

#callback-modal h3,
#designer-modal h3,
#notification h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

#callback-modal input,
#callback-modal button,
#designer-modal input,
#designer-modal button,
#notification input,
#notification button {
  width: 100%;
}

#callback-modal input + input,
#designer-modal input + input,
#notification input + input {
  margin-top: 20px;
}

#callback-modal #button-callback,
#designer-modal #button-callback,
#notification #button-callback {
  margin-top: 30px;
}

#callback-modal p,
#designer-modal p,
#notification p {
  margin-top: 30px;
  line-height: 160%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

#callback-modal .g-recaptcha,
#designer-modal .g-recaptcha,
#notification .g-recaptcha {
  margin-top: 20px;
}

#callback-modal .g-recaptcha > div,
#designer-modal .g-recaptcha > div,
#notification .g-recaptcha > div {
  margin: 0 auto;
}

#notification {
  padding: 30px;
  max-width: 480px;
}

#notification p {
  margin-top: 0;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
}

.area-modal {
  padding: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  max-width: 50vw;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.area-modal img {
  max-width: 100%;
}

.gray-bg {
  background-color: #F2F4F8;
}

.select {
  display: inline-block;
  vertical-align: top;
  max-width: 236px;
  width: 100%;
  position: relative;
  z-index: 0;
}

.select.on {
  z-index: 3;
}

.select-wrap {
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
}

.select-wrap select {
  margin: 20px;
}

.select__gap {
  border: 1px solid #E5E5E5;
  height: 51px;
  padding-left: 23px;
  padding-right: 23px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #fff;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CAD5E2;
  text-align: left;
  line-height: 120%;
  -webkit-border-radius: 100px;
          border-radius: 100px;
}

.select__list {
  position: absolute;
  top: 60px;
  max-height: -webkit-calc(48px * 7);
  max-height: calc(48px * 7);
  height: auto;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #F2F5F8;
  margin: 0px 0;
  width: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px;
}

.select__list li {
  display: block;
  height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px;
  font-size: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  color: #333;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 120%;
}

.select__list li + li {
  border-top: solid 1px #F2F5F8;
}

.select__list.on {
  display: block;
}

.select__gap:after {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("../img/icons/arrow.svg");
  -webkit-filter: invert(66%) sepia(5%) saturate(230%) hue-rotate(193deg) brightness(93%) contrast(87%);
          filter: invert(66%) sepia(5%) saturate(230%) hue-rotate(193deg) brightness(93%) contrast(87%);
  background-repeat: no-repeat;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
}

.on.select__gap:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 40px;
}

.top-header .logo img {
  width: 270px;
}

.top-header .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.top-header .links a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #3E5570;
}

.top-header .links a:hover {
  color: #256591;
}

.top-header .links a + a {
  margin-left: 40px;
}

.top-header .contact {
  text-align: center;
}

.top-header .contact p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .top-header .contact p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-header .contact .phone, .top-header .contact .mail {
  font-weight: 600;
  font-size: 16px;
  color: #3E5570;
}

.top-header .contact .phone:hover, .top-header .contact .mail:hover {
  color: #256591;
}

.top-header .contact .whatsapp {
  margin-left: 10px;
  height: 20px;
  width: 20px;
}

.top-header .contact .work {
  color: #B3BAC6;
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.top-header .news-link {
  text-transform: uppercase;
  color: #3E5570;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 3px;
  font-family: Ubuntu;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  margin-top: 5px;
  display: none;
}

@media screen and (max-width: 576px) {
  .top-header .news-link {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1120px) {
  .top-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 70px 55px 40px;
  }
  .top-header .logo {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 810px) {
  .top-header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 70px 15px 40px;
  }
  .top-header .logo {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .top-header .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-header .links a + a {
    margin-left: 10px;
  }
  .top-header .contact {
    text-align: center;
  }
  .top-header .contact .phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #3E5570;
  }
  .top-header .contact .phone:hover {
    color: #256591;
  }
  .top-header .contact .phone img {
    margin-left: 10px;
  }
  .top-header .contact .work {
    color: #B3BAC6;
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
}

@media screen and (max-width: 576px) {
  .top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
  .top-header .logo {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .top-header .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-header .links a {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .top-header .links a br {
    display: none;
  }
  .top-header .links a + a {
    margin-top: 20px;
    margin-left: 0;
  }
  .top-header .contact {
    text-align: center;
    margin-top: 20px;
  }
  .top-header .contact .phone {
    font-size: 20px;
  }
  .top-header .contact .work {
    font-size: 14px;
  }
  .top-header a {
    margin-top: 20px;
  }
}

.main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 35px 0;
}

.main-header .left {
  max-width: 602px;
}

.main-header .left h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 109.5%;
}

.main-header .left h2 {
  margin-top: 24px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #838383;
}

.main-header .left > p {
  margin-top: 63px;
  color: #256591;
}

.main-header .left #go-test {
  margin-top: 20px;
  padding: 0 30px;
}

.main-header .slider {
  height: 494px;
  max-width: 538px;
}

.main-header .slider img.slick-slide {
  display: block;
  max-height: 494px;
  height: 494px;
}

.main-header .slider .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

.main-header .slider .slider-nav .prev,
.main-header .slider .slider-nav .next {
  width: 55px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(62, 85, 112, 0.3);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.main-header .slider .slider-nav .prev img,
.main-header .slider .slider-nav .next img {
  width: 16px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.main-header .slider .slider-nav .prev + *:before,
.main-header .slider .slider-nav .next + *:before {
  position: absolute;
  content: '';
  left: 0;
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.main-header .slider .slider-nav .prev img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main-header .slider .slider-nav .next img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-header .features {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background-color: #3E5570;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1030px;
  padding: 30px 0;
  margin-top: -54px;
  z-index: 2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.main-header .features .feature {
  padding: 0 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
  position: relative;
}

.main-header .features .feature p {
  margin-top: 11px;
  line-height: 140%;
}

.main-header .features .feature + .feature:before {
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  background-color: #54677E;
  left: 0;
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 1120px) {
  .main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 15px;
  }
  .main-header .left {
    max-width: 50%;
  }
  .main-header .left h1 {
    font-size: 34px;
  }
  .main-header .slider {
    max-width: 50%;
    height: auto;
  }
  .main-header .features {
    margin-top: -60px;
    max-width: -webkit-calc(100% - 110px);
    max-width: calc(100% - 110px);
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  .main-header .left {
    max-width: 100%;
    text-align: center;
  }
  .main-header .left h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 109.5%;
  }
  .main-header .left h2 {
    margin-top: 24px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #838383;
  }
  .main-header .left > p {
    margin-top: 20px;
    color: #256591;
  }
  .main-header .left #go-test {
    margin-top: 20px;
    padding: 0 30px;
  }
  .main-header .slider {
    margin-top: 20px;
    height: auto;
    max-width: 50%;
    position: relative;
  }
  .main-header .slider img.slick-slide {
    display: block;
    max-height: 494px;
    height: auto;
  }
  .main-header .slider .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main-header .features {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    max-width: 50%;
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main-header .features .feature {
    padding: 10px 0 0 5px;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .main-header .features .feature:nth-child(3) {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .main-header .features .feature + .feature {
    margin-top: 20px;
  }
  .main-header .features .feature + .feature:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #54677E;
    top: 0;
    left: 0;
    position: absolute;
  }
}

@media screen and (max-width: 576px) {
  .main-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
    padding: 0;
  }
  .main-header .left {
    max-width: 602px;
    text-align: center;
    position: relative;
  }
  .main-header .left #h1-slider {
    width: 90vw;
  }
  .main-header .left h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 109.5%;
  }
  .main-header .left h2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #838383;
  }
  .main-header .left > p {
    margin-top: 5px;
    color: #256591;
  }
  .main-header .left #go-test {
    margin-top: 20px;
    padding: 0 30px;
    position: absolute;
    z-index: 1;
    bottom: -385px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: -webkit-calc(50% + 55px);
    left: calc(50% + 55px);
  }
  .main-header .slider {
    margin-top: 20px;
    height: 375px;
    max-width: -webkit-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    position: relative;
  }
  .main-header .slider img.slick-slide {
    display: block;
    max-width: -webkit-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
    -o-object-fit: cover;
       object-fit: cover;
    height: 375px;
  }
  .main-header .slider .slider-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .main-header .features {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    background-color: #3E5570;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1030px;
    padding: 30px 0;
    margin-top: 0px;
    z-index: 2;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .main-header .features .feature {
    padding: 0 11px;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    position: relative;
  }
  .main-header .features .feature:nth-child(-n+2) {
    margin-bottom: 20px;
  }
  .main-header .features .feature:nth-child(3) {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .main-header .features .feature p {
    margin-top: 11px;
    line-height: 140%;
  }
  .main-header .features .feature + .feature:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background-color: #54677E;
    left: 0;
    position: absolute;
  }
}

main {
  margin-top: 70px;
}

@media screen and (max-width: 576px) {
  main {
    margin-top: 30px;
  }
}

main h3 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  line-height: 160%;
}

main h3 + p {
  margin-top: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

main h3#link-services {
  margin-top: 60px;
}

@media screen and (max-width: 576px) {
  main h3#link-services {
    margin-top: 0;
  }
}

section.projects, article.category-news .news-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 40px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  max-height: 550px;
  height: 540px;
  padding-bottom: 45px;
}

section.projects .image, article.category-news .news-slider .image {
  -webkit-flex-basis: 650px;
      -ms-flex-preferred-size: 650px;
          flex-basis: 650px;
  max-width: 650px;
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}

section.projects .image .image-slider, article.category-news .news-slider .image .image-slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -100;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

section.projects .image .image-slider .slick-list, article.category-news .news-slider .image .image-slider .slick-list,
section.projects .image .image-slider .slick-track,
article.category-news .news-slider .image .image-slider .slick-track {
  height: 100%;
  -webkit-border-radius: 15px 0 0 15px;
          border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 576px) {
  section.projects .image .image-slider .slick-list, article.category-news .news-slider .image .image-slider .slick-list,
  section.projects .image .image-slider .slick-track,
  article.category-news .news-slider .image .image-slider .slick-track {
    -webkit-border-radius: 15px 15px 0 0;
            border-radius: 15px 15px 0 0;
  }
}

section.projects .image .image-slider.active, article.category-news .news-slider .image .image-slider.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

@media screen and (max-width: 1120px) {
  section.projects .image, article.category-news .news-slider .image {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    max-width: 60%;
  }
}

@media screen and (max-width: 768px) {
  section.projects .image, article.category-news .news-slider .image {
    max-width: 50%;
  }
}

section.projects .image img.slick-slide, article.category-news .news-slider .image img.slick-slide {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.projects .image .slick-arrow, article.category-news .news-slider .image .slick-arrow {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(62, 85, 112, 0.2);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 2;
  font-size: 0;
}

section.projects .image .slick-arrow:after, article.category-news .news-slider .image .slick-arrow:after {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/icons/arrow.svg");
  display: block;
  content: '';
  width: 16px;
  height: 8.65px;
  background-repeat: no-repeat;
  -webkit-filter: invert(99%) sepia(9%) saturate(848%) hue-rotate(176deg) brightness(96%) contrast(98%);
          filter: invert(99%) sepia(9%) saturate(848%) hue-rotate(176deg) brightness(96%) contrast(98%);
}

section.projects .image .slick-arrow ~ .slick-arrow:before, article.category-news .news-slider .image .slick-arrow ~ .slick-arrow:before {
  position: absolute;
  content: '';
  top: 0;
  height: 1px;
  width: 30px;
  background: rgba(255, 255, 255, 0.5);
}

section.projects .image .slick-arrow:hover, article.category-news .news-slider .image .slick-arrow:hover {
  background: rgba(62, 85, 112, 0.3);
}

section.projects .image .slick-prev, article.category-news .news-slider .image .slick-prev {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 55px;
  bottom: 0;
}

section.projects .image .slick-next, article.category-news .news-slider .image .slick-next {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0;
  bottom: 0;
}

section.projects .info, article.category-news .news-slider .info {
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 506px;
  background-color: #3E5570;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 0 15px 15px 0;
          border-radius: 0 15px 15px 0;
  position: relative;
}

@media screen and (max-width: 576px) {
  section.projects .info, article.category-news .news-slider .info {
    -webkit-border-radius: 0 0 15px 15px;
            border-radius: 0 0 15px 15px;
  }
}

section.projects .info .projects-grid, article.category-news .news-slider .info .projects-grid {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

section.projects .info .projects-grid .project, article.category-news .news-slider .info .projects-grid .project {
  color: #fff;
  display: none;
}

section.projects .info .projects-grid .project h6, article.category-news .news-slider .info .projects-grid .project h6 {
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

section.projects .info .projects-grid .project span, article.category-news .news-slider .info .projects-grid .project span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
}

section.projects .info .projects-grid .project p, article.category-news .news-slider .info .projects-grid .project p {
  margin-top: 20px;
  line-height: 140%;
}

section.projects .info .projects-grid .project a, article.category-news .news-slider .info .projects-grid .project a {
  display: block;
  margin-top: 30px;
  color: #99AEC6;
}

section.projects .info .projects-grid .project a:hover, article.category-news .news-slider .info .projects-grid .project a:hover {
  color: #dae2eb;
}

section.projects .info .projects-grid .project img, article.category-news .news-slider .info .projects-grid .project img {
  display: none !important;
}

section.projects .info .projects-grid .project.active + .active, article.category-news .news-slider .info .projects-grid .project.active + .active {
  margin-top: 40px;
  padding-top: 40px;
  border-top: solid 1px white;
}

section.projects .info #more-projects, article.category-news .news-slider .info #more-projects {
  margin-top: 80px;
  background: #455F7D;
  padding: 0 80px;
  height: 51px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media screen and (max-width: 576px) {
  section.projects .info #more-projects, article.category-news .news-slider .info #more-projects {
    position: static;
  }
}

section.projects .info #more-projects:hover, article.category-news .news-slider .info #more-projects:hover {
  background-color: #256591;
}

section.features {
  margin: 50px 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 768px) {
  section.features {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

section.features .feature {
  width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  section.features .feature {
    width: 300px;
    margin-bottom: 50px;
  }
}

section.features .feature .icon {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 40px rgba(62, 85, 112, 0.1);
          box-shadow: 0px 4px 40px rgba(62, 85, 112, 0.1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.features .feature span {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 600;
  color: #003E55;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 160%;
  min-height: 38px;
}

section.features .feature p {
  padding-top: 20px;
  margin-bottom: auto;
  line-height: 160%;
}

section.features .feature:hover .icon {
  -webkit-box-shadow: 0px 4px 60px rgba(62, 85, 112, 0.5);
          box-shadow: 0px 4px 60px rgba(62, 85, 112, 0.5);
}

section.choose-glass {
  margin-bottom: 70px;
}

section.choose-glass .tabs-control {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 692px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

section.choose-glass .tabs-control span {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
  line-height: 160%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

section.choose-glass .tabs-control span + span {
  margin-left: 30px;
}

section.choose-glass .tabs-control span:before {
  z-index: -1;
  content: '';
  display: block;
  width: 0;
  height: 15px;
  left: -4px;
  top: 11.54px;
  background-color: #DEE6ED;
  position: absolute;
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
}

section.choose-glass .tabs-control span:hover:before {
  width: 50%;
}

section.choose-glass .tabs-control span.active:before {
  width: 50%;
}

section.choose-glass .tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

section.choose-glass .tabs div.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.choose-glass .tabs div.left form.cost,
section.choose-glass .tabs div.left div.cost {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 471px;
  color: #fff;
  background-color: #3E5570;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  section.choose-glass .tabs div.left form.cost,
  section.choose-glass .tabs div.left div.cost {
    width: 370px;
  }
}

@media screen and (max-width: 576px) {
  section.choose-glass .tabs div.left form.cost,
  section.choose-glass .tabs div.left div.cost {
    width: auto;
  }
}

section.choose-glass .tabs div.left form.cost p,
section.choose-glass .tabs div.left div.cost p {
  line-height: 160%;
}

section.choose-glass .tabs div.left form.cost p:last-child,
section.choose-glass .tabs div.left div.cost p:last-child {
  line-height: 140%;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  font-size: 12px;
}

section.choose-glass .tabs div.left form.cost .input-range,
section.choose-glass .tabs div.left div.cost .input-range {
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.choose-glass .tabs div.left form.cost .input-range > span,
section.choose-glass .tabs div.left div.cost .input-range > span {
  margin-left: 18px;
  line-height: 160%;
}

section.choose-glass .tabs div.left form.cost #cost-value,
section.choose-glass .tabs div.left div.cost #cost-value {
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
}

section.choose-glass .tabs div.left form.cost #cost-value span,
section.choose-glass .tabs div.left div.cost #cost-value span {
  display: none;
}

section.choose-glass .tabs div.left form.cost #cost-value span.active,
section.choose-glass .tabs div.left div.cost #cost-value span.active {
  display: block;
}

section.choose-glass .tabs div.left form.cost .white-input, section.choose-glass .tabs div.left form.cost .blue-input,
section.choose-glass .tabs div.left form.cost .white-button,
section.choose-glass .tabs div.left div.cost .white-input,
section.choose-glass .tabs div.left div.cost .blue-input,
section.choose-glass .tabs div.left div.cost .white-button {
  width: 311px;
}

section.choose-glass .tabs div.left form.cost .white-input, section.choose-glass .tabs div.left form.cost .blue-input,
section.choose-glass .tabs div.left div.cost .white-input,
section.choose-glass .tabs div.left div.cost .blue-input {
  margin-top: 20px;
}

section.choose-glass .tabs div.left form.cost .white-button,
section.choose-glass .tabs div.left div.cost .white-button {
  margin-top: 10px;
}

section.choose-glass .tabs div.left div.info-tabs {
  padding: 40px 0 20px;
  max-width: 411px;
  margin-left: auto;
  margin-right: auto;
}

section.choose-glass .tabs div.left div.info-tabs .info-tab {
  display: none;
}

section.choose-glass .tabs div.left div.info-tabs .info-tab h6 {
  color: #003E55;
  font-weight: 600;
  text-transform: uppercase;
}

section.choose-glass .tabs div.left div.info-tabs .info-tab p {
  margin-top: 20px;
}

section.choose-glass .tabs div.left div.info-tabs .info-tab a {
  display: block;
  margin-top: 20px;
}

section.choose-glass .tabs div.left div.info-tabs .info-tab input {
  display: none;
}

section.choose-glass .tabs div.left div.info-tabs .info-tab.active {
  display: block;
}

section.choose-glass .tabs div.image {
  width: 669px;
}

section.choose-glass .tabs div.image img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.choose-glass .tabs div.image img.active {
  display: block;
}

section.choose-furniture {
  margin-top: 40px;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.choose-furniture {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

section.choose-furniture > * {
  margin: 0 15px;
  margin-top: 50px;
}

section.choose-furniture > *:nth-child(-n + 3) {
  margin-top: 0;
}

@media screen and (min-width: 780px) and (max-width: 1140px) {
  section.choose-furniture > *:nth-child(n) {
    margin-top: 50px;
  }
  section.choose-furniture > *:nth-child(-n + 1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 420px) and (max-width: 780px) {
  section.choose-furniture > *:nth-child(n) {
    margin-top: 50px;
  }
  section.choose-furniture > *:nth-child(-n + 0) {
    margin-top: 0;
  }
}

@media screen and (min-width: 60px) and (max-width: 420px) {
  section.choose-furniture > *:nth-child(n) {
    margin-top: 50px;
  }
  section.choose-furniture > *:nth-child(-n + -1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  section.choose-furniture {
    margin-left: -9px;
    margin-right: -9px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.choose-furniture > * {
    margin: 0 9px;
    margin-top: 50px;
  }
  section.choose-furniture > *:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 378px) and (max-width: 738px) {
  section.choose-furniture > *:nth-child(n) {
    margin-top: 50px;
  }
  section.choose-furniture > *:nth-child(-n + 0) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 18px) and (max-width: 378px) {
  section.choose-furniture > *:nth-child(n) {
    margin-top: 50px;
  }
  section.choose-furniture > *:nth-child(-n + -1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  section.choose-furniture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.choose-furniture .furniture {
  width: 360px;
}

section.choose-furniture .furniture .image {
  width: 100%;
  height: 220px;
}

section.choose-furniture .furniture .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

section.choose-furniture .furniture .image ~ * {
  padding: 0 20px;
}

section.choose-furniture .furniture h6 {
  font-weight: 600;
  color: #003E55;
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.choose-furniture .furniture .period,
section.choose-furniture .furniture .material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.choose-furniture .furniture .period span:nth-child(2),
section.choose-furniture .furniture .material span:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

section.choose-furniture .furniture .period span:nth-child(2):after,
section.choose-furniture .furniture .material span:nth-child(2):after {
  position: absolute;
  content: '';
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  background: #E4E4E4;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
}

section.choose-furniture .furniture .period span:nth-child(3),
section.choose-furniture .furniture .material span:nth-child(3) {
  color: #838383;
}

section.choose-furniture .furniture .material {
  margin: 15px 0 20px;
}

section.our-services {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.our-services {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

section.our-services > * {
  margin: 0 15px;
  margin-top: 6px;
}

section.our-services > *:nth-child(-n + 3) {
  margin-top: 0;
}

@media screen and (min-width: 780px) and (max-width: 1140px) {
  section.our-services > *:nth-child(n) {
    margin-top: 6px;
  }
  section.our-services > *:nth-child(-n + 1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 420px) and (max-width: 780px) {
  section.our-services > *:nth-child(n) {
    margin-top: 6px;
  }
  section.our-services > *:nth-child(-n + 0) {
    margin-top: 0;
  }
}

@media screen and (min-width: 60px) and (max-width: 420px) {
  section.our-services > *:nth-child(n) {
    margin-top: 6px;
  }
  section.our-services > *:nth-child(-n + -1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1120px) {
  section.our-services {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  section.our-services {
    margin-left: -9px;
    margin-right: -9px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.our-services > * {
    margin: 0 9px;
    margin-top: 50px;
  }
  section.our-services > *:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 378px) and (max-width: 738px) {
  section.our-services > *:nth-child(n) {
    margin-top: 50px;
  }
  section.our-services > *:nth-child(-n + 0) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 18px) and (max-width: 378px) {
  section.our-services > *:nth-child(n) {
    margin-top: 50px;
  }
  section.our-services > *:nth-child(-n + -1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  section.our-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.our-services .service {
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.our-services .service img {
  display: block;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

section.our-services .service .info {
  width: 262px;
  z-index: 1;
  position: relative;
  background: #fff;
  margin-top: -75px;
  padding: 10px;
}

section.our-services .service .info h6 {
  font-weight: 600;
  color: #003E55;
  margin-top: 0;
  line-height: 22px;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 48px;
}

section.our-services .service .info p {
  margin-top: auto;
}

.designers-bg {
  background: #F2F4F8;
  padding: 65px 0;
  margin-top: 70px;
}

section.designer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

section.designer .info {
  padding: 40px;
  background-color: #fff;
}

section.designer .info h6 {
  font-weight: 600;
  color: #003E55;
  margin-top: 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: uppercase;
}

section.designer .info p {
  padding-top: 60px;
  line-height: 160%;
}

section.designer .info #invite-designer {
  margin-top: 70px;
}

section.designer .image {
  -webkit-flex-basis: 570px;
      -ms-flex-preferred-size: 570px;
          flex-basis: 570px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 459px;
}

@media screen and (max-width: 1120px) {
  section.designer .image {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  section.designer .image {
    -webkit-flex-basis: 380px;
        -ms-flex-preferred-size: 380px;
            flex-basis: 380px;
    height: auto;
  }
}

section.designer .image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.white-bg {
  background-color: #fff;
  padding-top: 70px;
}

section.areas {
  margin-top: 60px;
  margin-bottom: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.areas {
  margin-left: -24px;
  margin-right: -24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

section.areas > * {
  margin: 0 24px;
  margin-top: 45px;
}

section.areas > *:nth-child(-n + 6) {
  margin-top: 0;
}

@media screen and (min-width: 990px) and (max-width: 1140px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 840px) and (max-width: 990px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 4) {
    margin-top: 0;
  }
}

@media screen and (min-width: 690px) and (max-width: 840px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 540px) and (max-width: 690px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (min-width: 390px) and (max-width: 540px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 1) {
    margin-top: 0;
  }
}

@media screen and (min-width: 240px) and (max-width: 390px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 0) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  section.areas {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  section.areas {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.areas {
    margin-left: -22.5px;
    margin-right: -22.5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.areas > * {
    margin: 0 22.5px;
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) and (min-width: 195px) and (max-width: 345px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + 0) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) and (min-width: 45px) and (max-width: 195px) {
  section.areas > *:nth-child(n) {
    margin-top: 45px;
  }
  section.areas > *:nth-child(-n + -1) {
    margin-top: 0;
  }
}

section.areas .slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.areas .area {
  width: 150px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  section.areas .area {
    padding: 0 10px;
  }
}

section.areas .area .image {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3E5570;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

section.areas .area p {
  margin-top: 20px;
}

section.areas .area:hover .image {
  background-color: #256591;
}

section.feedback {
  margin-top: 80px;
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

section.feedback .phone {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

section.feedback #open-callback {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 600;
  color: #256591;
  cursor: pointer;
}

section.feedback #open-callback:hover {
  text-decoration: underline;
}

section.feedback .inputs {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.feedback .inputs input {
  width: 236px;
}

section.feedback textarea {
  margin-top: 30px;
  background: #F2F4F8;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 100%;
  padding: 20px;
  height: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}

section.feedback textarea::-webkit-input-placeholder {
  color: #ADAAAA;
}

section.feedback textarea:-moz-placeholder {
  color: #ADAAAA;
}

section.feedback textarea::-moz-placeholder {
  color: #ADAAAA;
}

section.feedback textarea:-ms-input-placeholder {
  color: #ADAAAA;
}

section.feedback .input-file {
  margin-top: 30px;
  max-width: 236px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.feedback .input-file span {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 1px 0;
}

section.feedback .g-recaptcha {
  margin-top: 20px;
}

section.feedback .g-recaptcha > div {
  margin: 0 auto;
}

section.feedback #send-message {
  margin-top: 30px;
  height: 51px;
  padding: 0 28px;
}

main#test {
  margin-top: 0;
}

main#test h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
}

main#test h3 {
  font-size: 15px;
  position: relative;
}

main#test h3 span {
  position: absolute;
  font-size: 60px;
  -webkit-transform: translateX(-85%);
      -ms-transform: translateX(-85%);
          transform: translateX(-85%);
  color: rgba(37, 101, 145, 0.11);
}

section.glass-type {
  margin-top: 105px;
}

section.glass-type .glass-grid {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.glass-type .glass-grid .glass {
  width: 360px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  section.glass-type .glass-grid .glass {
    width: 320px;
  }
}

section.glass-type .glass-grid .glass + .glass {
  margin-left: 30px;
}

section.glass-type .glass-grid .glass img {
  width: 360px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 576px) {
  section.glass-type .glass-grid .glass img {
    width: 320px;
  }
}

section.glass-type .glass-grid .glass .input-radio {
  margin-top: 19px;
}

section.glass-type .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.glass-type .buttons .blue-button-prew, section.glass-type .buttons .blue-button-next {
  margin: 0 15px;
}

@media screen and (max-width: 768px) {
  section.glass-type {
    margin-top: 105px;
  }
  section.glass-type .glass-grid .glass + .glass {
    margin-left: 0px;
  }
}

section.glazing-area {
  text-align: center;
  padding: 40px 0;
}

section.glazing-area .input-range {
  margin-top: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.glazing-area .input-range input[type='number'] {
  color: #256591;
  font-weight: 600;
  border: 2px solid #256591;
  padding: 10px;
  width: 50px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  text-align: center;
  moz-appearance: textfield;
}

section.glazing-area .input-range input[type='number']::-webkit-outer-spin-button, section.glazing-area .input-range input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.glazing-area .input-range > span {
  color: #256591;
  font-weight: 600;
  margin-left: 30px;
}

@media screen and (max-width: 576px) {
  section.glazing-area .input-range > span {
    margin-top: 15px;
  }
}

@media screen and (max-width: 576px) {
  section.glazing-area .input-range {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.furniture-country,
section.furniture-color {
  margin-top: 106px;
}

section.furniture-country .furnitures-grid,
section.furniture-color .furnitures-grid {
  margin-top: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  section.furniture-country .furnitures-grid,
  section.furniture-color .furnitures-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

section.furniture-country .furnitures-grid .furniture,
section.furniture-color .furnitures-grid .furniture {
  width: 360px;
  margin-bottom: 60px;
}

@media screen and (max-width: 576px) {
  section.furniture-country .furnitures-grid .furniture,
  section.furniture-color .furnitures-grid .furniture {
    width: 330px;
  }
}

section.furniture-country .furnitures-grid .furniture + .glass,
section.furniture-color .furnitures-grid .furniture + .glass {
  margin-left: 30px;
}

section.furniture-country .furnitures-grid .furniture img,
section.furniture-color .furnitures-grid .furniture img {
  width: 360px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 219px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 576px) {
  section.furniture-country .furnitures-grid .furniture img,
  section.furniture-color .furnitures-grid .furniture img {
    width: 330px;
  }
}

section.furniture-country .furnitures-grid .furniture .input-radio,
section.furniture-color .furnitures-grid .furniture .input-radio {
  display: block;
  margin-top: 19px;
}

section.furniture-color {
  margin-top: 121px;
}

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

@media screen and (max-width: 576px) {
  .object-purpose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.object-purpose section.object,
.object-purpose section.purpose {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  text-align: center;
  padding: 71px 40px;
}

.object-purpose section.object .select,
.object-purpose section.purpose .select {
  margin-top: 37px;
}

.object-purpose .purpose {
  position: relative;
}

.object-purpose .purpose:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 134px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #DADADA;
}

@media screen and (max-width: 576px) {
  .object-purpose .purpose:before {
    width: 100%;
    height: 1px;
    top: 0;
  }
}

section.thank {
  text-align: center;
  padding: 70px 0 63px;
}

section.thank h6 {
  text-transform: uppercase;
  font-weight: 600;
}

section.thank p {
  margin-top: 20px;
}

section.calculate {
  background-color: #3E5570;
  padding: 63px 0 65px;
  color: white;
  text-align: center;
  -webkit-border-radius: 30px;
          border-radius: 30px;
}

section.calculate .form {
  display: block;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 576px) {
  section.calculate .form {
    padding: 0 15px;
  }
}

section.calculate .form .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.calculate .form .inputs input {
  width: 100%;
}

section.calculate .form .inputs input + input {
  margin-top: 20px;
}

section.calculate .form .white-button {
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
}

section.calculate .form .g-recaptcha {
  margin-top: 20px;
}

section.calculate .form .g-recaptcha > div {
  margin: 0 auto;
}

section.consultation {
  text-align: center;
  margin-top: 40px;
}

section.consultation span {
  font-weight: 600;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  color: #256591;
}

section.consultation form {
  display: block;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 576px) {
  section.consultation form {
    padding: 0 15px;
  }
}

section.consultation form .inputs {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 576px) {
  section.consultation form .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.consultation form .inputs input {
  width: 270px;
}

@media screen and (max-width: 576px) {
  section.consultation form .inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.consultation form .inputs input {
    width: 100%;
  }
  section.consultation form .inputs input + input {
    margin-top: 10px;
  }
}

section.consultation form .blue-button, section.consultation form .white-button {
  height: 51px;
  width: 100%;
  margin-top: 30px;
}

/* СТИЛИЗАЦИЯ ТЕСТОВ /*

/* BLOCK NEWS */
#link_news {
  margin-top: 40px;
}

section.our_news {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

section.our_news {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section.our_news .anons_news {
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.our_news > * {
  margin: 0 15px;
}

section.our_news .anons_news img {
  display: block;
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

section.our_news .anons_news .title_anons_news {
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 10px;
}

section.our_news .anons_news .title_anons_news h6 {
  font-weight: 600;
  color: #003E55;
  margin-top: 0;
  line-height: 22px;
  font-size: 15px;
  margin-bottom: 10px;
  min-height: 48px;
}

/* END BLOCK NEWS */
h1.entry-title {
  font-size: 28px;
  padding: 20px 0;
}

h2.entry-title {
  font-size: 24px;
  padding: 20px 0;
}

.entry-content h2 {
  font-size: 24px;
  padding: 20px 0;
}

.entry-content p {
  font-size: 16px;
  padding: 10px 0;
}

.entry-content ul {
  list-style: disc;
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.entry-content li {
  padding: 3px 0;
}

/**** 16.1 Galleries for Shortcode gallery ***/
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 1.5em;
  /*padding: 0 1em 0 0;*/
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: center;
  padding: 0 10px 0 0;
  margin-bottom: 0;
  /*max-width: 245px;*/
}

/* Gallery Columns */
.gallery-item {
  max-width: 25%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

@media screen and (min-width: 48em) {
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}

@media (max-width: 479px) {
  .gallery-columns-3 .gallery-item {
    max-width: 100%;
    width: 100%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 100%;
    width: 100%;
  }
}

/* END Gallery Columns */
/**** END 16.1 Galleries for Shortcode gallery ***/
main.site-main div.wrapper {
  max-width: 100%;
}

main.site-main article.page {
  background-color: #fff;
  padding: 30px 0;
}

main.site-main article.page h1,
main.site-main article.page h2,
main.site-main article.page h3,
main.site-main article.page h4,
main.site-main article.page h5,
main.site-main article.page h6 {
  text-transform: uppercase;
  text-align: center;
}

main.site-main article.page h1 {
  color: #256591;
}

main.site-main article.page section {
  background-color: #e1e6ef;
  max-width: 1170px;
  margin: 30px auto 0;
  font-size: 16px;
  padding: 30px 60px;
}

@media screen and (max-width: 576px) {
  main.site-main article.page section {
    padding: 20px 15px;
  }
}

main.site-main article.page section p {
  padding: 0;
}

main.site-main article.page section .gallery {
  margin-top: 20px;
}

@media screen and (min-width: 576px) {
  main.site-main article.page section .gallery-item:nth-child(1) .gallery-icon {
    text-align: left;
  }
  main.site-main article.page section .gallery-item:nth-child(2) .gallery-icon {
    text-align: center;
  }
  main.site-main article.page section .gallery-item:nth-child(3) .gallery-icon {
    text-align: right;
  }
}

/* КОНЕЦ СТИЛИЗАЦИИ ТЕСТОВ */
/* Новости */
article.category-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

article.category-news .post-thumbnail {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

article.category-news .post-thumbnail img.size-post-thumbnail {
  max-width: 500px;
}

article.category-news .entry-header {
  display: none;
}

article.category-news .entry-header h1 {
  padding: 0;
}

article.category-news .news-slider {
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

article.category-news .news-slider .image {
  width: 70%;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

article.category-news .news-slider .image img.slick-slide {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

article.category-news .news-slider .image .slick-list {
  -webkit-border-radius: 15px 0 0 15px;
          border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 576px) {
  article.category-news .news-slider .image {
    width: 100%;
  }
  article.category-news .news-slider .image .slick-list {
    -webkit-border-radius: 15px 15px 0 0;
            border-radius: 15px 15px 0 0;
  }
}

article.category-news .news-slider .info {
  width: 30%;
  min-height: auto;
  display: block;
  color: #fff;
  padding: 15px;
}

@media screen and (max-width: 576px) {
  article.category-news .news-slider .info {
    display: block !important;
  }
}

article.category-news .news-slider .info h1 {
  font-size: 20px;
  line-height: 22px;
}

article.category-news .news-slider .info p {
  margin-top: 10px;
}

.top-footer {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  .top-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-footer .logo img {
  width: 250px;
}

.top-footer .links {
  margin-left: 78px;
}

.top-footer .links a {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: block;
  text-transform: uppercase;
  color: #3E5570;
}

.top-footer .links a:hover {
  color: #256591;
}

.top-footer .links a + a {
  margin-top: 20px;
}

.top-footer .contacts {
  margin-left: 90px;
}

@media screen and (max-width: 1120px) {
  .top-footer .contacts {
    margin-left: 40px;
  }
}

.top-footer .contacts a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: #3E5570;
}

.top-footer .contacts a:hover {
  color: #256591;
}

.top-footer .contacts a img {
  margin-right: 30px;
}

.top-footer .contacts .phone span {
  color: #B3BAC6;
  display: block;
  font-size: 12px;
  padding-left: 48px;
  margin-top: 4px;
}

.top-footer .contacts .email {
  margin-top: 14px;
}

.top-footer #footer-callback {
  margin-left: auto;
}

.bottom-footer {
  margin-top: 40px;
  padding: 30px 0 47px;
  border-top: solid 1px #EBEFF4;
  text-align: center;
}

.bottom-footer #made-puzzle {
  float: right;
}

.bottom-footer #made-puzzle a {
  font-weight: 600;
  color: #3E5570;
}

@media screen and (min-width: 576px) and (max-width: 810px) {
  .top-footer {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-footer .logo {
    margin-bottom: 30px;
  }
  .top-footer .links {
    margin-left: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-footer .links a + a {
    margin-left: 40px;
    margin-top: 0;
  }
  .top-footer .contacts {
    margin-left: 0;
  }
  .top-footer .contacts a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #3E5570;
  }
  .top-footer .contacts a:hover {
    color: #256591;
  }
  .top-footer .contacts a img {
    margin-right: 30px;
  }
  .top-footer .contacts .phone span {
    color: #B3BAC6;
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 4px;
  }
  .top-footer .contacts .email {
    margin-top: 14px;
  }
  .top-footer #footer-callback {
    margin-left: 40px;
  }
  .bottom-footer {
    margin-top: 40px;
    padding: 30px 0 47px;
    border-top: solid 1px #EBEFF4;
    text-align: center;
  }
  .bottom-footer #made-puzzle {
    float: right;
  }
}

@media screen and (max-width: 576px) {
  .top-footer {
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-footer .logo {
    margin-bottom: 30px;
    text-align: center;
  }
  .top-footer .links {
    margin-left: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-footer .links a {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
  .top-footer .links a + a {
    margin-left: 0px;
    margin-top: 20px;
  }
  .top-footer .contacts {
    margin-left: 0;
  }
  .top-footer .contacts a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #3E5570;
  }
  .top-footer .contacts a:hover {
    color: #256591;
  }
  .top-footer .contacts a img {
    margin-right: 30px;
  }
  .top-footer .contacts .phone span {
    color: #B3BAC6;
    display: block;
    text-align: right;
    font-size: 12px;
    margin-top: 4px;
  }
  .top-footer .contacts .email {
    margin-top: 14px;
  }
  .top-footer #footer-callback {
    margin-top: 30px;
    margin-left: 0px;
  }
  .bottom-footer {
    margin-top: 40px;
    padding: 30px 0 47px;
    border-top: solid 1px #EBEFF4;
    text-align: center;
  }
  .bottom-footer #made-puzzle {
    float: none;
    display: block;
    margin-top: 15px;
  }
}

@media screen and (max-width: 576px) {
  section {
    margin-top: 20px !important;
    margin-bottom: 50px !important;
  }
  #test section {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  section.projects, article.category-news .news-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  section.projects .image, article.category-news .news-slider .image {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 250px;
    max-width: 100%;
  }
  section.projects .image img.slick-slide, article.category-news .news-slider .image img.slick-slide {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.projects .info, article.category-news .news-slider .info {
    padding: 30px 20px;
    background-color: #3E5570;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.projects .info .projects-grid, article.category-news .news-slider .info .projects-grid {
    max-width: -webkit-calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  section.projects .info .projects-grid .project, article.category-news .news-slider .info .projects-grid .project {
    color: #fff;
  }
  section.projects .info .projects-grid .project h6, article.category-news .news-slider .info .projects-grid .project h6 {
    font-weight: 600;
    text-transform: uppercase;
  }
  section.projects .info .projects-grid .project span, article.category-news .news-slider .info .projects-grid .project span {
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
  }
  section.projects .info .projects-grid .project p, article.category-news .news-slider .info .projects-grid .project p {
    margin-top: 20px;
    line-height: 140%;
  }
  section.projects .info .projects-grid .project a, article.category-news .news-slider .info .projects-grid .project a {
    display: block;
    margin-top: 30px;
    color: #99AEC6;
  }
  section.projects .info .projects-grid .project a:hover, article.category-news .news-slider .info .projects-grid .project a:hover {
    color: #dae2eb;
  }
  section.projects .info .projects-grid .project + .project, article.category-news .news-slider .info .projects-grid .project + .project {
    margin-top: 0;
  }
  section.projects .info #more-projects, article.category-news .news-slider .info #more-projects {
    margin-top: 40px;
    background: #455F7D;
    padding: 0 25px;
    height: 51px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  section.projects .info #more-projects:hover, article.category-news .news-slider .info #more-projects:hover {
    background-color: #256591;
  }
  section.features {
    margin: 90px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.features .feature {
    width: 330px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.features .feature + .feature {
    margin-top: 30px;
  }
  section.features .feature .icon {
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 40px rgba(62, 85, 112, 0.1);
            box-shadow: 0px 4px 40px rgba(62, 85, 112, 0.1);
    -webkit-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.features .feature span {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #003E55;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 160%;
    min-height: 38px;
  }
  section.features .feature p {
    text-align: center;
    padding-top: 10px;
    margin-bottom: auto;
    line-height: 160%;
  }
  section.choose-glass {
    margin-bottom: 70px;
  }
  section.choose-glass .tabs-control {
    padding: 0 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.choose-glass .tabs-control span {
    text-align: center;
  }
  section.choose-glass .tabs-control span + span {
    margin-left: 0px;
  }
  section.choose-glass .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.choose-glass .tabs div.left form.cost {
    width: auto;
  }
  section.choose-glass .tabs div.image {
    width: 100%;
  }
  section.choose-glass .tabs div.image img {
    display: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.choose-glass .tabs div.image img.active {
    display: block;
  }
  section.designer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  section.designer .info {
    padding: 20px;
    background-color: #fff;
  }
  section.designer .info h6 {
    font-weight: 600;
    color: #003E55;
    margin-top: 20px;
    line-height: 24px;
    font-size: 15px;
    text-transform: uppercase;
  }
  section.designer .info p {
    padding-top: 30px;
    line-height: 160%;
  }
  section.designer .info #invite-designer {
    margin-top: 20px;
    position: absolute;
    bottom: 125px;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  section.designer .image {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    height: 300px;
  }
  section.feedback {
    margin-top: 80px;
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  section.feedback .phone {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  section.feedback #open-callback {
    display: block;
    margin-top: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: #256591;
    cursor: pointer;
  }
  section.feedback #open-callback:hover {
    text-decoration: underline;
  }
  section.feedback .inputs {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.feedback .inputs input {
    width: 100%;
  }
  section.feedback .inputs input + input {
    margin-top: 10px;
  }
  section.feedback textarea {
    margin-top: 30px;
    background: #F2F4F8;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    width: 100%;
    padding: 20px;
    height: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  section.feedback textarea::-webkit-input-placeholder {
    color: #ADAAAA;
  }
  section.feedback textarea:-moz-placeholder {
    color: #ADAAAA;
  }
  section.feedback textarea::-moz-placeholder {
    color: #ADAAAA;
  }
  section.feedback textarea:-ms-input-placeholder {
    color: #ADAAAA;
  }
  section.feedback #send-message {
    margin-top: 30px;
    height: 51px;
    padding: 0 28px;
  }
}
