.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
    font-family: 'PT Sans', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 4px;
    margin-bottom: 30px;
    font-family: Neucha, sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Neucha, sans-serif;
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Neucha, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    float: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.navbar {
    background-color: #20b3de;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.17);
}

.navlink {
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 30px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Neucha, sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navlink:hover {
    background-color: #f7546a;
}

.navlink.w--current {
    background-color: rgba(247, 84, 106, 0.69);
    color: #fff;
}

.navlink.w--open {
    background-color: #f7546a;
}

.header-sec {
    padding: 15px 30px 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eafaff), to(#fff));
    background-image: linear-gradient(180deg, #eafaff, #fff);
}

.wide-blk {
    display: block;
    width: 100%;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.header-flexblk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 3px solid #a5d800;
}

.header-chld {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333333%;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-chld.logo-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-chld.phone-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.image {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.adres-txt {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.map-sec .adres-txt {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
}

.adres-txt a {
    color: #3e3a3a;
    text-decoration: none;
}

.adres-txt a:hover {
    text-decoration: underline;
}

.text-span {
    color: #a5d800;
}

.bold-text {
    color: #3aca2e;
    font-weight: 400;
}

.logo-link {
    text-align: center;
}

.logo-img {
    width: 100%;
    margin-bottom: 0px;
}

.header-title {
    font-size: 18px;
    letter-spacing: 1px;
}

.droplink {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
}

.droplink:hover {
    color: #ffe540;
    font-weight: 400;
}

.droplist.w--open {
    border-radius: 5px;
    background-color: #f7546a;
    margin-top: 8px;
}

.hero-sec {
    position: relative;
}

.hero-slider {
    z-index: 3;
    display: block;
    width: 100%;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
}

.background-div {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}

.tizer-sec {
    background-color: #a5d800;
    background-image: url('../images/pattern.svg');
    background-position: 50% 50%;
    background-size: 500px;
}

.tizer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
}

.tizer-link {
    width: 14.66666667%;
    margin: 1%;
    padding: 25px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 17px 27px 0 rgba(0, 0, 0, 0.11);
    font-family: Neucha, sans-serif;
    color: #616161;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.tizer-icn {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.slide1 {
    padding: 30px;
    background-image: url('../images/slide-1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide1.sl2 {
    background-image: url('../images/slide2_1.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.slide1.sl3 {
    background-image: url('../images/slide3.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.slide2 {
    background-image: url('../images/slide2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.slide1.sl4 {
    background-image: url('../images/slide4.jpg?4');
    background-position: 50% 50%;
    background-size: cover;
}

.slide1.sl5 {
    background-image: url('../images/slide5.jpg?4');
    background-position: 50% 50%;
    background-size: cover;
}

.slide1.sl6 {
    background-image: url('../images/slide6.jpg?4');
    background-position: 50% 50%;
    background-size: cover;
}

.slide1.sl7 {
    background-image: url('../images/slide7.jpg?4');
    background-position: 50% 50%;
    background-size: cover;
}

.slide-icn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #a5d800;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.slide-icn:hover {
    background-color: #f7546a;
}

.phone-blk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

.btn {
    padding: 12px 20px;
    border-radius: 5px;
    background-color: #f7546a;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5), 0 7px 21px 0 rgba(0, 0, 0, 0.26);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Neucha, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #ff3d57;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.5), 0 11px 21px 0 rgba(0, 0, 0, 0.26);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.slide-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.slide-content-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.slide-header {
    display: inline-block;
    padding: 10px;
    background-color: #ffe540;
    font-family: Neucha, sans-serif;
    font-size: 50px;
}

.slider-prg {
    display: inline-block;
    padding: 9px;
    background-color: #ffe540;
    font-size: 24px;
    line-height: 30px;
}

.content-sec {
    padding: 60px 30px 0px;
    z-index: 5;
}

.cont-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-div {
    width: 67%;
    padding: 0px 30px 30px;
}

.about-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Neucha, sans-serif;
    color: #20b3de;
    font-size: 40px;
}

.img-div {
    width: 33%;
    height: 300px;
    margin-top: 70px;
    padding: 30px;
    border-radius: 5px;
    background-image: url('../images/29-s.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 15px 22px 0 rgba(0, 0, 0, 0.16);
}

.map-sec {
    position: relative;
    height: 500px;
    padding: 32px;
    background-color: #f1f1f1;
}

.footer {
    padding: 15px 30px;
    background-color: #095166;
    color: hsla(0, 0%, 100%, 0.51);
}

.footer-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mapcode {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-map-div {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 400px;
    margin-left: 20%;
    padding: 50px 30px 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 9px 15px 0 rgba(0, 0, 0, 0.27);
}

.contack-header {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: Neucha, sans-serif;
    color: #f7546a;
    font-size: 28px;
}

.cont-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-div {
    position: relative;
    bottom: -50px;
    z-index: 5;
    display: block;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    border-radius: 10px;
    background-color: #f7546a;
    background-image: url('../images/pattern.svg');
    background-position: 0px 0px;
    background-size: 200px;
}

.gallery-title {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Neucha, sans-serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
}

.gallery-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lightbox {
    width: 20%;
    border: 3px solid #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.lightbox:hover {
    border-color: #ffe540;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.lightbox.big {
    width: 33.333333333333336%;
}

.footer-chld {
    width: 33.33333333%;
    padding: 15px;
}

.footer-chld.centr {
    text-align: center;
}

.footer-chld.right {
    text-align: right;
}

.image-2 {
    width: 250px;
}

.policy-link {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #20b3de;
}

.policy-link:hover {
    color: #95e7ff;
}

.nav-cont {
    display: block;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.top-mob-adr-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333333%;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-mob-adr-div.logo-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-mob-adr-div.phone-blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.adres-txt-copy {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

.contsec {
    padding: 20px 30px 50px;
}

.bread-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread-sec {
    padding: 20px 30px 0px 30px;
}

.bread-link {
    margin: 5px 10px;
    font-family: Neucha, sans-serif;
    color: #20b3de;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.bread-link:hover {
    color: #f02;
}

.bread-link.w--current {
    color: #f7546a;
}

.bread-sep {
    width: 16px;
    height: 16px;
}

.siteWay {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.siteWay li {
    list-style: none;
    display: inline;
}

.siteWay li:after {
    content: "/";
    color: #333;
    padding: 0 1px 0 4px;
}

.siteWay li:last-child:after {
    content: none;
}

.siteWay li a {
    text-decoration: underline;
}

.siteWay li a:last-child {
    text-decoration: none;
}

.siteWay li a:hover {
    text-decoration: underline;
}

.siteWay li, .siteWay li a {
    color: #797474;
}

.main-con-div {
    display: block;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.modal {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1001;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.form-div {
    position: relative;
}

.modal-div {
    display: block;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    border-radius: 7px;
    background-color: #fff;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.33);
}

.form-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-field {
    height: 50px;
    margin-bottom: 17px;
    border: 1px solid #009e06;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 16px;
}

.form-field:hover {
    border-color: #82fa87;
}

.form-field:focus {
    border-width: 2px;
}

.call-btn {
    width: 100%;
    margin-top: 10px;
    float: right;
    border-radius: 3px;
    background-color: #009e06;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.call-btn:hover {
    background-color: #ffd600;
    color: #333;
}

.call-btn:active {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(0px, 2px);
    -ms-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
}

.call-btn.modal-btn {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}

.chekbox {
    text-align: left;
}

.close-link {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 30px;
    background-color: #f7546a;
}

.close-link:hover {
    background-color: #f02;
}

.kontact-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

.kontact-chld {
    width: 50%;
    padding: 25px;
}

.adr-txt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
}

.adr-txt.ad-title {
    font-weight: 700;
}

.form-field-2 {
    height: 50px;
    margin-bottom: 25px;
    border: 1px solid #cecece;
    border-radius: 3px;
    background-color: #fff;
}

.form-field-2.vopros {
    height: 120px;
}

.tov-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #f2453d;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.tov-cta:hover {
    box-shadow: 0 3px 15px 0 rgba(242, 69, 61, 0.47);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.map-div {
    position: relative;
    overflow: visible;
    width: 100%;
    height: 500px;
}

.map-code {
    width: 100%;
    height: 100%;
}

html.w-mod-js *[data-ix="modal-initial"] {
    display: none;
    opacity: 0;
}

.rounded {
    border-radius: 9px;
}

.siblingsmenu {
    padding-left: 0;
}

.siblingsmenu li {
    list-style: none;
    margin-bottom: 12px;
    border-left: 2px solid #ccc;
    padding-left: 7px;
}

.siblingsmenu li a {
    color: #a5424c;
    text-decoration: underline;
}

.siblingsmenu li a:hover {
    color: #4f79b8;
    text-decoration: none;
}

.landform2 {
    background: url(/images/leadbg.jpg) no-repeat center center;
    padding: 15px 20px 15px 20px;
    margin-top: 25px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.landform2 h3 {
    margin: 5px auto 20px auto;
    text-align: center;
}

.landform2 input {
    font-size: 16px !important;
    color: #3b3939 !important;
}

.landform2 .btn-default {
    background: #bc4778 !important;
    color: #fff !important;
    font-size: 16px;
    padding: 6px 12px 7px 12px;
    border-radius: 6px;
}

.landform2 .btn-default:hover {
    background: #86bc47 !important;
}

.landform2 .btn-default:active, .landform2 .btn-default:focus, .landform2 .btn-default:hover {
    outline: none !important;
}

.landform2 .privacy {
    text-align: center;
    font-size: 12px;
}

.row.pics img {
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.galleryitems img {
    border: 3px solid #fff !important;
    border-radius: 12px;
}

.galleryitems img:hover {
    border: 3px solid #ffe03e !important;
    transition: 0.2s;
}

@media (max-width: 991px) {
    .nav-menu {
        left: 0px;
        top: 0px;
        right: 0px;
        display: block;
        margin-top: 60px;
        background-color: #f7546a;
    }
    .navlink {
        text-align: right;
    }
    .header-sec {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header-chld.phone-blk {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .image {
        margin-right: 10px;
    }
    .adres-txt {
        font-size: 12px;
        line-height: 16px;
    }
    .logo-img {
        height: auto;
        margin-bottom: 0px;
    }
    .tizer-link {
        padding: 10px;
        font-size: 14px;
        line-height: 14px;
    }
    .tizer-icn {
        width: 50px;
        height: 50px;
    }
    .slide1 {
        padding-right: 60px;
        padding-left: 60px;
    }
    .phone-blk {
        margin-bottom: 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .slide-content-div {
        max-width: 70%;
    }
    .sub-map-div {
        margin-left: 0%;
    }
    .footer-chld {
        font-size: 10px;
        line-height: 14px;
    }
    .nav-cont {
        width: 100%;
    }
    .menubtn {
        background-color: #f7546a;
        color: #fff;
    }
    .menubtn.w--open {
        background-color: #f6435b;
    }
    .top-mob-adr-div.phone-blk {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .adres-txt-copy {
        font-size: 12px;
        line-height: 16px;
    }
    .tov-cta {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
    }
    p {
        font-size: 12px;
        line-height: 18px;
    }
    .header-sec {
        padding-right: 0px;
        padding-left: 0px;
    }
    .header-chld.logo-blk {
        padding: 5px;
    }
    .header-chld.phone-blk {
        padding: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .image {
        width: 16px;
        height: 16px;
    }
    .adres-txt {
        font-size: 10px;
        line-height: 14px;
    }
    .logo-img {
        height: auto;
    }
    .btn {
        font-size: 10px;
        line-height: 10px;
    }
    .slide-header {
        font-size: 30px;
    }
    .slider-prg {
        font-size: 14px;
        line-height: 20px;
    }
    .sub-map-div {
        max-width: 280px;
    }
    .lightbox {
        width: 25%;
    }
    .top-mob-adr-div.logo-blk {
        padding: 5px;
    }
    .top-mob-adr-div.phone-blk {
        padding: 5px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .adres-txt-copy {
        font-size: 8px;
        line-height: 10px;
    }
    .tov-cta {
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 11px;
        line-height: 14px;
    }
}

@media (max-width: 479px) {
    .header-flexblk {
        padding-bottom: 10px;
    }
    .header-chld.logo-blk {
        width: 50%;
    }
    .header-chld.phone-blk {
        width: 50%;
    }
    .image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .adres-txt {
        font-size: 10px;
        line-height: 12px;
    }
    .tizer-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tizer-link {
        width: 31.33333333%;
    }
    .slide-content-div {
        max-width: 100%;
    }
    .slide-header {
        font-size: 24px;
        line-height: 24px;
    }
    .slider-prg {
        font-size: 12px;
        line-height: 16px;
    }
    .content-sec {
        padding-top: 30px;
    }
    .cont-div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-div {
        width: 100%;
    }
    .img-div {
        width: 100%;
        margin-top: 0px;
    }
    .map-sec {
        padding: 10px;
    }
    .footer-div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sub-map-div {
        max-width: 200px;
        padding: 10px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .div-block {
        padding: 15px;
    }
    .contack-header {
        font-size: 20px;
    }
    .lightbox {
        width: 50%;
    }
    .footer-chld {
        width: 100%;
        text-align: center;
    }
    .footer-chld.right {
        text-align: center;
    }
    .top-mob-adr-div {
        width: 80%;
        padding-top: 5px;
        padding-bottom: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .adres-txt-copy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        color: #fff;
        font-size: 10px;
        line-height: 12px;
    }
    .modal-div {
        width: 90%;
    }
    .kontact-div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .kontact-chld {
        width: 100%;
    }
    .tov-cta {
        font-size: 10px;
        line-height: 12px;
    }
}
