@import url('https://fonts.googleapis.com/css?family=Montserrat:200i,400,600,700&display=swap&subset=cyrillic');

*, *:after, *:before {
  box-sizing: border-box;
}

::selection {
  background: #45B0E6;
  color: #fff;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  min-width: 320px;
}

input,
textarea {
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 16px;
  background: none;
  margin-bottom: 10px;
  display: block;
  border: 1px solid #bcdcec;
  max-width: 100%;
  min-width: 100%;
  text-align: center;
  background: #fff;
}

input:focus,
textarea:focus{
  border: 1px solid #45B0E6;
  outline: none;
}

textarea {
  min-height: 100px;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 15px;
}

h2 {
  margin: 24px 0;
}

.text-center {
  text-align: center;
}

.h3 {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 30px;
}

.content {
  text-align: left;
  padding: 50px 10px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.text-left {
  text-align: left;
}

.btnBlue {
  padding: 20px 35px;
  letter-spacing: .7px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background: #45B0E6;
  box-shadow: 0 4px 36px #53BFD21A;
  border-radius: 3px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  border: none;
}

.content a {
    color: #45b0e6;
}

.content a:hover {
    color: #3380a7;
}

h1 {
  color: #111111;
  font: Bold 24px/36px Montserrat;
  margin-bottom: 40px;
}

.img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bolt {
  font-weight: bold;
  margin-bottom: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.single-article h1 {
    margin: 0 0 10px;
}

.single-article .date {
    margin: 0 0 25px;
    color: #a7a7a7;
}

@media (min-width: 768px) {
  h2 {
    margin: 36px 0;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 32px;
  }
  .content {
    text-align: left;
  }

  input, textarea {
    margin: 0 0 20px;
    text-align: left;
  }
}






/*
 *  Header Module 
 */

.header {
  padding: 20px 10px;
  background: url("../images/haeder-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  color: #fff;
}

.header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0,0,0, .6);
}

.header .wrp {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
}

.header .logo {
  position: absolute;
  top: 20px;
  left: 10px;
}

.header .logoIcon {
  width: 150px;
}

.header .phoneIcon {
  width: 16px;
  display: block;
}

.header .phoneIcon {
  fill: #fff;
}

.header .phone, .header .menu {
  position: absolute;
  z-index: 1;
}

.header .phone {
  right: 30px;
  top: 0;
  padding: 2px 10px;
}

.header .phoneText {
  display: none;
}

.header .menu {
  background: none;
  border: none;
  right: -5px;
  padding: 0 5px;
  top: 0;
}

.header .menuIcon {
  fill: #fff;
  width: 18px;
  display: block;
}

.header .headerInfo {
  text-align: center;
  padding: 60px 0;
}

.header .headerDescription {
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.header .headerTitle {
  font-size: 24px;
  line-height: 34px;
}

.header .btnBlue {
  padding: 20px 35px;
  letter-spacing: .7px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  background: #45B0E6;
  box-shadow: 0px 4px 36px #53BFD21A;
  border-radius: 3px 25px 3px 3px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.header .slider {
  margin: 0 -10px 0;
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 40px 40px 35px;
  text-align: center;
}

.header .checkIcon {
  fill: #fff;
  display: block;
  margin: 0 auto 25px;
  width: 60px;
}

.header .sliderDescription {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}

.header .sliderTitle {
  font-size: 78px;
  line-height: 1;
}

@media (min-width: 768px) {
  .header .menu {
    right: 5px;
  }

  .header .phone {
    right: 60px;
    top: 2px;
  }

  .header .logoIcon {
    width: 240px;
  }

  .header .phoneIcon, .header .menuIcon {
    width: 32px;
  }

  .header .headerDescription {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
  .header .headerTitle {
    font-size: 48px;
    line-height: 56px;
    margin: 0 0 30px;
  }
  .header .wrp {
    overflow: hidden;
  }
  .header .checkIcon {
    margin: 0 auto 60px;
  }
  .header .slider {
    margin: 0 auto;
    width: 400px;
  }
  .header .sliderTitle {
    font-size: 96px;
    margin: 30px 0;
  }

  .header .headerInfo {
    padding: 100px 0;
  }
}

@media (min-width: 1280px) {
  .header .menu {
    display: none;
  }

  .header .phone {
    padding: 10px 10px 10px 50px;
    top: 16px;
    border: 2px solid #45B0E6;
    border-radius: 3px;
  }

  .header .phoneIcon {
    position: absolute;
    left: 15px;
    top: 13px;
    width: 18px;
  }

  .header .phoneText {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
  }

  .header .headerInfo {
    text-align: left;
    padding: 300px 0 100px;
    width: calc(100% - 450px);
  }

  .header .slider {
    min-width: 400px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: left;
  }

  .header .checkIcon {
    width: 80px;
    margin: 0 0 60px;
  }
}


/*
 *  Header Nav Module 
 */

.nav {
  text-align: center;
  padding: 20px;
  background: #fff;
  display: none;

}

.nav.is-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: block;
}

.nav .sub-nav.is-active {
    display: block;
}

.nav .item, .sub-nav__item {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .65px;
  color: #000;
  text-decoration: none;
  padding: 10px 20px;
  position: relative;
}

.nav .item {
  display: block;
}

.nav .with-child {
  position: relative;
  display: inline-block;
}

.nav .with-child > .item:after {
  content: "";
  border: 4px solid;
  border-color: #53BFD2 transparent  transparent  transparent ;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 5px;
}

.nav .with-child .item {
  width: initial;
  display: inline-block;
}

.sub-nav__item {
  display: inline-block;
  white-space: inherit;
  width: 50%;
}

.nav .sub-nav {
  display: none;
  font-size: 0;
}

.nav .close {
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
}

.nav .closeIcon {
  width: 30px;
  height: 30px;
}

@media (min-width: 1280px) {
  .nav .close {
    display: none;
  }

  .nav {
    background: none;
    padding: 15px 0 0;
    display: block;
  }

  .nav .item, .sub-nav__item {
    color: #fff;
    padding: 15px 20px;
    display: inline-block;
  }

  .nav .sub-nav {
    display: none;
    position: absolute;
    top: 54px;
    left: 0;
    padding: 20px 0;
    text-align: left;
  }

  .nav .with-child:hover .item, .nav .sub-nav {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .nav.is-active {
    position: relative;
  }

  .nav .sub-nav.is-active {
      display: none;
  }

  .nav .with-child:hover .sub-nav {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    z-index: 2;
  }

}


/*
 *  Footer Module 
 */



.footer {
  padding: 30px 0 20px;
}

.footer .wrp {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

.footer .contacts {
  text-align: center;
}

.footer .tel {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.footer .media {
  text-align: center;
  padding: 10px 0 20px;
  border-bottom: 1px solid #c4c9cf;
  margin: 0 0 20px;
}

.footer .sosials {
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #c4c9cf;
  padding: 10px;
  margin: 0 20px;
}

.footer .sosials svg {
  fill: #c4c9cf;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
}
.footer .sosials:hover {
  border: 1px solid #45B0E6;
}

.footer .sosials:hover svg {
  fill: #45B0E6;
}

.footer .links {
  padding: 0 10px;
}

.footer .link {
  text-decoration: none;
  font-weight: 600;
  color: #000;
  display: block;
  padding: 10px 0;
  text-align: center;
}

.footer .copyright {
  margin: 20px 0 10px;
  text-align: center;
}

.footer .email {
  color: #000;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .footer {
    margin-top: 60px;
    border-top: 1px solid #c4c9cf;
  }

  .footer .wrp {
    display: flex;
    flex-direction: row-reverse;
  }

  .footer .media {
    border: none;
  }

  .footer .contacts,
  .footer .media {
    text-align: right;
  }

  .footer .sosials {
    margin: 0 0 0 20px;
  }

  .footer .footerContacts {
    width: 30%;
  }

  .footer .footerLink {
    width: 70%;
  }

  .footer .links {
    padding: 0;
  }

  .footer .link,
  .footer .copyright {
    text-align: left;
  }
}



/*
 *  Articles Module 
 */


.blog .newsWrap {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  margin: 0 auto 40px auto;
  width: 100%;
}

.blog .newsWrapMain {
  margin-bottom: 40px;
}

.blog .imgWrapMain {
  min-width: 340px;
  position: relative;
}

.blog .link {
  display: block;
  color: black;
}

.blog .imgWrap {
  max-width: 340px;
  position: relative;
}

.blog .imgWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.blog .imgWrapMain:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.blog .textWrap,
.blog .textWrapMain {
  background: #53bfd21a 0 0 no-repeat padding-box;
  padding: 30px 30px 40px 30px;
  text-align: left;
}

.blog .headingText {
  font-size: 24px;
  line-height: 32px;
}

.blog .mainImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog .text,
.blog .textMain {
  font: 14px/24px Montserrat;
  color: #111111;
}

.blog .timeRead {
  color: #45b0e6;
  font-size: 14px;
}

.blog .newsGallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media screen and (min-width: 768px) {
  .blog .newsWrapMain {
    display: flex;
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .blog .imgWrapMain {
    width: 60%;
  }

  .blog .textWrapMain {
    width: 40%;
    padding: 50px 50px 90px 65px;
  }

  .blog .textMain {
    margin-bottom: 40px;
  }

  .blog .newsWrap,
  .blog .imgWrap {
    max-width: 460px;
  }
}





/*
 *  Contacts Module 
 */


.contact-page.main {
    text-align: center;
    padding: 40px 10px 10px 10px;
    max-width: 1440px;
    margin: 0 auto;
}

.contact-page .address {
    margin-bottom: 100px;
    letter-spacing: 0.32px;
}


.contact-page .formTitle {
    letter-spacing: 0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

.contact-page .input {
    background: #e9e9e9 0 0 no-repeat padding-box;
    border: 1px solid #70707040;
    font-weight: bold;
    font-size: 14px;
    color: #111111;
    text-align: left;
}

.contact-page .confirm {
    background: #45b0e6 0 0 no-repeat padding-box;
    box-shadow: 0 4px 36px #53bfd21a;
    border-radius: 3px;
    letter-spacing: 0.7px;
    color: #ffffff;
    padding: 23px 83px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 40px;
}

.contact-page .checkWrap {
    display: flex;
    flex-direction: row;
    margin: 20px 0 35px 0;
}

.contact-page .buttonCatch {
    background: #45b0e6 0 0 no-repeat padding-box;
    box-shadow: 0 4px 36px #53bfd21a;
    border-radius: 3px 20px 3px 3px;
    padding: 20px 20px;
    display: inline-block;
    width: fit-content;
    margin: 0 auto 20px auto;
    color: #ffffff;
}


.contact-page .checkbox {
    margin-right: 20px;
    width: 26px;
    height: 26px;
}

.contact-page .checkLabel {
    font-size: 12px;
    font-weight: normal;
}

.contact-page .mapStyles {
    width: 100%;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    max-width: 900px;
}

.contact-page .mapStyles iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .contact-page .mapStyles {
        height: 400px;
    }

    .contact-page .bottomInfo {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .contact-page .address {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 20px;
        text-align: left;
    }
}

@media screen and (min-width: 1024px) {
    .contact-page .mainFlex {
        display: flex;
        flex-direction: row-reverse;
    }

    .contact-page .bottomInfo {
        display: block;
        margin-right: 100px;
    }

    .contact-page .mapStyles {
        border-radius: 70px 0;
        height: auto;
    }

    .contact-page .address {
        margin-bottom: 30px;
    }

    .contact-page.main {
        text-align: left;
        padding: 50px;
    }

    .contact-page .confirm {
        margin-bottom: 0;
    }
}




/*
 *  Home Module 
 */


.circle {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  text-align: center;
  background: transparent linear-gradient(232deg, #45b0e6 0%, #f6e2b1 100%) 0%
    0% no-repeat padding-box;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 50px 40px;
  margin: 50px auto 20px;
}

.circle .circleTitle {
  font-size: 148px;
  font-weight: bold;
  letter-spacing: -7.4px;
  color: #b2cfc5;
  opacity: 1;
  text-shadow: -1px -1px 0 #00a5b4, 1px -1px 0 #00a5b4, -1px 1px 0 #00a5b4,
    1px 1px 0 #00a5b4;
  display: block;
  line-height: 1;
}

.circle .circleText {
  color: #111;
  display: block;
  font-weight: 600;
  line-height: 18px;
}

.circle .title {
  color: #53BFD2;
  letter-spacing: 6.5px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.boxes {
  display: flex;
  flex-direction: column;
}

.box {
  margin: 5px 0;
  position: relative;
  overflow: hidden;
}

.box:first-child:before,
.box:last-child:after {
  z-index: 2;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border: 7px solid #e5f6f7;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 40px;
}

.box:first-child:before {
  left: -20px;
}

.box:last-child:after {
  right: -20px;
}

.boxWrapper {
  border: 7px solid #e5f6f7;
  padding: 120px 40px 20px;
  letter-spacing: 0.3px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.boxIcon {
  fill: #000;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 40px;
  width: 60px;
  height: 60px;
}



@media (min-width: 480px) {
  .boxes {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }

  .box {
    width: 49%;
  }

  .boxWrapper {
    padding: 120px 10px 20px;
  }

  .boxWrapper p {
    min-height: 72px;
  }


}

@media (min-width: 550px) {
  .boxWrapper p {
    min-height: 48px;
  }
}

@media (min-width: 768px) {
  .boxWrapper p {
    min-height: 24px;
  }

  .circle .title {
    font-size: 20px;
  }
}


@media (min-width: 1200px) {

  .box {
    width: 24%;
    white-space: nowrap;
  }
}

@media (min-width: 1440px) {
  .circle {
    display: none;
  }
}




/*
 *  Services Module 
 */


.serv-module .link {
  display: block;
  text-decoration: none;
  margin: 10px 0;
}

.serv-module .imgWrap {
  overflow: hidden;
  position: relative;
}

.serv-module .linkImg {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.serv-module .linkText {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 300px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv-module .linkText:before {
  content: "";
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 3;
}

@media (min-width: 480px) {
  .serv-module .services {
    margin: 0 -5px;
  }

  .serv-module .services:after {
    clear: both;
    display: table;
    content: "";
  }

  .serv-module .link {
    padding: 0 5px;
    margin: 5px 0;
  }

  .serv-module .imgWrap {
    position: relative;
  }

  .serv-module .link {
    width: 50%;
    float: left;
    display: block;
  }
}

@media (min-width: 768px) {
  .serv-module .link {
    width: 33.332%;
  }

  .serv-module .linkText {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .serv-module .linkText {
    min-height: 560px;
  }
}

@media (min-width: 1200px) {
  .serv-module .link {
    width: 25%;
  }

  .serv-module .linkText {
    min-height: 500px;
  }
}

@media (min-width: 1440px) {
  .serv-module .linkText {
    min-height: 600px;
  }
}


/*
 *  Completed Projects Module 
 */


.projects {
  background: #45B0E6;
  color: #fff;
  margin: 0 -10px;
  padding: 20px 10px;
}

.horizontal {
  overflow: auto;
  width: 100%;
  white-space: nowrap;
  margin: 0 0 20px;
}

.horizontal img {
  max-width: 90%;
  max-height: 700px;
  margin-right: 10px;
}

.horizontal img:last-child {
  margin-right: 0;
}

.btn {
  background: #FFFFFF;
  box-shadow: 0 4px 36px #53BFD21A;
  border-radius: 3px;
  display: block;
  color: #45B0E6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-align: center;
  padding: 20px 10px;
  text-decoration: none;
  border: none;
}


/*
 *  News Module 
 */


.news {
  overflow: auto;
  white-space: nowrap;
  margin: 0 0 10px;
}

.news .item {
  position: relative;
  display: inline-block;
  white-space: initial;
  margin-right: 100px;
}

.news .title {
  font-size: 18px;
  position: absolute;
  bottom: 40px;
  left: 100px;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.news .title span{
  display: inline-block;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  opacity: 1;
  white-space: nowrap;
  margin: 0 0 2px;
  padding: 5px 10px;
  text-shadow: 1px 1px #292323;
}

.news .img {
  transition: all, .3s;
  display: block;
  max-width: 200px;
  box-shadow: 0 0 4px #000;
  border-radius: 3px;
}

.news .linkNews {
  display: inline-block;
  padding: 3px 0;
  border-bottom: 1px solid #45B0E6;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}


/*
 *  Services page
 */

.service .mainImgWrap {
  margin: 0 auto 60px auto;
  text-align: center;
  order: 1;
  position: relative;
}

.service .text {
  font-size: 14px;
}

.service .mainImgWrap:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.service .textWrap {
  margin-bottom: 20px;
}

.service .subTitle {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
}

.service .buttonCatch {
  background: #45b0e6 0 0 no-repeat padding-box;
  box-shadow: 0 4px 36px #53bfd21a;
  border-radius: 3px 20px 3px 3px;
  padding: 20px 35px;
  display: inline-block;
  width: fit-content;
  margin: 0 auto 20px auto;
  color: #ffffff;
}

.service .icon {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 26px;
}

.service .headingWrap {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.service .galleryWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 50px -10px;
  justify-content: space-around;
}

.service .link {
  display: block;
}

.service .buttonMore {
  background: #ddf4f8 0 0 no-repeat padding-box;
  border-radius: 3px;
  padding: 20px 20px 20px 60px;
  color: #45b0e6;
  border: 0;
  font-size: 18px;
  margin: 50px auto 100px auto;
  display: block;
  position: relative;
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .service .headingWrap {
    display: block;
    margin-bottom: 90px;
  }

  .service .headingWrap::after {
    content: "";
    clear: both;
    display: block;
  }

  .service .mainImgWrap {
    float: right;
    margin: 0 0 30px 40px;
    max-width: 800px;
    max-height: 462px;
  }
  .service .textWrap {
    margin-bottom: 0;
  }

  .service .title,
  .service .text {
    margin-bottom: 35px;
  }
}



/*
 *  Form Module
 */

.form-module form {
  display: block;
  padding: 30px 10px;
  margin: 30px -10px 0;
  background: rgb(254,252,247);
  background: linear-gradient(90deg, rgba(254,252,247,1) 0%, rgba(236,247,252,1) 100%);
}

@media (min-width: 1024px) {
  .form-module form {
    padding: 60px;
  }

  .form-module .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}


/*
 *  Additional CSS for builder
 */


.simple-text {
  margin-bottom: 50px;
}

.simple-text img {
  max-width: 100%;
  height: auto;
}

.image-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.image-text__image {
  width: 100%;
}

.image-text__text {
  width: 100%;
}

.image-text__text + .image-text__image {
  text-align: right;
}

.image-text__image img {
  max-width: 100%;
  max-height: 450px;
}

.image-caption {
  margin-bottom: 50px;
  background: #f3f3f3;
  text-align: center;
}

.image-caption__image img {
  display: block;
  margin: 0 auto;
}

.image-caption__text {
  padding: 15px 0;
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}

.image-caption__text p:last-child {
  margin: 0;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table td, .table th {
  border: 1px solid #d8d8d8;
  padding: 10px;
}


/*
 *  Gallery styles
 */

.gallery-items {
  width: calc(50% - 15px);
  height: 150px;
  cursor: pointer;
  margin: 0 0 20px;
  display: none;
}

.gallery-items + .gallery-items {
  margin: 0 0 20px 20px;
}

.gallery-items:nth-child(2n+2) {
    margin-left: 0;
}

.popup-gallery {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
    position: relative;
    padding: 0 0 65px;
    overflow-anchor: none;
}

.body-cover {
    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;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.body-cover.active  {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.7);
}

.body-cover.active img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scale .3s .3s ease forwards;
    animation: scale .3s .3s ease forwards;
    box-shadow: 0 0 180px 0 rgb(24, 24, 24);
    border-radius: 5px;
}

.gallery-arrow {
    position: fixed;
    top: 47%;
    width: 30px;
    height: 30px;
    z-index: 9999;
    cursor: pointer;
}

.gallery-arrow > svg {
    fill: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-arrow:active svg {
    -webkit-transition-duration: .0s;
    transition-duration: .0s;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.next-btn {
    right: 25px;
}

.prev-btn {
    left: 25px;
}

.close-btn {
  position: fixed;
  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;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  z-index: 9999;
  cursor: pointer;
}
.close-btn svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
.close-btn:hover svg {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.show-more {
  display: none;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.show-more__button {
  cursor: pointer;
  background: #ddf4f8 0 0 no-repeat padding-box;
  border-radius: 3px;
  padding: 20px 20px 20px 60px;
  color: #45b0e6;
  border: 0;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='438.542px' height='438.542px' viewBox='0 0 438.542 438.542' style='enable-background:new 0 0 438.542 438.542;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M427.408,19.697c-7.803-3.23-14.463-1.902-19.986,3.999l-37.116,36.834C349.94,41.305,326.672,26.412,300.5,15.848 C274.328,5.285,247.251,0.003,219.271,0.003c-29.692,0-58.052,5.808-85.08,17.417c-27.03,11.61-50.347,27.215-69.951,46.82 c-19.605,19.607-35.214,42.921-46.824,69.949C5.807,161.219,0,189.575,0,219.271c0,29.687,5.807,58.05,17.417,85.079 c11.613,27.031,27.218,50.347,46.824,69.952c19.604,19.599,42.921,35.207,69.951,46.818c27.028,11.611,55.388,17.419,85.08,17.419 c32.736,0,63.865-6.899,93.363-20.7c29.5-13.795,54.625-33.26,75.377-58.386c1.52-1.903,2.234-4.045,2.136-6.424 c-0.089-2.378-0.999-4.329-2.711-5.852l-39.108-39.399c-2.101-1.711-4.473-2.566-7.139-2.566c-3.045,0.38-5.232,1.526-6.566,3.429 c-13.895,18.086-30.93,32.072-51.107,41.977c-20.173,9.894-41.586,14.839-64.237,14.839c-19.792,0-38.684-3.854-56.671-11.564 c-17.989-7.706-33.551-18.127-46.682-31.261c-13.13-13.135-23.551-28.691-31.261-46.682c-7.708-17.987-11.563-36.874-11.563-56.671 c0-19.795,3.858-38.691,11.563-56.674c7.707-17.985,18.127-33.547,31.261-46.678c13.135-13.134,28.693-23.555,46.682-31.265 c17.983-7.707,36.879-11.563,56.671-11.563c38.259,0,71.475,13.039,99.646,39.116l-39.409,39.394 c-5.903,5.711-7.231,12.279-4.001,19.701c3.241,7.614,8.856,11.42,16.854,11.42h127.906c4.949,0,9.23-1.807,12.848-5.424 c3.613-3.616,5.42-7.898,5.42-12.847V36.55C438.542,28.558,434.84,22.943,427.408,19.697z' fill='%2345B0E6'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 20px center;
  width: initial;
  display: inline-block;
}

@-webkit-keyframes scale {
    to { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1) }
}

@keyframes scale {
    to { opacity: 1; visibility: visible; -webkit-transform: scale(1); transform: scale(1) }
}




@media (min-width: 425px) {
  .gallery-items {
    height: 200px;
  }
}


@media (min-width: 768px) {
  .gallery-items {
    width: calc(33% - 15px);
    height: 200px;
  }

  .gallery-items:nth-child(2n+2) {
      margin-left: 20px;
  }

  .gallery-items:nth-child(3n+2) {
      margin-left: 0;
  }
}


@media (min-width: 1024px) {
  .image-text__image {
    width: 40%;
  }

  .image-text__text {
    width: calc(60% - 40px);
  }

  .gallery-items {
    width: calc(25% - 15px);
    height: 300px;
  }

  .gallery-items:nth-child(3n+2) {
      margin-left: 20px;
  }

  .gallery-items:nth-child(4n+2) {
      margin-left: 0;
  }
}


@media (min-width: 1280px) {
  .image-text__image {
    width: 30%;
  }

  .image-text__text {
    width: calc(70% - 40px);
  }
}