@font-face {
  font-family: "Tenor Sans";
  src: url("/themes/custom/kutezh3/fonts/TenorSans-Regular.ttf") format("truetype");
}

body {
  font-family: "Tenor Sans";
  padding: 0;
  margin: 0;
  background-color: #E8ECEB;
  overflow-x: hidden;
}

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

p {
  line-height: 26px;
}

.page-header {
  height: 96px;
  border-bottom: solid 1px #D4D4D4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  position: relative;
  z-index: 10;
}

.page-header .logo {
  width: 40%;
}

.page-header .logo img {
  height: 64px;
  margin-left: 80px;
}

.page-header .symbols {
  width: 123px;
}

.page-header .header-right-col {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 40%;
}

.event-request-btn,
.user-login-form input[type="submit"] {
  border-radius: 80px;
  border: solid 1px #000;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  text-transform: lowercase;
  height: 39px;
  box-sizing: border-box;
  text-align: center;
  color: black;
}

.main-menu .event-request-btn {
  margin: 80px 40px;
  display: none;
}

.page-header .burger-btn {
  height: 64px;
  margin-left: 20px;
  margin-right: 80px;
}

.page-node-1 main,
.page-view-proekty-page_1 main {
  display: flex;
}

.page-node-1 main > div,
.page-view-proekty-page_1 main > div {
  width: 50%;
  height: 100%;
}

.page-node-1 .left-col,
.page-view-proekty-page_1 .left-col {
  padding: 80px 10px 0 80px;
  box-sizing: border-box;
}

.page-node-1 .left-col article strong {
  font-size: 24px;
  font-weight: 400;
  color: #ADADAD;
  text-transform: uppercase;
}

.page-node-1 .left-col article img {
  margin-bottom: 27px;
  width: 100%;
}

.page-node-1 .left-col article p {
  color: #6A6A6A;
  max-width: 480px;
}

.page-node-1 .left-col .contact-link {
  margin-top: 24px;
  display: inline-block;
}

.page-view-proekty-page_1 .right-col {
  position: fixed;
  right: 0;
}

.page-view-proekty-page_1 .right-col img {
  width: 100%;
  margin: auto;
  display: block;
}

.main-slider {
  padding-bottom: 30px;
}

.main-slider .views-row > img {
  width: 300px;
  height: 374px;
}

.main-slider .views-row {
  position: relative;
}

.main-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0;
  z-index: 50;
  transition: opacity .5s ease-out;
}

.main-slider .views-row:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.main-slider .views-row .inner {
  position: absolute;
  bottom: 20px;
  left: 23px;
  color: white;
  opacity: 0;
  transition: opacity .5s ease-out;
  z-index: 100;
}

.main-slider .views-row:hover .inner {
  opacity: 1;
}

.main-slider .views-row:hover .overlay {
  opacity: .4;
}

.main-slider .string-1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.main-slider .string-2 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.main-page-image {
  width: 100%;
  height: auto;
}

.burger-btn {
  cursor: pointer;
}

.main-menu {
  position: fixed;
  right: 0;
  width: 320px;
  border: 1px solid #D4D4D4;
  background-color: #E8ECEB;
  z-index: 1100;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  display: none;
}

.menu-overlay {
  background-color: black;
  opacity: .2;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

.main-menu .menu-logo {
  display: block;
  margin: 40px 33px 100px;
}

.main-menu .menu-logo img {
  width: 100%;
}

.main-menu ul {
  list-style: none;
  line-height: 60px;
}

.main-menu ul a {
  font-size: 32px;
  transition: color .5s ease;
  color: black;
}

.main-menu ul a:hover {
  color: gray;
}

.main-menu .social {
  position: absolute;
  bottom: 40px;
  left: 33px;
}

.main-menu .social a {
  display: inline-block;
  margin-right: 14px;
}

.projects .views-row {
  margin-bottom: 55px;
}

.projects .views-row a {
  color: #6A6A6A;
  line-height: 60px;
  font-size: 40px;
  display: block;
}

.projects .views-row a:hover {
  color: black;
}

.projects .views-row a:hover svg path {
  fill: #000000;
}

.page-view-proekty-page_1 .views-exposed-form {
  margin-bottom: 48px;
}

.page-view-proekty-page_1 .views-exposed-form input[type='checkbox'] {
  display: none;
}

.page-view-proekty-page_1 .views-exposed-form .form-checkboxes.bef-checkboxes {
  display: flex;
  overflow-x: hidden;
  height: 69px;
}

.page-view-proekty-page_1 .views-exposed-form .form-checkboxes.bef-checkboxes:hover {
  overflow-x: scroll;
}

.page-view-proekty-page_1 .views-exposed-form .form-checkboxes .js-form-type-checkbox {
  display: inline-block;
}

.page-view-proekty-page_1 .views-exposed-form input[type='checkbox'] + label {
  display: inline-block;
  height: 42px;
  border-radius: 80px;
  border: solid 1px black;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  white-space: nowrap;
}

.page-view-proekty-page_1 .views-exposed-form input[type='checkbox']:checked + label {
  background-color: black;
  color: white;
}

.page-view-proekty-page_1 .views-exposed-form input[type='checkbox']:checked + label:before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url("../img/check.svg");
  margin-right: 10px;
}

.page-view-proekty-page_1 {
  padding-top: 97px;
}

.page-view-proekty-page_1 .page-header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #E8ECEB;
}

.project-full {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 70px 0 70px;
  font-size: 24px;
}

.project-full .w-50 {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}

.project-full .p-title-block {
  display: flex;
  flex-direction: column;
}

.project-full .p-title-block img.mobile-hide {
  margin-top: 32px;
  margin-bottom: 22px;
}

.project-full .p-title-block .mobile-hide img {
  margin-top: 20px;
}

.project-full .p-title-block .date {
  margin-bottom: 64px;
}

.project-full .p-video-block iframe {
  width: 100%;
}

.project-full .p-video-block video.vertical {
  max-width: 565px;
  width: 100%;
}

.project-full .project-header {
  width: max-content;
  max-width: 100%;
}

.project-full .p-2img-text-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: start;
}

.project-full .p-2img-text-block .imgs {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.project-full  .text a {
  color: #0206D0;
}

.project-full .p-2img-text-block,
.project-full .p-1img-left,
.project-full .p-last,
.project-full .p-big-img-block {
  margin: 80px 0;
}

.project-full .p-2img-text-block img {
  width: 49%;
  height: auto;
}

.project-full .desktop-hide {
  display: none;
}

.ellipse {
  position: absolute;
  z-index: -1;
  background-image: url("../img/ellipse.svg");
  background-repeat: no-repeat;
  background-position:center;
  background-size: contain;
}

.project-full .p-2img-center-block {
  width: 100%;
  display: flex;
  gap: 7px;
  padding: 52px 10px;
}

.project-full .p-2img-center-block div {
  width: 50%;
}

.project-full .p-2img-center-block img {
  max-width: 565px;
  width: 100%;
}

.project-full .p-2img-center-block div:first-child {
  text-align: right;
}

.project-full .p-text-center {
  width: 100%;
}

.project-full .p-text-center p {
  max-width: 864px;
  margin: auto;
}

.project-full .p-big-img-block img {
  width: 100%;
}

.project-full .slider {
  max-width: 1162px;
  width: 100%;
  margin: 50px auto;
}

.project-full .slider .slick-next {
  right: -70px;
}

.project-full .slider .slick-prev {
  left: -70px;
  rotate: 180deg;
}

.project-full .slider .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  background: transparent;
  border: none;
  outline: none;
  z-index: 10;
}

.project-full .slider .slick-arrow:before {
  content: "";
  background-image: url("../img/simple-line-icons_arrow-up.png");
  display: block;
  width: 56px;
  height: 56px;
}

.project-full .slider .slick-dots {
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  padding: 0;
}

.project-full .slider .slick-dots button {
  font-size: 0;
  background: white;
  outline: none;
  border: solid 1px white;
  border-radius: 12px;
  height: 12px;
  width: 12px;
  display: block;
  padding: 0;
  margin: 0 4px;
}

.project-full .slider .slick-dots .slick-active button {
  background: transparent;
}

.project-full .p-1img-left img {
  max-width: 715px;
  width: 100%;
}

.project-full .p-last .img1 img {
  width: 100%;
}

.project-full .p-last .text {
  margin: 70px 0;
}

.project-full .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.project-full .btns .back {
  border: solid 1px black;
  border-radius: 30px;
  padding: 10px 10px;
}

.project-full .btns .next-prj {
  background: url("../img/only-arrow-circle.svg");
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 98px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: right;
}

.project-full .text p {
  padding: 0;
  margin: 0 auto;
}

.do-1 {
  order: 1;
}
.do-2 {
  order: 2;
}
.do-3 {
  order: 3;
}
.do-4 {
  order: 4;
}
.do-5 {
  order: 5;
}
.do-6 {
  order: 6;
}
.do-7 {
  order: 7;
}
.do-8 {
  order: 8;
}
.do-9 {
  order: 9;
}
.do-10 {
  order: 10;
}
.do-11 {
  order: 11;
}
.do-12 {
  order: 12;
}
.do-13 {
  order: 13;
}
.do-14 {
  order: 14;
}
.do-15 {
  order: 15;
}
.do-16 {
  order: 16;
}
.do-last {
  order: 100;
}

.user-login-form {
  max-width: 600px;
  margin: auto;
}

.user-login-form label {
  display: block;
}

.user-login-form .form-item {
  margin-bottom: 20px;
}

.page-node-page.page-node-1 article {
  margin: 0;
}

.page-node-page article {
  margin: 30px 80px 0 64px;
}

.page-node-16 article {
  margin-top: 23rem;
}

.page-node-16 article .row {
  display: flex;
  font-size: 18px;
}

.page-node-16 article .row .col-md-4 {
  width: 33%;
}

.page-node-16 article .row .col-md-8 {
  width: 67%;
}

.page-node-16 article .row .line {
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.page-node-16 article .row .line:last-child {
  border-bottom: none;
}

.page-node-16 article .row .line div:first-child,
.page-node-16 article .row .line div:last-child {
  webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-node-16 article .row .line div:nth-child(2) {
  webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.page-node-16 article .row .line div:last-child {
  text-align: right;
  font-family: "Wolfgang Amadeus Mozart";
  font-size: 1.875rem;
}

.path-webform .or {
  font-size: 2.5rem;
  margin-bottom: 15px;
  color: #6DDDF3;
}

.path-webform .btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.path-webform .btns a {
  color: white;
  border: solid 1px white;
  border-radius: 20px;
  padding: 10px 15px;
}

.path-webform h1 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #6DDDF3;
  text-transform: lowercase;
}

.path-webform .form-actions input {
  background-color: #25292c;
  color: #6dddf3;
  text-transform: lowercase;
  position: relative;
  padding-right: 1.375rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
}

.page-node-10 h1 {
  text-align: center;
  font-size: 80px;
  margin: 40px 0;
  font-weight: normal;
}

.page-node-10 .main-img img {
  height: 650px;
  margin: auto;
  display: block;
}

.page-node-10 .c-logo {
  margin-top: 60px;
  margin-bottom: 60px;
}

.page-node-10 .c-logo img {
  display: block;
  height: 90px;
  margin: auto;
  max-width: 100%;
}

.page-node-10 .text {
  font-size: 24px;
}

.page-node-10 .text p {
  line-height: 37px;
}

.page-node-10 .slogan {
  text-align: center;
  margin-bottom: 120px;
  font-size: 24px;
}

.page-node-10 .img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-node-10 .img-left img {
  margin-right: 54px;
}

.page-node-10 .img-right img {
  margin-left: 54px;
}

.page-node-10 .img-right:not(:first-child) img {
  margin-top: -120px;
}

.page-node-10 .k {
  position: relative;
  margin-top: 55px;
}

.page-node-10 .k .ellipse {
  width: 480px;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  max-width: 100%;
}

.page-node-10 .k .ellipse img {
  width: 120px;
}

.page-node-10 .k .arrow {
  display: block;
  margin: auto;
  margin-top: -168px;
  height: 360px;
}

.page-node-10 .options {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 24px;
  margin-bottom: 120px;
  gap: 30px;
}

.page-node-10 .options img {
  max-width: 100%;
}

.page-node-10 .options .opt:last-child img {
  margin-top: 47px;
}

.page-node-10 .options .opt {
  width: 33%;
}

.page-node-10 .options .img {
  height: 158px;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 40px;
}

.page-node-10 .options p {
  line-height: 34px;
}

.project-header-text {
  font-family: "Wolfgang Amadeus Mozart";
  font-size: 5vw;
  text-align: center;
}

@media (max-width: 1550px) {
  .project-full .btns {
    display: block;
    text-align: center;
  }

  .project-full .btns > div {
    margin: 30px 0;
  }

  .page-node-10 .text,
  .page-node-10 .options {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .main-slider .views-row > img {
    height: auto;
    width: 190px;
  }

  .projects .views-row a {
    line-height: 36px;
    font-size: 30px;
  }

  .projects .views-row a svg {
    height: 24px;
    width: 24px;
  }

  .page-node-10 .img {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .page-node-10 .img .text {
    text-align: left;
    max-width: 800px;
  }

  .page-node-10 .k {
    margin-top: 0;
  }

  .page-node-10 .slogan {
    margin-bottom: 140px;
  }

  .page-node-10 .c-logo {
    margin-top: 60px;
  }

  .page-node-10 .img img {
    margin-top: 0!important;
    margin: 0;
    order: -1;
    max-width: 100%;
  }
  .page-node-10 .options {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .page-node-10 .options .opt {
    width: 100%;
  }
  .page-node-10 h1 {
    font-size: 50px;
  }

  .path-webform .btns {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    padding-bottom: 20px;
  }

  .page-node-83 .project-header-text {
    font-size: 6vw;
    line-height: 70px;
    margin-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .path-webform .or {
    font-size: calc(1.375rem + 1.5vw);
  }

  .path-webform .btns a {
    font-size: 0.6875rem;
  }

  .page-node-10 .main-img img {
    width: 100%;
    height: auto;
  }

  .page-node-10 .c-logo img {
    height: 50px;
  }

  .page-node-10 .slogan,
  .page-node-10 .text p,
  .page-node-10 .options p {
    font-size: 20px;
    line-height: 30px;
  }

  .page-node-10 .options .img {
    height: auto;
    margin-top: 20px;
  }

  .page-node-10 .k .ellipse img {
    width: 90px;
  }

  .page-node-10 .k .ellipse {
    width: 300px;
    height: 300px;
  }

  .page-node-10 .k .arrow {
    height: 260px;
    margin-top: -100px;
  }

  .main-menu .event-request-btn {
    display: inline-flex;
  }

  .project-full {
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
  }

  .project-full .p-2img-text-block,
  .project-full .p-1img-left,
  .project-full .p-last,
  .project-full .p-big-img-block {
    margin: 0px 0;
  }

  .project-full .p-title-block {
    margin-top: 18px;
  }
  .project-full .p-title-block img {
    margin: auto;
    margin-bottom: 20px;
  }
  .project-full .p-2img-text-block .imgs {
    margin: 40px 0;
  }
  .project-full .p-title-block .date {
    margin-bottom: 22px;
  }
  .project-full .mw-100 {
    width: 100%;
  }
  .project-full .p-title-block .date {
    text-align: center;
  }
  .project-full .mobile-hide {
    display: none!important;
  }
  .project-full .desktop-hide {
    display: block;
  }

  .project-full > .text {
    padding: 0 10px;
  }

  .project-full .slider {
    padding: 0 10px;
    margin: 20px 0;
  }
  .project-full .slider .slick-arrow:before {
    background-image: url("../img/simple-line-icons_arrow-up-white.png");
    width: 9px;
    height: 15px;
  }
  .project-full .slider .slick-next {
    right: 10px;
  }

  .project-full .slider .slick-prev {
    left: 10px;
  }

  .project-full .p-3img-big-center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    gap: 2px;
  }

  .project-full .p-3img-big-center img {
    width: 100%;
  }

  .project-full .btns > div:last-child {
    text-align: right;
    padding-right: 20px;
  }

  .project-full .p-big-img-block {
    padding: 10px;
    margin: 15px 0;
  }

  .project-full .p-video-block iframe {
    height: 210px;
  }

  .project-full .p-video-block img {
    width: 100%;
  }

  .project-full .p-2img-center-block {
    padding: 52px 10px;
  }

  .project-full .p-last .text {
    margin: 0;
    padding-bottom: 10px;
  }

  .project-full .p-2img-text-block {
    background-image: url("../img/ellipse.svg");
    background-repeat: no-repeat;
    background-position: top center;
  }

  .page-header {
    height: 48px;
  }
  .page-header .event-request-btn,
  .page-node-1 .right-col,
  .page-view-proekty-page_1 .right-col {
    display: none;
  }
  .page-header .logo,
  .page-header .header-right-col {
    width: auto;
  }
  .page-header .logo img {
    height: 30px;
    margin-left: 16px;
  }
  .page-header .symbols {
    width: 67px;
  }
  .page-header .burger-btn {
    height: 48px;
    margin-right: 16px;
    margin-left: 0;
  }
  .page-node-1 main .left-col {
    width: 100%;
  }
  .page-view-proekty-page_1 .left-col {
    width: 100%;
  }
  .main-slider .overlay {
    display: none;
  }
  .main-slider .views-row .inner {
    opacity: 1;
  }

  .page-view-proekty-page_1 .left-col {
    padding-right: 80px;
  }

  .projects .views-row {
    margin-bottom: 25px;
  }

  .projects .views-row a {
    font-size: 24px;
    height: 36px;
    line-height: 25px;
  }

  .page-view-proekty-page_1 {
    padding-top: 0px;
  }

  .page-view-proekty-page_1 .views-exposed-form input[type='checkbox'] + label {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .page-view-proekty-page_1 .views-exposed-form .form-checkboxes.bef-checkboxes {
    overflow-x: scroll;
  }

  .page-node-page article {
    margin-left: 16px;
    margin-right: 16px;
  }

  .page-node-16 article {
    margin-top: 80px;
  }

  .page-node-16 article .row {
    display: block;
  }
  .page-node-16 article .row .col-md-4,
  .page-node-16 article .row .col-md-8 {
    width: 100%;
    margin-bottom: 20px;
  }

  .page-node-16 article .row .line {
    display: block;
  }

  .page-node-16 article .row .line > div:first-child,
  .page-node-16 article .row .line > div:nth-child(2) {
    margin-bottom: 10px;
  }

  .page-node-16 article .row .line div:last-child {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .page-node-1 .left-col {
    padding: 80px 30px 0 30px;
  }
  .main-slider .views-row > img {
    width: 100%;
  }
  .main-slider .views-row {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0!important;
  }
  .main-slider .views-row .inner {
    opacity: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.149671) 85.82%, rgba(0, 0, 0, 0) 100%);
    width: calc(100% - 20px);
    padding: 0 10px 30px;
    box-sizing: border-box;
    left: 10px;
    bottom: 0;
  }

  .page-view-proekty-page_1 .left-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-node-1 .left-col .contact-link {
    margin-left: 10px;
    margin-bottom: 30px;
  }

  .page-node-83 .project-header-text {
    font-size: 50px;
  }
}

@media (min-width: 640px) {
  .main-slider {
    display: flex;
    z-index: 100;
    position: relative;
    justify-content: start;
    margin-top: 90px;
    position: absolute;
  }
}
