.two-section {
    position: relative;
    width: 100%;
    padding: 60px 0;
}
.two-section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-image: url(/images/tild6139-6537-4636-a665-656239306634__photo-1450101499163-.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.two-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.two-section h3 {
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    color: #000000;
    font-size: 42px;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
    z-index: 1;
}
.two-section h5 {
    position: relative;
    z-index: 1;
}
.two-section p {
    position: relative;
    color: #000000;
    font-size: 24px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
    max-width: 560px;
    margin: 35px auto 45px auto;
    z-index: 1;
}
.two-section .table {
    width: 1160px;
    margin: 0 auto;
}
.two-section .table .row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    flex-basis: 100%;
}
.two-section .table .row .col-25 {
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 1;
}
.two-section .table .row .col-25 img {
    margin: 0 0 30px 0;
}
.two-section .table .row .col-25 h5 {
    color: #000000;
    font-size: 20px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
}
.two-section .table .row .col-25 p {
    color: #000000;
    font-size: 16px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    margin: 25px 0 0 0;
}
a.magnificPopup {
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: rgb(255, 255, 255) !important;
    background-color: rgb(65, 219, 78);
    padding: 15px 60px;
}
/* PopUp Callback */
.popup{
    position: relative;
	background: #fff;
	padding: 20px;
	width: auto;
	max-width: 560px;
	border-radius: 7px;
	margin: 20px auto;
	text-align: center;
}
.popup-title{
	position: relative;
    font-family: 'Roboto',Arial,sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.23;
	text-align: center;
    color: #000;
	margin: 30px 0 25px 0;
}
.popup-subtitle{
	position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
    color: #000;
	text-align: center;
	margin: 10px 0 25px 0;
}
.popup label{
	text-align: left;
	width: 360px;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
}
.popup .label{
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	margin-bottom: 4px;
}
.popup input[type="text"] {
	font-family: 'Roboto', Arial, sans-serif;
    height: 60px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.33;
	color: #000000;
    border: 1px solid #c9c9c9;
	border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	height: 35px;
	width: 325px;
    outline: none;
}
.popup input::-webkit-input-placeholder {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
    line-height: 1.33;
	color: #c9c9c9;
}
.popup input::-moz-placeholder{
    font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
    line-height: 1.33;
	color: #c9c9c9;
	opacity: 1;
}
.popup .btn{
	font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
	color: #fff;
	line-height: 47px;
	width: 354px;
    background-color: rgb(65, 219, 78);
    margin: 10px 0 30px 8px;
    border: none;
    cursor: pointer;
}
#thx .btn {
	width: 250px;
	margin: 0 auto;
}
/* PopUp Cookie */
#cookie {
    position: fixed;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    z-index: 9;
  }
  #cookie input {
    display: none;
  }
  #cookie input:checked ~ * {
    display: none;
    pointer-events: none;
  }
  #cookie p {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
  }
  #cookie .btn.btn-success {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border: 1px solid #ffffff;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    max-width: 90px;
    padding: 3px 0;
    margin: 15px auto;
  }
  #cookie {
    color: white;
    background-color: black;
    text-align: center;
  }
  #cookie > * {
    margin: 0.5em;
  }
@media screen and (max-width: 1199px) {
    .two-section h3 {
        font-size: 38px;
        padding: 0 40px;
    }
    .two-section p {
        font-size: 22px;
        line-height: 1.5;
        padding: 0 40px;
        margin: 35px auto 15px auto;
    }
    .two-section .table,
    .two-section .table .row .col-25 {
        width: 100%;
    }
    .two-section .table .row .col-25 p {
        margin: 10px auto 0 auto;
    }
    .two-section .table .row .col-25 img {
        margin: 30px 0 10px 0;
    }
}
@media screen and (max-width: 639px) {
    .two-section h3 {
        font-size: 30px;
    }
    .two-section p {
        font-size: 20px;
        line-height: 1.4;
    }
    /* PopUp Callback */
    .popup {
        /* max-width: 80%; */
    }
    .popup label{
        max-width: 80%;
    }
    .popup input[type="text"] {
        max-width: 90%;
    }
    .popup .btn {
        max-width: 80%;
        /* margin: 0 auto; */
    }
}
@media screen and (max-width: 479px) {
    .two-section h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    .two-section p {
        font-size: 15px;

    }
}