@charset "UTF-8";

/* Настройки шаблона */

@font-face {
  font-family: "Forum";
  font-display: swap;
  src: url("../fonts/Forum-Regular.woff2") format("woff2"), url("../fonts/Forum-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gordita";
  font-display: swap;
  src: url("../fonts/Gordita-Light.woff2") format("woff2"), url("../fonts/Gordita-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gordita";
  font-display: swap;
  src: url("../fonts/Gordita-LightItalic.woff2") format("woff2"), url("../fonts/Gordita-LightItalic.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Gordita";
  font-display: swap;
  src: url("../fonts/Gordita-Regular.woff2") format("woff2"), url("../fonts/Gordita-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "lg";
  font-display: swap;
  src: url("../fonts/lg.woff2") format("woff2"), url("../fonts/lg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: 'Roboto';
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*======================================== Элементы ========================================*/

html {
  width: calc(100% + calc(100vw - 100%));
  overflow-x: hidden;
}

html.lock {
  overflow: hidden;
}

.loader {
  height: 10px;
  background: #FDF1E7;
  position: fixed;
  z-index: 50000;
}

.loader .counter h1 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FDF1E7;
  font-size: 120px;
  font-family: Forum;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  font-family: 'Gordita', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #FDF1E7;
  outline: 1px solid #ddd;
  max-width: 1920px;
  overflow: hidden;
  background: #161616;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

body a {
  font-size: 16px;
  text-decoration: none;
}

body button {
  font-family: Gordita;
  font-size: 22px;
  font-weight: 300;
  color: #FDF1E7;
}

body button.active {
  font-style: italic;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #FDF1E7;
  text-decoration: none;
}

a:hover {
  color: #FDF1E7;
}

input {
  outline: none;
}

/*======================================== Общие классы ========================================*/

.fullbg {
  left: 50%;
  margin-left: -50vw;
  width: calc(100% + calc(100vw - 100%));
}

#top {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.iner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}

#custom_cursor,
#custom_cursor_text {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 124px;
  height: 124px;
  pointer-events: none;
}

#custom_cursor.bg {
  mix-blend-mode: difference;
}

.custom_cursor_inner {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.custom_hover_text {
  z-index: 2;
}

.custom_hover_text span {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 125px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  color: #161616;
}

.custom_hover_circle,
.custom_hover_circle_img,
.custom_hover_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: -90px;
  margin-left: -90px;
  opacity: 0;
  border-radius: 50%;
}

.custom_hover_text .span_dec {
  position: absolute;
  border: 2px solid #161616;
  border-radius: 50%;
  opacity: 0;
}

.custom_hover_circle,
custom_hover_circle_img {
  z-index: 1;
}

.custom_hover_circle_img {
  mix-blend-mode: difference;
}

/*====================================== Переопределения Bootstrap ======================================*/

/*====================================== Переопределения Шаблона ======================================*/

/*====================================== МЕНЮ ======================================*/

header {
  position: fixed;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 30;
  background: #161616;
}

header .header-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  position: relative;
}

header .header-navbar:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FDF1E7;
  height: 1px;
  bottom: 0;
}

header .logo {
  padding-right: 40px;
}

header .logo__link {
  display: block;
  width: 115px;
}

header .logo__link img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .navbar-content {
  width: 100%;
}

header .navbar-content .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .navbar-content .navbar-nav a {
  display: inline-block;
  font-size: 22px;
}

header .navbar-content .navbar-nav a:hover {
  color: #FDF1E7;
}

header .navbar-content .navbar-nav .menu-lang {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar-content .navbar-nav .menu-lang li {
  font-size: 22px;
  color: #FDF1E7;
  padding: 0px 26px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  text-transform: capitalize;
}

header .navbar-content .navbar-nav .menu-lang li:hover {
  font-style: italic;
}

header .navbar-content .navbar-nav .menu-lang li.lang-disable {
  opacity: 0;
}

header .navbar-content .navbar-nav .menu-lang li.view {
  opacity: 1;
}

header .navbar-content .navbar-nav .menu-lang li.lang-disable {
  position: absolute;
  bottom: -103px;
  padding: 24px 26px;
  border-right: 1px solid #FDF1E7;
  border-left: 1px solid #FDF1E7;
  border-bottom: 1px solid #FDF1E7;
  background: #161616;
}

header .navbar-content .navbar-nav .menu-lang li.lang-disable:hover {
  background: #FDF1E7;
  color: #161616;
}

header .navbar-content .navbar-nav .menu-lang li.lang-disable:hover a {
  color: inherit;
}

header .navbar-content .navbar-nav .menu-main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .navbar-content .navbar-nav .menu-main a {
  padding: 9px 16px;
}

header .navbar-content .navbar-nav .menu-main li:nth-child(1) {
  margin-right: 64px;
}

header .navbar-content .navbar-nav .menu-main > li {
  border: 1px solid #161616;
  border-radius: 6px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

header .navbar-content .navbar-nav .menu-main > li:hover {
  border: 1px solid #FDF1E7;
  font-style: italic;
}

header .navbar-content .navbar-nav .menu-main > li.current {
  border: 1px solid #FDF1E7;
  border-radius: 6px;
  font-style: italic;
}

header .navbar-content .navbar-nav .menu-main .item-105 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: auto;
}

header .navbar-content .navbar-nav .menu-contact {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  cursor: pointer;
}

header .navbar-content .navbar-nav .menu-contact li {
  padding-right: 52px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}

header .navbar-content .navbar-nav .menu-contact li:hover:before {
  right: -10px;
}

header .navbar-content .navbar-nav .menu-contact li:before {
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  height: 19px;
  background-image: url("/images/modules/icon/001.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

/*====================================== БУРГЕР ======================================*/

.burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 23px;
  position: relative;
  z-index: 50;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.burger div {
  width: 100%;
  height: 1px;
  background: #FDF1E7;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.burger div:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #FDF1E7;
  top: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.burger div:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #FDF1E7;
  bottom: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.burger.active div {
  width: 0;
}

.burger.active div:before {
  background: #FDF1E7;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 10px;
}

.burger.active div:after {
  background: #FDF1E7;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 12px;
}

.burger_show_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #FDF1E7;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: -1;
}

.burger_show_bg.active {
  opacity: 0.5;
  z-index: 15;
}

.burger_show.active {
  top: 0;
}

.burger_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  height: 100%;
  width: 100%;
  top: -100%;
  right: 0;
  background: #161616;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2000;
  padding-top: 150px;
  padding-bottom: 20px;
  overflow: auto;
}

.burger_show .navbar-nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.burger_show .navbar-nav .menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 48px;
}

.burger_show .navbar-nav .menu-main .item-104 {
  padding: 24px 0;
}

.burger_show .navbar-nav .menu-main .item-104:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 100vw;
  background: #FDF1E7;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.burger_show .navbar-nav .menu-main .item-104:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100vw;
  background: #FDF1E7;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.burger_show .navbar-nav .menu-main li {
  position: relative;
  margin-bottom: 32px;
}

.burger_show .navbar-nav .menu-main li:last-child {
  margin-bottom: 0;
}

.burger_show .navbar-nav .menu-main li a {
  display: block;
  font-family: Forum;
  font-size: 30px;
}

.burger_show .navbar-nav .menu-lang {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 48px;
  text-transform: capitalize;
}

.burger_show .navbar-nav .menu-lang .lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.burger_show .navbar-nav .menu-lang .lang-list a {
  font-family: Forum;
  font-size: 30px;
}

.burger_show .navbar-nav .menu-lang .lang-list li:not(:last-child) {
  margin-right: 92px;
}

.burger_show .navbar-nav .menu-lang .lang-list li.lang-disable a {
  color: #665D55;
}

.burger_show .navbar-nav .menu-contact {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-family: Forum;
  font-size: 30px;
  padding: 18px 0;
  position: relative;
}

.burger_show .navbar-nav .menu-contact:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  height: 1px;
  width: 100vw;
  background: #FDF1E7;
}

.burger_show .navbar-nav .menu-contact:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  height: 1px;
  width: 100vw;
  background: #FDF1E7;
}

/*====================================== ФУТЕР ======================================*/

.mod-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  font-size: 22px;
}

.mod-author .up-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod-author .up-top button {
  font-weight: 300;
  font-size: 22px;
  background: none;
  color: #FDF1E7;
  position: relative;
  margin-right: 16px;
}

.mod-author .up-top:hover .up-top__img {
  -webkit-transform: translate(0px, -10px);
      -ms-transform: translate(0px, -10px);
          transform: translate(0px, -10px);
}

.mod-author .up-top__img {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mod-author .up-top__img svg {
  width: 30px;
  height: 19px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*====================================== ГЛАВНАЯ - TOP ======================================*/

.mod-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid #FDF1E7;
  padding-top: 107px;
}

.mod-slide .container {
  padding: 107px 0 0;
}

.mod-slide .slider_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 30px;
}

.mod-slide .slider_contents .slider-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: calc(0px + (140 - 0) * ((100vw - 992px) / (1920 - 992)));
}

.mod-slide .slider_contents .slider-text__title {
  font-size: 80px;
  line-height: 100%;
  font-family: Forum;
  margin-bottom: 64px;
}

.mod-slide .slider_contents .slider-text .main-text-title {
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: 400;
}

.mod-slide .slider_contents .slider-text .main-text-mid {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 32px;
}

.mod-slide .slider_contents .slider-text .main-text-bot {
  font-size: 22px;
}

.mod-slide .slider_contents .slider-text > div {
  line-height: 115%;
}

.mod-slide .slider_contents .slider-img {
  position: relative;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.mod-slide .slider_contents .slider-img .slider-img-block {
  position: absolute;
  width: 100vw;
  max-width: calc(560px + (790 - 560) * ((100vw - 320px) / (1920 - 992)));
  height: 100%;
}

.mod-slide .slider_contents .slider-img .slider-img-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*====================================== ГЛАВНАЯ - НАШИ РАБОТЫ ======================================*/

.grid-sizer {
  max-width: 1700px;
}

.mod-colection {
  margin-bottom: 64px;
}

.mod-colection .colection-contents__title {
  font-size: 64px;
  font-family: Forum;
  margin-bottom: 24px;
}

.mod-colection .colection-contents__text {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 64px;
}

.mod-colection .colection-contents .colection-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.mod-colection .colection-contents .colection-work .gutter-sizer {
  width: 12%;
}

.mod-colection .colection-contents .colection-work .colection-work-items {
  width: 400px;
  margin-bottom: 64px;
}

.mod-colection .colection-contents .colection-work .colection-work-items__img {
  margin-bottom: 16px;
  width: 100%;
  height: 100%;
}

.mod-colection .colection-contents .colection-work .colection-work-items__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-colection .colection-contents .colection-work .colection-work-items__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.mod-colection .colection-contents .colection-work .colection-work-items__text {
  font-weight: 300;
  font-size: 20px;
}

.mod-colection .colection-contents .colection-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
  position: relative;
  background: none;
}

.mod-colection .colection-contents .colection-link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 46px;
}

.mod-colection .colection-contents .colection-link a:hover:before {
  right: -10px;
}

.mod-colection .colection-contents .colection-link a:before {
  content: "";
  position: absolute;
  right: 0;
  width: 36px;
  height: 19px;
  background-image: url(/images/modules/icon/001.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mod-colection .colection-contents .colection-link a:hover {
  font-style: italic;
}

.mod-colection .colection-contents .colection-link:before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FDF1E7;
  height: 1px;
  top: 0;
}

.mod-colection .colection-contents .colection-link:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FDF1E7;
  height: 1px;
  bottom: 0;
}

.mod-colection .colection-contents .colection-link a {
  font-weight: 300;
  font-size: 22px;
}

/*====================================== ГЛАВНАЯ - НАШИ РАБОТЫ ======================================*/

.mod-contact {
  margin-bottom: 128px;
}

.mod-contact .contact-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod-contact .contact-contents .contact-title {
  font-size: 64px;
  line-height: 85%;
  font-weight: 400;
  font-family: Forum;
}

.mod-contact .contact-contents .contact-social__title {
  font-size: 64px;
  padding-bottom: 32px;
  margin-bottom: 32px;
  font-weight: 400;
  position: relative;
  font-family: Forum;
}

.mod-contact .contact-contents .contact-social__title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #FDF1E7;
}

.mod-contact .contact-contents .contact-social .contact-item__link {
  margin-bottom: 32px;
}

.mod-contact .contact-contents .contact-social .contact-item__link:hover {
  font-style: italic;
}

.mod-contact .contact-contents .contact-social .contact-item__link:last-child {
  margin-bottom: 0;
}

.mod-contact .contact-contents .contact-social .contact-item__link:last-child a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 35px;
}

.mod-contact .contact-contents .contact-social .contact-item__link:last-child a:hover:before {
  top: -4px;
  right: -4px;
}

.mod-contact .contact-contents .contact-social .contact-item__link:last-child a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-image: url("/images/modules/contact/001.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mod-contact .contact-contents .contact-social .contact-item__link a {
  font-size: 20px;
}

/*====================================== ПОРТФОЛИО ======================================*/

.item--width1 {
  height: 320px;
}

.item--width2 {
  height: 520px;
}

.mod-portfolio {
  padding-top: 107px;
  margin: 64px 0;
}

.mod-portfolio .colection-contents__title {
  font-size: 64px;
  font-family: Forum;
  margin-bottom: 24px;
}

.mod-portfolio .colection-contents__text {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 64px;
}

.mod-portfolio .colection-contents .colection-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 0;
  position: relative;
}

.mod-portfolio .colection-contents .colection-tabs:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #FDF1E7;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}

.mod-portfolio .colection-contents .colection-tabs:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  background: #FDF1E7;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.mod-portfolio .colection-contents .colection-tabs .colection-tabs-desc {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #FDF1E7;
  border-right: 1px solid #FDF1E7;
  padding: 0 48px;
  font-weight: 300;
  font-size: 22px;
}

.mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav button {
  margin-right: 94px;
  background: none;
  padding-bottom: 10px;
  border-bottom: none;
  position: relative;
}

.mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav button:hover {
  font-style: italic;
}

.mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background: #FDF1E7;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav button:last-child {
  margin-right: 0;
}

.mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav button.active:before {
  width: 100%;
}

.mod-portfolio .colection-contents .colection-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 64px 20px;
  margin: auto;
}

.mod-portfolio .colection-contents .colection-work .gutter-sizer {
  width: 12%;
}

.mod-portfolio .colection-contents .colection-work .portfolio-link {
  width: 400px;
}

.mod-portfolio .colection-contents .colection-work .portfolio-link:hover {
  color: #FDF1E7;
}

.mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items {
  margin-bottom: 64px;
}

.mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items__img {
  margin-bottom: 16px;
  width: 100%;
}

.mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items__text {
  font-weight: 300;
  font-size: 20px;
}

.mod-portfolio .colection-contents .colection-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 48px 0;
  position: relative;
  background: none;
}

.mod-portfolio .colection-contents .colection-link a:hover {
  color: #161616;
}

.mod-portfolio .colection-contents .colection-link:before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FDF1E7;
  height: 1px;
  top: 0;
}

.mod-portfolio .colection-contents .colection-link:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FDF1E7;
  height: 1px;
  bottom: 0;
}

.mod-portfolio .colection-contents .colection-link a {
  font-weight: 300;
  font-size: 22px;
}

.lg-container .lg-toolbar {
  display: none;
}

.lg-container .lg-backdrop {
  background: #838383;
}

.lg-container .lg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  bottom: 170px !important;
}

.lg-container .lg-content .button-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  z-index: 1080;
  margin-bottom: 50px;
}

.lg-container .lg-content .button-body button {
  position: static;
  margin: 0;
}

.lg-container .lg-content .button-body button:before,
.lg-container .lg-content .button-body button:after {
  display: none;
}

.lg-container .lg-content .button-body .lg-prev,
.lg-container .lg-content .button-body .lg-next {
  background: #FDF1E7;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
}

.lg-container .lg-content .button-body .lg-close {
  background: #FDF1E7;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 16px;
}

.lg-container .lg-content .lg-img-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 57px 20px 0;
}

.lg-container .lg-content .lg-img-wrap img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-container .lg-sub-html {
  padding-bottom: 65px;
  font-family: Gordita;
  color: #FDF1E7;
  font-size: 20px;
}

.lg-container .lg-sub-html .colection-work-items__title {
  font-weight: 400;
  margin-bottom: 8px;
}

/*====================================== ОБО МНЕ ======================================*/

.mod-about {
  margin: 108px 0 64px;
  position: relative;
}

.mod-about:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 0;
  height: 1px;
  background: #FDF1E7;
}

.mod-about .about-contents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mod-about .about-contents .about-education {
  position: relative;
  padding: 64px 0 48px;
}

.mod-about .about-contents .about-education:before {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #FDF1E7;
}

.mod-about .about-contents .about-education__title {
  font-size: 64px;
  font-family: Forum;
  margin-bottom: 48px;
}

.mod-about .about-contents .about-education .about-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
  position: relative;
}

.mod-about .about-contents .about-education .about-advantage:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  top: 0;
  height: 1px;
  background: #FDF1E7;
}

.mod-about .about-contents .about-education .about-advantage:after {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #FDF1E7;
}

.mod-about .about-contents .about-education .about-advantage__img {
  padding: 35px 25px;
  border-right: 1px solid #FDF1E7;
  border-left: 1px solid #FDF1E7;
  margin-right: 48px;
}

.mod-about .about-contents .about-education .about-advantage__img img {
  height: 100%;
  width: 100%;
}

.mod-about .about-contents .about-education .about-advantage__title {
  font-weight: 300;
  font-size: 22px;
}

.mod-about .about-contents .about-education .education-list li {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 48px;
  padding-left: 29px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mod-about .about-contents .about-education .education-list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #FDF1E7;
  border-radius: 50%;
}

.mod-about .about-contents .about-education .education-list li:last-child {
  margin-bottom: 0;
}

.mod-about .about-contents .how-create {
  padding: 64px 0 48px;
}

.mod-about .about-contents .how-create__title {
  font-family: Forum;
  font-size: 64px;
  margin-bottom: 48px;
}

.mod-about .about-contents .how-create__list li {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 48px;
  padding-left: 29px;
  position: relative;
  line-height: 115%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mod-about .about-contents .how-create__list li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #FDF1E7;
  border-radius: 50%;
}

/*====================================== ОБО МНЕ ======================================*/

#feedback {
  z-index: 4000;
  overflow-y: inherit;
}

#feedback .modal-dialog {
  max-width: 667px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 106px;
}

#feedback .modal-dialog .modal-content {
  background: #161616;
  border: 1px solid #FDF1E7;
  padding: 24px 48px;
}

#feedback .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
}

#feedback .modal-dialog .modal-content .modal-header .close-popup {
  height: 28px;
  width: 28px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}

#feedback .modal-dialog .modal-content .modal-header .close-popup div:nth-child(1) {
  height: 100%;
  width: 1px;
  background: #FDF1E7;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#feedback .modal-dialog .modal-content .modal-header .close-popup div:nth-child(2) {
  height: 100%;
  width: 1px;
  background: #FDF1E7;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#feedback .modal-dialog .modal-content .modal-body {
  padding: 0;
  overflow: initial;
}

#feedback .modal-dialog .modal-content .modal-body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#feedback .modal-dialog .modal-content .modal-body form .form-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

#feedback .modal-dialog .modal-content .modal-body form .form-header .form__title {
  font-family: Forum;
  font-size: 64px;
  margin-bottom: 24px;
}

#feedback .modal-dialog .modal-content .modal-body form .form-header .form__text {
  font-size: 22px;
  line-height: 115%;
  margin-bottom: 48px;
}

#feedback .modal-dialog .modal-content .modal-body form input {
  margin-bottom: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 21px 32px;
  background: none;
  border: 1px solid #FDF1E7;
  font-size: 22px;
  font-family: Gordita;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#feedback .modal-dialog .modal-content .modal-body form input:focus {
  background: #FDF1E7;
  font-style: italic;
}

#feedback .modal-dialog .modal-content .modal-body form input:last-child {
  margin-bottom: 0;
}

#feedback .modal-dialog .modal-content .modal-body form textarea {
  min-height: 187px;
  padding: 21px 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 32px;
  background: none;
  border: 1px solid #FDF1E7;
  font-size: 22px;
  font-family: Gordita;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#feedback .modal-dialog .modal-content .modal-body form textarea:focus {
  background: #FDF1E7;
  font-style: italic;
}

#feedback .modal-dialog .modal-content .mod-modal button {
  padding: 15px 30px;
  color: #161616;
  font-weight: 400;
  background: #FDF1E7;
}

#feedback .modal-dialog .modal-content .mod-modal button:hover {
  font-style: italic;
}

@media screen and (min-width: 576px) {
  :root,
  body {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  :root,
  body {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  :root,
  body {
    font-size: 16px;
  }
}

@media screen and (min-width: 1200px) {
  :root,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1700px;
    padding: 0 20px;
  }
}

@media (max-width: 1500px) {
  .mod-colection .colection-contents .colection-work .gutter-sizer {
    width: 5%;
  }

  .mod-portfolio .colection-contents .colection-work .gutter-sizer {
    width: 5%;
  }
}

@media (max-width: 1200px) {
  .mod-portfolio .colection-contents .colection-tabs .colection-tabs-desc {
    padding: 0 25px;
  }
}

@media (max-width: 992px) {
  #top {
    height: 100%;
    margin-bottom: 32px;
  }

  header {
    z-index: 3000;
  }

  header .header-navbar {
    padding-top: calc(10px + (20 - 10) * ((100vw - 320px) / (992 - 320)));
    padding-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (992 - 320)));
  }

  header .logo {
    padding: 0;
  }

  header .logo__link {
    width: calc(64px + (115 - 64) * ((100vw - 320px) / (992 - 320)));
  }

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

  .mod-author {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-author .up-top button {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-slide {
    padding-top: calc(57px + (107 - 57) * ((100vw - 320px) / (992 - 320)));
    padding-bottom: 32px;
  }

  .mod-slide .slider_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }

  .mod-slide .slider_contents .slider-text {
    padding: 0 16px;
  }

  .mod-slide .slider_contents .slider-text__title {
    font-size: calc(42px + (80 - 42) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 48px;
  }

  .mod-slide .slider_contents .slider-text .main-text-title {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-slide .slider_contents .slider-text .main-text-mid {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-slide .slider_contents .slider-text .main-text-bot {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-slide .slider_contents .slider-img .slider-img-block {
    height: 600px;
    margin-bottom: 32px;
  }

  .mod-slide .slider_contents .slider-img .slider-img-block {
    position: static;
    max-width: inherit;
  }

  .mod-colection {
    margin-bottom: calc(32px + (64 - 32) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-colection .colection-contents__title {
    font-size: calc(30px + (64 - 30) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-colection .colection-contents__text {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 24px;
  }

  .mod-colection .colection-contents .colection-work {
    margin-bottom: 90px;
  }

  .mod-colection .colection-contents .colection-work .colection-work-items {
    width: 300px;
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .mod-colection .colection-contents .colection-work .colection-work-items__title {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-colection .colection-contents .colection-work .colection-work-items__text {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-colection .colection-contents .colection-link {
    padding-top: calc(24px + (48 - 24) * ((100vw - 320px) / (992 - 320)));
    padding-bottom: calc(24px + (48 - 24) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-colection .colection-contents .colection-link a {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-contact {
    margin-bottom: 60px;
  }

  .mod-contact .contact-contents .contact-title {
    font-size: calc(30px + (64 - 30) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 48px;
  }

  .mod-contact .contact-contents .contact-social__title {
    font-size: calc(30px + (64 - 30) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-contact .contact-contents .contact-social__title:before {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .mod-contact .contact-contents .contact-social .contact-item__link {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-contact .contact-contents .contact-social .contact-item__link a {
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-portfolio {
    padding-top: calc(56px + (107 - 56) * ((100vw - 320px) / (992 - 320)));
    margin-top: calc(32px + (64 - 32) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 0;
  }

  .mod-portfolio .colection-contents__title {
    font-size: calc(30px + (64 - 30) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-portfolio .colection-contents__text {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 32px;
  }

  .mod-portfolio .colection-contents .colection-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }

  .mod-portfolio .colection-contents .colection-tabs:before {
    display: none;
  }

  .mod-portfolio .colection-contents .colection-tabs .colection-tabs-desc {
    position: relative;
    padding: 24px 0;
    border-left: none;
    border-right: none;
  }

  .mod-portfolio .colection-contents .colection-tabs .colection-tabs-desc:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #FDF1E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }

  .mod-portfolio .colection-contents .colection-tabs .colection-tabs-desc:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #FDF1E7;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }

  .mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 0;
  }

  .mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav button {
    margin: 0;
    margin-bottom: 21px;
  }

  .mod-portfolio .colection-contents .colection-tabs .colection-tabs-nav button:last-child {
    margin-bottom: 0;
  }

  .mod-portfolio .colection-contents .colection-work {
    padding: 32px 0 90px;
  }

  .mod-portfolio .colection-contents .colection-work .portfolio-link {
    width: 300px;
  }

  .mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items__title {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items__text {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (992 - 320)));
  }

  .lg-container .lg-content {
    bottom: calc(100px + (170 - 100) * ((100vw - 320px) / (992 - 320))) !important;
  }

  .lg-container .lg-sub-html {
    padding: 0 16px;
    padding-bottom: calc(35px + (65 - 35) * ((100vw - 320px) / (992 - 320)));
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .lg-container .lg-sub-html .colection-work-items__title {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (992 - 320)));
  }

  .lg-container .lg-sub-html .colection-work-items__text {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-about {
    margin-top: calc(57px + (108 - 57) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 90px;
  }

  .mod-about:before {
    display: none;
  }

  .mod-about .about-contents .about-education {
    padding-top: 32px;
  }

  .mod-about .about-contents .about-education:before {
    display: none;
  }

  .mod-about .about-contents .about-education__title {
    font-size: calc(30px + (64 - 30) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 24px;
  }

  .mod-about .about-contents .about-education .about-advantage {
    margin-bottom: 24px;
  }

  .mod-about .about-contents .about-education .about-advantage:before {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .mod-about .about-contents .about-education .about-advantage:after {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }

  .mod-about .about-contents .about-education .about-advantage__img {
    border-right: none;
    border-left: none;
    margin-right: 0;
    padding: 16px 15px;
    padding-left: 0;
  }

  .mod-about .about-contents .about-education .about-advantage__title {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-about .about-contents .about-education .education-list li {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 24px;
    padding-left: calc(16px + (29 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-about .about-contents .about-education .education-list li:before {
    width: calc(8px + (14 - 8) * ((100vw - 320px) / (992 - 320)));
    height: calc(8px + (14 - 8) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-about .about-contents .how-create {
    padding: 0;
  }

  .mod-about .about-contents .how-create__title {
    font-size: calc(30px + (64 - 30) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 24px;
  }

  .mod-about .about-contents .how-create__list li {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
    margin-bottom: 24px;
    padding-left: calc(16px + (29 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  .mod-about .about-contents .how-create__list li:before {
    width: calc(8px + (14 - 8) * ((100vw - 320px) / (992 - 320)));
    height: calc(8px + (14 - 8) * ((100vw - 320px) / (992 - 320)));
  }

  #feedback .modal-dialog {
    margin-top: calc(60px + (106 - 60) * ((100vw - 320px) / (992 - 320)));
  }

  #feedback .modal-dialog .modal-content {
    overflow: auto;
    padding-bottom: 50px;
  }

  #feedback .modal-dialog .modal-content .modal-body form .form-header .form__title {
    font-size: calc(30px + (64 - 30) * ((100vw - 320px) / (992 - 320)));
  }

  #feedback .modal-dialog .modal-content .modal-body form .form-header .form__text {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  #feedback .modal-dialog .modal-content .modal-body form input {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  #feedback .modal-dialog .modal-content .modal-body form textarea {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }

  #feedback .modal-dialog .modal-content .mod-modal button {
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (992 - 320)));
  }
}

@media (max-width: 768px) {
  .mod-author .up-top {
    padding: 10px 15px;
    border-radius: 50%;
    background: #FDF1E7;
    width: 46px;
    height: 46px;
  }

  .mod-author .up-top button {
    display: none;
  }

  .mod-author .up-top__img svg path {
    fill: #161616;
  }

  #feedback .modal-dialog {
    max-width: 100%;
  }

  #feedback .modal-dialog .modal-content {
    border: none;
    padding: 0 0 50px;
    border-radius: 0;
  }

  #feedback .modal-dialog .modal-content .modal-header {
    padding: 0 16px;
  }

  #feedback .modal-dialog .modal-content .modal-body form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  #feedback .modal-dialog .modal-content .modal-body form .form-header {
    padding: 0 16px;
  }

  #feedback .modal-dialog .modal-content .mod-modal {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (max-width: 576px) {
  .iner {
    padding: 0 16px;
  }

  .mod-slide .slider_contents .slider-img .slider-img-block {
    height: 365px;
  }

  .mod-colection .colection-contents .colection-work .colection-work-items {
    width: 280px;
    border-bottom: 1px solid #FDF1E7;
  }

  .mod-portfolio .colection-contents .colection-work .gutter-sizer {
    width: 0;
  }

  .mod-portfolio .colection-contents .colection-work .portfolio-link {
    width: 280px;
  }

  .mod-portfolio .colection-contents .colection-work .portfolio-link .colection-work-items {
    border-bottom: 1px solid #FDF1E7;
  }

  .lg-container .lg-content .lg-img-wrap {
    padding: 57px 0 0;
  }

  #feedback .modal-dialog {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 370px) {
  .burger_show {
    width: 100%;
  }
}