@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  word-wrap: break-word;
}

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

:focus,
:active {
  outline: none;
}

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

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

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

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

/*main*/
body {
  background: url(../static/img/bg-right.png) repeat-y 0;
  background-position: right;
  font-family: "Comfortaa", sans-serif;
}

.main {
  width: inherit;
  height: 100vh;
  background: url("../static/img/ukrainka.jpg") no-repeat center;
  box-shadow: 0 0 20px black;
}
.main .first {
  font-family: "Comfortaa", sans-serif;
}
.main .first .first-btn {
  width: 180px;
  height: 60px;
  background-color: #090974;
  border-radius: 10px;
  color: white;
  box-shadow: 0 0 2px black;
  margin: 1% 0 0 5%;
}
.main .first .first-btn:hover {
  box-shadow: 0 0 10px black;
}
.main .first h1 {
  padding: 27% 0 0 5%;
  font-size: 40px;
  color: #090974;
  text-shadow: 0 0 2px black;
  text-transform: uppercase;
}
.main .first h2 {
  padding: 1% 0 0 5%;
  font-size: 30px;
  color: #2c3e50;
  text-shadow: 0 0 2px black;
  text-transform: uppercase;
}

/*header*/
.header {
  z-index: 1;
  font-family: "Comfortaa", sans-serif;
  font-weight: 300;
  width: 100%;
  box-shadow: 0px 2px 10px 2px #000000;
}
.header .logo {
  padding: 5px 0 0 0;
  width: 100px;
  height: auto;
}
.header .navigation .site-link {
  color: #263e84;
}
.header .navigation .solo-link {
  transition: all 0.3s ease-in-out;
}
.header .navigation .solo-link:hover {
  color: #000000;
}
.header .navigation .current-link {
  font-weight: 700;
}
.header .navigation .sub-menu-link {
  cursor: pointer;
}
.header .navigation .sub-menu-link .sub-menu {
  width: 35%;
  font-size: 17px;
  position: absolute;
  padding-top: 40px;
  right: 170px;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
.header .navigation .sub-menu-link .sub-menu .sub-link {
  background-color: #ffffff;
  padding: 10px 5px 10px 5px;
  text-shadow: 0 0 1px black;
}
.header .navigation .sub-menu-link .sub-menu .sub-link:hover {
  background-color: #daeded;
}
.header .navigation .sub-menu-link:hover .sub-menu {
  visibility: visible;
}

.arr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 70px;
  height: 100%;
  width: 50%;
  background: #2c3e50;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
.short-info {
  display: flex;
  text-align: left;
  padding: 50px 0 100px 0;
}
.short-info .info {
  width: 40%;
  margin: 8% 0 0 5%;
  vertical-align: auto;
}
.short-info h2 {
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  border-bottom: #090974 5px solid;
  line-height: 1;
  display: inline-block;
  text-shadow: 0 0 1px black;
}
.short-info p {
  font-size: 20px;
  margin-top: 25px;
  text-shadow: 0 0 0.5px black;
  line-height: 30px;
}

.slider {
  position: relative;
  width: 580px;
  margin: 100px auto;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}
.slider input[name=switch] {
  display: none;
}
.slider .switch {
  position: absolute;
  left: 0;
  bottom: -40px;
  text-align: center;
  width: 100%;
}
.slider .switch label {
  display: inline-block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  margin: 0 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  border: 5px solid black;
  background-color: #1981e2;
}

#btn1:checked ~ .switch label[for=btn1] {
  background-color: #8d8989;
}

#btn2:checked ~ .switch label[for=btn2] {
  background-color: #8d8989;
}

#btn3:checked ~ .switch label[for=btn3] {
  background-color: #8d8989;
}

.slider-inner {
  overflow: hidden;
}

.slides {
  width: 300%;
  transition: all 0.5s;
}

.slides img {
  width: 580px;
  height: 340px;
  float: left;
}

#btn1:checked ~ slider-inner slides {
  transform: translate(0);
}

#btn2:checked ~ .slider-inner .slides {
  transform: translate(-580px);
}

#btn3:checked ~ .slider-inner .slides {
  transform: translate(-1160px);
}

.projekt {
  width: 100%;
}
.projekt .wrz {
  text-align: center;
  background: url(../static/img/bg.png) repeat;
  font-family: "Roboto", sans-serif;
}
.projekt .wrz h3 {
  font-size: 30px;
  padding: 5% 0 5% 0;
  text-shadow: 0 0 1px black;
}
.projekt .wrz .projekt-wrz {
  justify-content: center;
  display: flex;
}
.projekt .wrz .projekt-wrz img {
  transition: 1s;
  width: 300px;
  margin: 0 3% 10% 3%;
  box-shadow: 0 5px 10px black;
}
.projekt .wrz .projekt-wrz img:hover {
  transform: scale(1.2);
  box-shadow: 0 5px 20px;
}
.projekt .paz {
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.projekt .paz h3 {
  font-size: 30px;
  padding: 5% 0 5% 0;
  text-shadow: 0 0 1px black;
}
.projekt .paz .projekt-paz {
  justify-content: center;
  display: flex;
}
.projekt .paz .projekt-paz img {
  transition: 1s;
  width: 300px;
  margin: 0 3% 10% 3%;
  box-shadow: 0 5px 10px black;
}
.projekt .paz .projekt-paz img:hover {
  transform: scale(1.2);
  box-shadow: 0 5px 20px;
}

.bydgoszcz {
  font-family: "Comfortaa", sans-serif;
  width: 100%;
  background: url(../static/img/bg.png) repeat;
}
.bydgoszcz .logo {
  width: 40%;
  margin: auto;
  padding: 2% 0 2% 0;
}
.bydgoszcz .obyd {
  display: flex;
  justify-content: center;
  padding: 0 0 5% 0;
}
.bydgoszcz .obyd .infbyd {
  padding: 2% 0 0 2%;
}
.bydgoszcz .obyd .infbyd h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  margin: 0 0 2% 0;
  display: inline-block;
  border-bottom: #090974 5px solid;
  line-height: 1;
  text-shadow: 0 0 1px black;
}
.bydgoszcz .obyd .infbyd p {
  font-size: 22px;
  text-shadow: 0 0 1px black;
  line-height: 150%;
  padding: 0 30px 0 0;
}

footer {
  z-index: 999;
  font-family: "Roboto", sans-serif;
}
footer h2 {
  padding: 5% 0 1% 0;
  text-align: center;
}
footer h3 {
  padding: 1% 0 4% 0;
  text-align: center;
}
footer .kontakt {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
footer .kontakt p {
  margin: 0 30px 0 0;
}
footer .footermap {
  z-index: 15;
  position: absolute;
  right: 0;
  width: 250px;
  height: 250px;
}
footer .footlogo {
  margin: 2% 0 0 0;
  position: absolute;
  left: 0;
  width: 200px;
  height: 200px;
}

.about {
  font-family: "Roboto", sans-serif;
  padding: 170px 180px 0 150px;
}
.about h1 {
  font-size: 30px;
  border-bottom: black 3px solid;
  font-weight: 600;
  text-shadow: 0 0 1px black;
}
.about p {
  font-size: 23px;
  line-height: 150%;
}

.cont_slider_css {
  margin: 50px auto;
  width: 800px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.photo_slider_css {
  position: absolute;
  -webkit-animation: round 16s infinite;
          animation: round 16s infinite;
  opacity: 0;
  width: 800px;
  height: 500px;
}

@-webkit-keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
img:nth-child(1) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
}

img:nth-child(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

img:nth-child(3) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

img:nth-child(4) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@media (min-width: 0px) and (max-width: 320px) {
  .cont_slider_css {
    width: 80%;
    height: 190px;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .cont_slider_css {
    width: 80%;
    height: 190px;
  }
}
.hovergallery {
  padding: 3% 0 15% 5%;
}
.hovergallery img {
  transition: 1s;
  max-width: 270px;
  margin: 2% 3% 5% 2%;
  box-shadow: 0 0 5px black;
}
.hovergallery img:hover {
  transform: scale(1.2);
  box-shadow: 0 0 15px black;
}

.gallery {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  text-align: center;
  padding: 10% 0 0 0;
}

/*кнопка звонка*/
.callback-bt {
  display: flex;
  justify-content: center;
  background: #38a3fd;
  border: 2px solid #38a3fd;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 2;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.callback-bt .text-call span {
  text-align: center;
  color: #38a3fd;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.3s linear;
  font-family: "montserrat", Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt:hover i {
  display: none;
}

.callback-bt:hover {
  z-index: 1;
  background: #fff;
  color: transparent;
  transition: 0.3s;
}

.callback-bt:hover i {
  color: #38a3fd;
  font-size: 40px;
  transition: 0.3s;
}

.callback-bt i {
  color: #fff;
  font-size: 34px;
  transition: 0.3s;
  line-height: 66px;
  transition: 0.5s ease-in-out;
}

.callback-bt i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
/* конец кнопки звонка */
.element-animation {
  transform: translateY(100%);
  opacity: 0;
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1s;
  transform: translateY(0%);
}/*# sourceMappingURL=style.css.map */