* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
}
html,body {
  min-height: 100%;
  position: relative;
}
html {
  background-color: #fff;
  display: block;
  height: 100%;
}

body {
  margin: 0 auto;
  color: #0C1115;
  background-color: #fff;
  font-family: 'Montserrat', serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  overflow-x: hidden;
}
body.of-hidden {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: 'Montserrat', serif;
  margin: 0;
}
h1 {
  font-size: 40px;
}

h2 {
  font-size: 40px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit
}
.iti {
  display: block;
  width: 100%;
  margin: 8px 0;
}
input[type='tel'],
input[type='text'],
input[type='email'],
input[type='password'],
select,
textarea {
  max-width: 840px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #0C1115;
  box-sizing: border-box;
  margin: 0;

  padding: 12px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #0C1115;
  width: 100%;

  font-family: 'Montserrat', serif;

  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;;
}
textarea {
  padding: 12px 15px;
  height: 120px;
}
form .form-item label {
  font-size: 14px;
  line-height: 16px;
  color: #0C1115;
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
}

input:focus
{
  outline:0;
}

input[type='tel']:hover,
input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover,
textarea:hover {
  border: 1px solid #777;
}

input[type='tel']:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
  border: 1px solid #0C1115;
}

input[type='tel'].error,
input[type='text'].error,
input[type='email'].error,
input[type='password'].error,
.form-item textarea.error {
  border: 1px solid #EB5757;
  background: url("../img/error.svg") 97% center no-repeat;
}
.webform-submission-kontakti-form .messages--error {
  display: none;
}
form .form-item {
  position: relative;
  margin: 0 0 15px;
}
.form-item--error-message {
  margin-top: 5px;
}
.form-item--error-message strong {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #EB5757;
}
.form-item--error-message:before {
  display: none;
}
input[type=checkbox],
input[type=radio]
{
  width:13px;
  height:13px;
}

input[type=search]
{
  -webkit-appearance:textfield;
}

::-webkit-search-decoration
{
  display:none;
}


button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
  /* Fix IE7 display bug */
  overflow:visible;
  width:auto;
}

input[type='submit'] {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  cursor: pointer;

  width: 100%;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 154.177%; /* 23.127px */
  text-transform: uppercase;
  border:none;
  padding: 15px 33px;
  border-radius: 50px;
  color: #fff;
  background: #0A8AF6;
  display: block;

  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
input[type='submit']:hover {
  background: #0C1115;
  color: #fff;
}

::-webkit-file-upload-button
{
  padding:0;
  border:0;
  background:none;
}

textarea
{
  vertical-align:top;
  overflow:auto;
}

textarea::placeholder,
input::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #B1B1B1;
  font-family: 'Poppins', sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrap {
  padding: 0 20px;
  margin: 0 auto;
}
.wrap-900 {
  max-width: 960px;
}
.wrap-1100 {
  max-width: 1140px;
}
.wrap-1200 {
  max-width: 1240px;
}
.cont-rel {position: relative;}

.captcha {
  text-align: center;
}
.g-recaptcha {
  margin: 0 auto 15px;
  display: inline-block;
}

#block-korolev-primary-local-tasks .tabs {
  text-align: center;
  margin: 0;
  position: fixed;
  left: 0;
  top: 50%;
  background: #fff;
  z-index: 30;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-korolev-primary-local-tasks .tabs li {
  margin-right: 0;
  display: block;
  font-size: 14px;
}
#block-korolev-primary-local-tasks .tabs a {
  display: block;
  padding: 5px 10px;
}
#block-korolev-primary-local-tasks .tabs a.is-active {
  background: #4F8AF3;
  color: #fff;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
#block-korolev-primary-local-tasks .tabs a:hover {
  background: #000;
  color: #fff;
}
.user-login-form {
  max-width: 600px;
  margin: 50px auto;
}
.user-login-form label {
  max-width: 300px;
  display: inline-block;
  width: 100%;
  padding: 0;
  font-weight: bold;
}
.user-login-form input[type='password'],
.user-login-form input[type='text'] {
  background: #FFFFFF;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
}
.relative {
  position: relative;
}
.messages--error {
  display: none;
}
.contextual-region .contextual .contextual-links li {
  display: block;
}
.btn {
  display: block;
  text-align: center;
  color: #0C1115;

  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 154.177%; /* 23.127px */
  text-transform: uppercase;
  border: 1px solid #4F8AF3;

  padding: 15px 33px;
  border-radius: 50px;
  background: #4F8AF3;


  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
}

.btn.black {
  background: #000;
  color: #fff;
}

.btn.transparent {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn.black:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.btn.transparent:hover {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}


/*MOBILE*/
.mobile-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.58);
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu__overlay {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-menu.active .mobile-menu__overlay {
  opacity: 0.7;
}
.mobile-menu__wrapper {
  box-sizing: border-box;
  max-width: 360px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -100vw;
  transition: right 0.5s;
  background: #fff;
}
.mobile-menu.active .mobile-menu__wrapper {
  right: 0;
}
.mobile-menu__content {
  box-sizing: border-box;
  padding: 30px;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.mobile-menu__content a.logo {
  margin-bottom: 30px;
  display: block;
}
.mobile-menu__content .help {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 6px 25px 6px 50px;
  margin: 0 0 30px;
  background: #FFF url(../img/heart.svg) no-repeat 25px 7px;
}
.mobile-menu__close-icon {
  color: #004B26;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 24px;
  cursor: pointer;
}
.mobile-menu__content ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu__content ul.menu li {
  margin-bottom: 17px;
  list-style: none;
  padding-bottom: 3px;
}
.mobile-menu__content ul.menu li.menu-item--active-trail {
  padding: 0 30px 3px;
  background: #0C1115;
}
.mobile-menu__content ul.menu li ul {
  padding-left: 20px;
  border-left: 5px solid #000;
  margin: 10px;
}
.mobile-menu__content ul.menu li a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
.mobile-menu__content ul.menu li.menu-item--active-trail a {
  color: #fff;
}

.mobile-menu .contacts-line,
.mobile-menu .languages {
  background: #F8F8F8;
  padding: 0 30px;
  margin: 0 -30px 25px;
}
.mobile-menu .languages {
  padding: 20px 30px 10px;
  margin: 0 -30px 25px;
}
.mobile-menu .languages li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.mobile-menu .languages li.is-active a {
  font-weight: bold;
}
.mobile-menu .languages li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 34px;
}
.mobile-menu .contacts-line {
  padding: 10px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}
.mobile-menu #block-mainnavigation {
  margin-bottom: 110px;
}

.mobile-menu .contacts-line .value,
.mobile-menu .contacts-line .label {
  color: #0C1115;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.03em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}
.mobile-menu .contacts-line .value {
  font-weight: 600;
}

/*END MOBILE*/

/*HEADER*/
.header-fake {
  height: 102px;
  width: 100%;
}
header {
  background: #fff;
  padding: 0;
  color: #0C1115;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.toolbar-horizontal header {
  top: 40px;
}
.toolbar-horizontal.toolbar-tray-open header {
  top: 80px;
}
.toolbar-vertical header {
  left: 240px;
  top: 40px;
}

header .help {
  float: right;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 6px 25px 6px 50px;
  margin: 0 38px 0 26px;
  background: #FFF url("../img/heart.svg") no-repeat 25px 7px;
}
header a.logo {
  display: block;
  float: left;
  margin-top: 17px;
}
header .menu-wrap {
  padding: 31px 0 19px 105px;
}
header .menu-wrap nav ul.menu {
  margin: 0;
  text-align: right;
}
header .menu-wrap li {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  padding: 0;
  position: relative;
}
header .menu-wrap li span,
header .menu-wrap li a {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 20px;
}
header .menu-wrap li a {
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
}
header .menu-wrap li a.is-active,
header .menu-wrap li a:hover {
  color: #4F8AF3;
}

header .menu-wrap ul.languages li {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin: 0 24px;
}
.menu-btn {
  width: 43px;
  height: 24px;
  cursor: pointer;
  display: none;
  float: right;
  margin: 32px 0 0 0;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
.menu-btn svg {
  width: 38px;
  height: 25px;
}
.menu-btn svg line {
  stroke:#000;
}
#block-korolev-languagedropdownswitcher,
#block-korolev-main-menu {
  float: right;
  margin: 2px 0 0 0;
}

#block-korolev-languagedropdownswitcher {
  margin-top: 5px;
}

.dropbutton-multiple .dropbutton {
  border: none;
}
.js .dropbutton li,
.js .dropbutton a {
  margin: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.js .dropbutton-widget {
  border: none;
  background: none;
}
.js .dropbutton-widget .dropbutton {
  width: 50px;
}
.dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin: 0;
  padding: 0;
}

.dropbutton-arrow {
  background: url("../img/arrow.svg") no-repeat center;
  border: none;
  height: 20px;
  width: 20px;
  top: 0;
  right: 0;
  margin: 0;
  float: right;
}
.dropbutton-multiple.open .dropbutton-arrow {
  top: 0;
  border: none;
}
.js .dropbutton-multiple .dropbutton-widget {
  padding-right: 0;
}
.js .dropbutton li.dropbutton-toggle {
  margin-top: 1px;
}
#block-korolev-languagedropdownswitcher #edit-lang-dropdown-select_msdd {
  width: inherit !important;
}

#block-korolev-languagedropdownswitcher .ldsSkin {
  border: none;
}
#block-korolev-languagedropdownswitcher .ldsSkin .ddTitle {
  background: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: 0.03em;
  color: #0C1115;
  text-transform: uppercase;
}
#block-korolev-languagedropdownswitcher .ldsSkin .ddTitleText .ddlabel,
#block-korolev-languagedropdownswitcher .ldsSkin .ddTitle,
#block-korolev-languagedropdownswitcher .ldsSkin .divider .ddTitleText .ddlabel {
  display: none;
}

#block-korolev-languagedropdownswitcher .ldsSkin .ddTitle .ddTitleText {
  padding: 0 0 0 30px;
}
#block-korolev-languagedropdownswitcher .ldsSkin .ddArrow {
  background: url("../img/arrow.svg") no-repeat center !important;
  right: inherit !important;
  left: 0;
}
#block-korolev-languagedropdownswitcher .ldsSkin .ddTitle .ddTitleText img,
#block-korolev-languagedropdownswitcher .ldsSkin .ddChild li img {
  padding: 0 6px 0 0;
  width: 26px;
  height: 19px;
}
#block-korolev-languagedropdownswitcher .ldsSkin .ddArrow:hover {
  background-position: center !important;
}
#block-korolev-languagedropdownswitcher .ldsSkin.borderRadiusTp .ddArrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#block-korolev-languagedropdownswitcher .ldsSkin .ddChild li {
  padding: 5px;
  background-color: #fff;
  border-bottom: 0 !important;
  width: 100%;
  text-align: center;
  margin: 0;
  float: left;
  text-transform: uppercase;
}

header .menu-wrap .ldsSkin .ddChild li span {
  display: none;
}

#block-korolev-languagedropdownswitcher .ldsSkin .ddChild li:hover {
  cursor: pointer;
}
/*END HEADER*/


/*404*/
.node-error-404, .node-error-403 {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
}
.node-error-404 h1, .node-error-403 h1{
  font-weight: bold;
  font-size: 135px;
  line-height: 121px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.btn-reload-404 {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  background: #4F8AF3;
  color: #fff;
  width: 235px;
  margin: 50px auto 0;
  padding: 16px 44px;
  border: 1px solid #4F8AF3;
  box-sizing: border-box;
  border-radius: 50px;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
}
.btn-reload-404:hover {
  background: #0C1115;
}
/*END 404*/

/*FOOTER*/
footer {
  background: #F5F5F5;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0C1115;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 63px 0 47px;
}
footer .logo {
  margin-bottom: 24px;
}
footer .title {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
}
footer .contacts .colum a {
  display: block;
}
footer .address .colum > div {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
footer .line {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 20px;
}
footer .line a {
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  position: relative;
}

.line-socials .item {
  display: inline-block;
  margin: 0 10px 0 0;
}

.user-login footer {
  position: relative;
}
/*END FOOTER*/

/*FOND*/
.page-typepro-fond footer {
  position: relative;
}
.pro-fond h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 92px;
  margin-bottom: 47px;
}
.pro-fond .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 68px;
  justify-items: center;
  align-items: center;
  grid-gap: 45px;
}
.pro-fond .grid .i1 {
  order: 1;
}
.pro-fond .grid .i2 {
  order: 0;
}
.pro-fond .grey {
  border-radius: 35px;
  background: #F5F5F5;
  padding: 42px 0;
  color: #0C1115;
  font-size: 16px;
  font-style: normal;
  margin: 0 30px 26px;
}
.pro-fond .text-2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pro-fond .text-2 p {
  margin-bottom: 20px;
}
.pro-fond .text-2 ul {
  list-style: disc;
  padding: 0 0 0 30px;
  margin: 0;
}
.pro-fond .text-2 li {
  margin-bottom: 20px;
}
  /*END FOND*/


/*PARTNERAM*/
.page-typepartneram footer {
  position: relative;
}
.partneram .grey {
  background: #F5F5F5;
  padding: 86px 0 77px;
  margin-bottom: 89px;
}
.partneram p {
  margin-bottom: 20px;
}
.partneram h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 39px;
}

.partneram h2 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 84px;
}

.partneram .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 92px;
  justify-items: center;
  align-items: center;
  grid-gap: 45px;
}
/*END PARTNERAM*/

/*NEWS*/
body.page-typenovyna footer,
body.news footer {
  position: relative;
}
body.page-typenovyna h1,
body.news h1 {
  margin-top: 92px;
  margin-bottom: 62px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.node-novyna.view-teaser {
  margin-bottom: 50px;
  border-bottom: 1px solid #A3A2A2;
  padding-bottom: 50px;
}

.node-novyna.view-teaser .grid {
  display: grid;
  grid-template-columns: 494px 1fr;
  justify-items: center;
  align-items: center;
  grid-gap: 45px;
}
.node-novyna.view-teaser .grid .img-wr {
  width: 100%;
}
.node-novyna.view-teaser .grid a.title-link {
  color: #0C1115;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px; /* 147.059% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.node-novyna.view-teaser .grid a.title-link:hover {
  color: #4F8AF3;
}
.node-novyna.view-full .grid .text,
.node-novyna.view-teaser .grid .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.node-novyna.view-full {
  margin-bottom: 100px;
}
/*END NEWS*/

/*PROJECT*/
body.projects,
body.page-typeproekt {
  background: #F5F5F5;
}
body.page-typeproekt footer,
body.projects footer {
  position: relative;
}
body.page-typeproekt h1,
body.projects h1 {
  margin-top: 92px;
  margin-bottom: 62px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.node-proekt.view-teaser {
  margin-bottom: 50px;
  border-bottom: 1px solid #A3A2A2;
  padding-bottom: 50px;
}

.node-proekt.view-teaser .grid {
  display: grid;
  grid-template-columns: 369px 1fr;
  justify-items: center;
  align-items: center;
  grid-gap: 45px;
  border-radius: 30px;
  background: #FFF;
  padding: 21px;
}
.node-proekt.view-full .bg {
  border-radius: 30px;
  background: #FFF;
  padding: 21px;
  margin-top: 92px;
}
.node-proekt.view-full p {
  margin-bottom: 20px;
}
.node-proekt.view-full h1 {
  margin-top: 0;
}
.node-proekt.view-teaser .grid .img-wr {
  width: 100%;
}
.node-proekt.view-teaser .grid .img-wr img {
  overflow: hidden;
  border-radius: 30px;
}
.node-proekt.view-full .grid .text,
.node-proekt.view-teaser .grid .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.node-proekt.view-full {
  margin-bottom: 100px;
}
.node-proekt.view-teaser .grid a.title-link {
  color: #0C1115;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px; /* 147.059% */
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 30px;
}
.node-proekt.view-teaser .grid a.title-link:hover {
  color: #4F8AF3;
}

.node-proekt.view-teaser a.read {
  border-radius: 100px;
  border: 1px solid #000;
  background: #FFF;
  color: #0C1115;
  width: 220px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  margin-top: 40px;
}
.node-proekt.view-teaser a.read:hover {
  color: #4F8AF3;
  border: 1px solid #4F8AF3;
}

/*END PROJECT*/

/*FRONT*/
body.frontpage footer {
  position: relative;
}
.section-1 {
  padding: 110px 0;
}
.section-1 h1 {
  margin: 61px 0 34px 0;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 300px;
}
.section-1 .slogan {
  color: #5F5F5F;
  font-size: 20px;
  font-weight: 500;
}
.section-2,
.section-6 {
  margin: 96px 0 0 0;
}
.section-6 .grid,
.section-2 .grid {
  display: grid;
  grid-template-columns: 494px 1fr;
  justify-items: center;
  align-items: center;
  grid-gap: 50px;
}
.section-6 .grid .title,
.section-2 .grid .title {
  color: #0C1115;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.section-6 .grid .text,
.section-2 .grid .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.section-2 .grid .text p,
.section-6 .grid .text p {
  margin-bottom: 20px;
}
.section-6 .grid .text a {
  font-weight: 600;
}
.section-6 .grid .link-wr a,
.section-2 .grid .link-wr a {
  color: #686868;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.section-2 .grid img {
  overflow: hidden;
  border-radius: 20px;
}
.section-3 {
  background: #F5F5F5;
  text-align: center;
  padding: 90px 0;
  margin: 96px 0 0 0;
}
.section-3 .btn-help {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  max-width: 465px;
  width: 100%;
  position: relative;
}
.section-3 .btn-help span {
  display: inline-block;
  vertical-align: middle;
}
.section-3 .btn-help span.i {
  background: url(../img/heart2.svg) no-repeat 0 0;
  width: 21px;
  height: 18px;
  margin-right: 10px;
}
.section-6 .grid {
  grid-template-columns: 1fr 494px;
}
.section-6 .grid .i1 {
  order: 2;
}
.section-6 .grid .i1 img {
  border-radius: 20px;
  overflow: hidden;
}
.section-6 .grid .i2 {
  order: 1;
}
.section-5,
.section-7 {
  background: #F5F5F5;
  padding: 90px 0;
  margin: 96px 0 0 0;
}
.section-5 h2,
.section-7 h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.section-5 .link-wr a {
  color: #686868;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.section-7 .div-cart {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 530px;
  box-sizing: border-box;
  padding: 35px;
}
.section-7 .div-cart .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.section-7 .div-cart .card {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 30px;
}
.section-7 .div-cart .grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 5px 10px;

  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.view-id-novyny.view-display-id-block_1 .views-row {
  border-radius: 20px;
  background: #FFF;
  padding: 20px 26px;
  box-sizing: border-box;

  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}
.view-id-novyny.view-display-id-block_1 .views-row .image {
  float: right;
  border-radius: 10px;
  margin: 0 0 0 10px;
  overflow: hidden;
}
.view-id-novyny.view-display-id-block_1 .views-row .image img {
  display: block;
}
.view-id-novyny.view-display-id-block_1 .views-row .info {
  overflow: hidden;
}
.view-id-novyny.view-display-id-block_1 .views-row .info .title {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px; /* 147.059% */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.view-id-novyny.view-display-id-block_1 .views-row .info .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.view-id-novyny.view-display-id-block_1 .views-row .info > a {
  color: #686868;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.section-4 {
  margin: 96px 0 0 0;
}
.section-4 .grid {
  display: grid;
  grid-template-columns: 1fr 494px;
  justify-items: center;
  align-items: center;
  grid-gap: 50px;
}
.section-4 .grid .i1 {
  order: 2;
}
.section-4 .grid .i2 {
  order: 1;
}
.section-4 .grid .i1 img {
  border-radius: 20px;
  overflow: hidden;
}
.section-4 .grid .title {
  color: #0C1115;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}
.section-4 .grid .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
}
.section-4 .grid .link-wr a {
  color: #686868;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
/*END FRONT*/

/*KONTAKT*/
  .contact-main h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 92px;
    margin-bottom: 47px;
  }
  .contact-main > .wrap > .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 68px;
    justify-items: center;
    align-items: center;
    grid-gap: 45px;
  }
  .contact-main > .wrap > .grid .i1 {
    order: 1;
  }
  .contact-main > .wrap > .grid .i2 {
    order: 0;
  }
  .contact-main .contact-main-wrap {
    border-top: 1px solid #A3A2A2;
    margin: 80px 0 80px 0;
    padding: 80px 0 0 0;
  }
  .contact-main .contact-main-wrap .grid {
    display: grid;
    grid-template-columns: 225px 1fr;
    grid-gap: 20px;
    max-width: 800px;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }
  .contact-main .contact-main-wrap .grid .i1 {
    color: #5F5F5F;
  }
  .contact-main .contact-main-wrap .block-contact {
    margin-bottom: 30px;
  }
  .contact-main .contact-main-wrap .block-contact .title {
    color: #02090D;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .page-typekontakty footer {
    position: relative;
  }
/*END KONTAKT*/

/*Dopomoga*/
  .page-typedopomohty footer {
    position: relative;
  }

  .dopomoga-main h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 92px;
    margin-bottom: 47px;
  }
  .dopomoga-main > .wrap > .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 68px;
    justify-items: center;
    align-items: center;
    grid-gap: 45px;
  }
  .dopomoga-main > .wrap > .grid .i1 {
    order: 1;
  }
  .dopomoga-main > .wrap > .grid .i2 {
    order: 0;
  }
  .dopomoga-main > .wrap > .grid img {
    overflow: hidden;
    border-radius: 30px;
  }
  .dopomoga-main .grey {
    border-radius: 35px;
    background: #F5F5F5;
    padding: 42px 0;
    color: #0C1115;
    font-size: 16px;
    font-style: normal;
    margin: 0 30px 56px;
  }
  .dopomoga-main .div-cart {
    border-radius: 20px;
    background: #FFF;
    border: 1px solid #000;
    max-width: 530px;
    box-sizing: border-box;
    padding: 20px 35px;
    float: left;
    margin-right: 40px;
  }
  .dopomoga-main .div-cart .grid {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 5px 10px;
    margin: 15px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .dopomoga-main .wrap-with-cart {
    margin: 50px auto;
  }
  .dopomoga-main .wrap-with-cart .text {
    overflow: hidden;
  }
  .dopomoga-wrap-list {
    padding: 85px 0;
    background: #F5F5F5;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .dopomoga-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px 60px;
    padding: 70px 0 0;
  }
  .dopomoga-list .item {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .dopomoga-list .item .img-wr {
    border-radius: 10px;
    background: #0A8AF6;
    height: 115px;
    width: 115px;
    line-height: 115px;
    text-align: center;
    float: left;
    margin: 0 30px 0 0;
  }
  .dopomoga-list .item .img-wr img {
    display: inline-block;
    vertical-align: middle;
  }
  .dopomoga-list .item .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }

/*END Dopomoga*/

.user-login h1 {
  margin: 50px 0 0 0;
  text-align: center;
}

ul.ui-menu.ui-widget.ui-autocomplete.ui-front {
  border: 1px solid #b1b1b1;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 0;
  font-size: 16px;
  line-height: 20px;
}
ul.ui-menu.ui-widget.ui-autocomplete.ui-front .ui-menu-item-wrapper {
  padding: 3px 20px;
}

ul.ui-menu.ui-widget.ui-autocomplete.ui-front .ui-menu-item {
  margin: 0 0 10px 0;
}

#start-popup,
#block-korolev-webform {
  max-width: 567px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 30px;
  background: #FFF;
  position: relative;
}
#start-popup h2,
#block-korolev-webform h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 112.8%;
  margin: 0 0 30px 0;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  background: url("../img/close.svg") no-repeat center;
  text-indent: -9999px;
  right: 20px;
  top: 20px;
  opacity: 1;
}
.mfp-close-btn-in .mfp-close:active {
  top: 20px;
}

form .form-item.form-type-managed-file > label {
  border-radius: 50px;
  border: 1px solid #0C1115;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 112.8%; /* 15.792px */
  background: url('../img/file.svg') no-repeat 8px center;
  padding: 12px 15px 12px 30px;
  display: inline-block;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
#edit-select-file--label:hover {
  cursor: pointer;
  background: #4F8AF3 url('../img/file.svg') no-repeat 8px center;
}
.form-type-managed-file .form-managed-file {
  display: none;
}
.form-type-managed-file .description {
  font-size: 12px;
  line-height: 15px;
  float: right;
}

.webform-confirmation {
  text-align: center;
}

#start-popup {
  text-align: center;
}
#start-popup .text {
  margin-top: 20px;
}

.node-contact h1 {
  margin-bottom: 50px;
  font-size: 58px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.node-contact .map-wr {
  position: relative;
  margin: 0 -70px 121px;
}
.node-contact .map-wr img {
  width: 100%;
  height: inherit;
}
.node-contact .map-wr .tooltip {
  position: absolute;
  border-radius: 20px;
  border: 2px solid #000;
  text-align: center;
  background: #4F8AF3;
  padding: 23px;
  top: 50%;
  left: 50%;
  margin-top: -208px;
}
.node-contact .map-wr .tooltip .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.node-contact .map-wr .tooltip .see-btn {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 154.177%; /* 18.501px */
  text-transform: uppercase;
  padding: 15px 33px;
  border-radius: 50px;
  background: #0C1115;
  margin: 15px auto 0;
  display: inline-block;
}

.node-contact .map-wr .tooltip .see-btn:hover {
  background: #EB5757;
}
#ContactViewPhoto {
  margin: 0 auto;
  max-width: 900px;
  border-radius: 40px;
  border: 2px solid #000;
  overflow: hidden;
  position: relative;
}

.mfp-close-btn-in #ContactViewPhoto .mfp-close {
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #000;
}
