/* RESET RULES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@300&family=Roboto+Condensed&family=Roboto:ital,wght@1,300&display=swap');
@import url('//fonts.googleapis.com/css2?mily=Rfaoboto+Condensed&display=swap');
@import url('//fonts.googleapis.com/css?family=Raleway:400,600,700&display=swap');
:root {
  --lightblue: #f6f9fc;
  --red: #d64041;
}

* {
   font-family: 'Roboto Condensed', sans-serif;
   box-sizing: border-box;
   text-decoration: none;
   outline: none;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
}

/* Текст на фото і саме фото*/ /* Текст на фото і саме фото*//* Текст на фото і саме фото*/
.text-red {
  font-size: 40px;
  margin-bottom: 10px;
  text-align: center;
}
 .text-white{
 font-size: 55px;
}
 .text-white2{
 font-size: 30px;
 color: white;
}
.container-fluid-max {
  max-width: 1440px;
}
.cover {
  background: no-repeat center/cover;
}
.p-15 {
  padding: 15px;
}
.container {
    max-width: 1170px;
    margin: auto;
}
.logo img {
  height: 80px;
}
 
@media (max-width: 1275px) { 

.text-white{
  font-size: 45px;
  margin: 0;
}
.text-white2{
  font-size: 35px;
}
}


@media (max-width: 1045px) {
.text-white{
 font-size: 30px;
}
.text-white2{
  font-size: 25px;
}
}

@media (max-width: 700px) { 

.jaeby {
  background: no-repeat center;
  margin-top: -55px;
  margin-bottom: -105px;
}
.text-white{
  font-size: 30px;
  margin: 0;
}
.text-white2{
  font-size: 20px;
}
.text-red {
  font-size: 35px;
  margin-bottom: 10px;
  text-align: center;
}
.nophoto {
  display: none;
}
}
@media (max-width: 430px) { 
.logo img {
  height: 60px;
}
.jaeby {
  background: no-repeat center;
   margin-top: -95px;
  margin-bottom: -105px;
}
.text-white{
  font-size: 20px;
  margin: 0;
}
.text-white2{
  font-size: 13px;
}
.text-red {
  font-size: 35px;
  margin-bottom: 10px;
  text-align: center;
}
.container iframe {
  height: 200px;
}
}
@media (max-width: 360px) { 
.logo img {
  height: 50px;
}
.jaeby {
  background: no-repeat center;
   margin-top: -95px;
  margin-bottom: -105px;
}
.text-white{
  font-size: 20px;
  margin: 0;
}
.text-white2{
  font-size: 13px;
}

}

/* форма зворотнього звязку*/ /* форма зворотнього звязку*//* форма зворотнього звязку*//* форма зворотнього звязку*/

.form-style {
  font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: center;

background-color: rgba(255, 0, 0, 0.38);
}
.form-style td {
  padding: 0;
  display: block;
  list-style: none;
  margin: 10px 0 0 0;
  text-align: center;
}
.form-style label{
  margin:0 0 3px 0;
  padding:0px;
  display:block;
  font-weight: bold;
  color: white;

}
.formtext p {
  font-size: 30px;
  text-align: center;
}
.form-style .required{
  color:red;
}
.form-style input[type=submit], .form-style input[type=reset]{
  background: #F44336;
  padding: 8px 15px 8px 15px;
  border: none;
  color: #fff;
  margin: 10px;
}
.form-style input[type=submit]:hover, .form-style input[type=reset]:hover{
  background: #db3c30;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.form-style .field-textarea{
  height: 100px;
}
.form-style input[type=text], 
.form-style input[type=phone],
textarea{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:1px solid #BEBEBE;
  padding: 7px;
  margin:0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
}
.form-style .long{
  width: 100%;
}
.form-style input[type=text]:focus, 
.form-style input[type=email]:focus,
.form-style input[type=phone]:focus,
.form-style textarea:focus{
  -moz-box-shadow: 0 0 8px #88D5E9;
  -webkit-box-shadow: 0 0 8px #88D5E9;
  box-shadow: 0 0 8px #88D5E9;
  border: 1px solid #88D5E9;
}
.error{
  color: #D8000C;
  background-color: #FFBABA;
}

@media (max-width: 360px) { 

.form-style td {
  padding: 0;
  display: block;
  list-style: none;
  margin: 3px 0 0 0;
  text-align: center;
}

.formtext p {
  font-size: 17px;
  text-align: center;
}

}
/* хедер */ /* хедер *//* хедер *//* хедер *//* хедер */

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 10px 15px;
    z-index: 100;
}

header.sticky {
    position: fixed;
    background-color: black;
    opacity: 0.9;
    animation: header .5s ease;
}

@keyframes header {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }

    100% {
        transform: translateY(0%)
    }
}

header .title {
    float: left;
}

header .title img {
    font-size: 15px;
    display: inline-block;
    padding: 5px 0px;
}


header .navbar {
    float: right;
}

header .navbar ul {
    padding: 0;
    margin: 0;
}

header .navbar ul li {
    display: inline;
    padding: 0 15px;
}

header .navbar ul li h4 {
    display: inline-block;
    padding: 2px 0px;
    font-size: 25px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}

header .navbar ul li .numb {
     display: inline-block;
    padding: 7px 0px;
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}


@keyframes slideLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}


.toggle {
    position: absolute;
    top: 25px;
    right: 0px;
    display: none;
}

.toggle a {
    display: inline-block;
    position: relative;
    z-index: 210;
}

.toggle a span {
    display: block;
    height: 2.5px;
    width: 30px;
    background-color: #ffffff;
    margin-bottom: 8px;

    -webkit-transition: transform .7s ease;
}

.toggle a span:nth-child(1) {
    transform-origin: left top;
}

.toggle a span:nth-child(2) {
    transform-origin: left bottom;
}

.toggle a.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(-7px);
    transform: rotate(45deg) translateY(-7px);
}

.toggle a.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateY(7px);
    transform: rotate(-45deg) translateY(7px);
}

.toggle a.active span:nth-child(3) {
    display: none;
}

/*Responsive*/
@media(max-width: 1400px) {
header .navbar ul li a {

    font-size: 22px;

}

header .navbar ul li .numb {

    font-size: 25px;

}
  }

@media(max-width: 1200px) {
    .toggle {
        display: block;
    }

    header .container {
        position: relative;
    }

    .container {
        max-width: 750px;
    }


    header {
        position: fixed;
        background-color: #222222;
    }

    header .navbar {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 280px;
        float: center;
        background-color: #222222;
        z-index: 200;
        padding-top: 80px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition: transform .5s ease;

    }

    header .navbar.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    header .navbar ul li {
        display: block;
    }
}



/*секція цін*/ /*Price Section*/ /*Price Section*/

.wrapper {
  width: 100%;
}
.pricing-table h2 {
  font-size: 2.2em;
  padding: 25px 10px;
  margin: 0;
}
.description {
  margin-top: 10px;
  font-size: 0.95em;
  padding: 0 20px;
  font-weight: bold;
}
.price,
.pricing-box {
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.price {
  background: #4a8eb2;
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  position: relative;
  padding: 25px 10px;
  display: block;
}
.pricing-box:nth-child(2) .price {
  background: #216f99;
}
.pricing-box:nth-child(3) .price {
  background: #02537f;
}
.pricing-box:hover .price {
  background: #ff0;
  box-shadow: inset 0 0 100px 0 rgba(0, 0, 0, 0.3);
  color: #000;
}
.btn {
  background: #ff0;
  border: 1px solid #d9d909;
  color: #000;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  border-radius: 30px;
  padding: 7px 40px;
  display: inline-block;
  margin-top: 20px;
}
.btn:hover {
  background: #093e64;
  border: 1px solid #093e64;
  color: #fff !important;
}
.pricing-table-divider {
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  max-width: 80%;
  margin: 20px auto 0;
}
.pricing-table {
  border-radius: 3px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
}
.pricing-box {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  border: 2px solid rgba(10, 123, 183, 0.14);
}
.pricing-box:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.pricing-table ul li {
  padding: 3px 0;
  font-size: 20px;
}
.pricing-table ul {
  color: #000;
  padding: 15px 60px;
  text-align: left;
}

@media (max-width: 950px) {
  .pricing-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .pricing-table > div:nth-child(1) {
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  .pricing-table > div:nth-child(2) {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .pricing-table > div {
    -ms-flex-item-align: top;
    -ms-grid-row-align: top;
    align-self: top;
  }
}
@media (max-width: 450px) {

.pricing-table h2 {
  font-size: 1.5em;
  padding: 15px 5px;
  margin: 0;
}
.description {
  display: none;
}

.price {
  background: #4a8eb2;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  padding: 15px 10px;
  display: block;
}

.pricing-box .btn {
  display: none;
}
.pricing-table-divider{
  display: none;
}
.pricing-table ul li {
  font-size: 17px;
  }

}

/* Наші переваги */ /* Наші переваги *//* Наші переваги *//* Наші переваги *//* Наші переваги *//* Наші переваги */
.text {
text-align: center;
}

.list {
  max-width: 1000px;
  margin: 20px auto;
  text-decoration: none;

}

.li-sub p {
  margin: 10px;
  font-size: 20px;
}
.li-head {
  font-size: 30px;
}

.button {
  background-color: #336BFF; /* Green */
  border: none;
  color: white;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 20px;
  margin-left: 55px;
  margin-bottom: 5px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 4px solid #336BFF;
}

.button1:hover {
  background-color: #336BFF;
  color: white;
}

.list li {
  display: table;
  border-collapse: collapse;
  width: 100%;
}
.inner {
  overflow: hidden;
}
.li-img {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
}
.li-img img {
  display: block;
  height: 80px;
}
.li-text {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.li-head {
  margin: 10px 0 0 0;
}
.li-sub {
  margin: 0;
}
@media (max-width: 1400px) {
.list li {
border-bottom: 1px solid #ccc;
  }
}


@media all and (min-width: 45em) {
  .list li {
    float: left;
    width: 50%;
  }
}

@media all and (min-width: 75em) {
  .list li {
    width: 33.33333%;
  }
}

/* for flexbox */
@supports(display: flex) {
  .list {
    display: flex;
    flex-wrap: wrap;
  }
  
  .li-img,
  .li-text,
  .list li {
    display: block;
    float: none;
  }

  .li-img {
    align-self: center; /* to match the middle alignment of the original */
  }

  .inner {
    display: flex;
  }
}

/* for grid */
@supports(display: grid) {
  .list {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
  
  .list li {
    width: auto; /* this overrides the media queries */
  }
}


@media (max-width: 450px) { 
.li-sub p {
  margin: 10px;
  font-size: 12px;
}
.li-head {
  font-size: 20px;
}

.button {
  margin-left: 15px;
}


.li-img img {
  display: block;
  height: 50px;
}
}



/* Галерея*/
.gallery {
  padding-left: 20px;
  max-width: 99%;
}

/* Футер */
.footer-text h3 {
  font-size: 35px;
}
.footer-text p {
  font-size: 20px;
}

@media (max-width: 450px) { 
.footer-text h3 {
  font-size: 25px;
}
.footer-text p {
  font-size: 15px;
}
.footer-text svg {
  height: 25px;
  width: 25px;
}
.footermap iframe {
 width: 90%;
}
.socicons img {
  height: 39px;
}

}
.phone-error {
    color: red;
    display: none;
}