*::-webkit-input-placeholder {
	color: #838990;
	opacity: 1;
}
*:-moz-placeholder {
	color: #838990;
	opacity: 1;
}
*::-moz-placeholder {
	color: #838990;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #838990;
	opacity: 1;
}
input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
body {
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    overflow-x: hidden;
}
body, html {
    overflow-x: hidden;
}
a{
	color:#000;
}
a:hover{
	text-decoration: none;
}
a:active{
	background: transparent;
}
header {
    background-image: url(../img/head-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.top-head {
    padding: 30px 0px 5px;
    color: #fff;
}
.top-head>div {
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
}
.top-head nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    padding-top: 10px;
}
.top-head nav li {
    list-style: none;
    display: inline-block;
    margin-right: 85px;
}
.top-head nav li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
}
.top-head nav li a:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background: #73df00;
    left: calc(50% - 25px);
    top: -15px;
    display: none;
}
.top-head nav li a:hover {
    color: #73df00;
}
.top-head nav li a:hover:before {
    display: block
}
.tell {
    margin-right: 0px;
    text-align: center;
}
.tell a {
    font-size: 27px;
    display: block;
    text-align: center;
    color: #fff;
    margin-bottom: 11px;
}

.but {
    font-size: 18px;
    height: 50px;
    width: 220px;
    background: linear-gradient(#d1f4ac, #73df00);
    color: #000;
    cursor: pointer;
    text-align: center;
    transition: all linear .3s;
    border: none;
    margin: 0;
    box-shadow: 0px 0px 15px 0px rgba(115, 223, 0, 0.72);
    border-radius: 30px;
}
.but:focus {
    outline: none;
}
.but:hover {
    background: #73df00;
}
.head-content {
    padding: 30px 0px 340px;
    color: #fff;
}
.head-content img {
    display: block;
    margin: 0 auto 75px;
}
.head-content h1 {
    font-size: 43px;
    text-transform: uppercase;
    line-height: 26px;
    color: #fff;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    text-align: center;
}
.headline {
    text-align: center;
    font-size: 72px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #a9c091;
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 0;
    position: relative;
}

.about {
    padding: 315px 0 80px;
    position: relative;
    z-index: 1;
    margin-top: -300px;
    background: url(../img/about-bg.jpg) 50% 0% no-repeat
}

.about .headline {
    text-align: left;
    margin-bottom: 180px;
    margin-top: 0px
}
.about .headline:after {
    position: absolute;
    content: '';
    width: 165px;
    height: 150px;
    background: url(../img/icon/leave1.png) center no-repeat;
    top: 40px;
    left: 60px;
}
.about .container {
    position: relative;
}
.about .container>img {
    position: absolute;
    right: 0;
    top: 0;
}
.about-txt p {
    font-size: 24px;
    margin-bottom: 45px;
}
.about-txt p b {
    font-family: 'ProximaNova-Bold';
}
.about-ico {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.about-ico-it img {
    margin-bottom: 30px;
    box-shadow: 8px 15px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.about-ico-it p {
    font-family: 'ProximaNova-Bold';
    font-size: 21px;
    color: #424242
}

.bg {
    padding: 100px 0 130px;
    background: url(../img/bg1.jpg) center/cover no-repeat;
    text-align: center;
}
.bg1 {
    background: url(../img/bg2.jpg) center/cover no-repeat;
}
.bg-bl {
    background: url(../img/border.png) center no-repeat;
    padding-top: 160px
}
.bg-bl p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}
.bg-bl .but {
    position: relative;
    bottom: -18px;
}


.uslug {
    padding: 100px 0 160px;
    background: url(../img/uslug-bg.jpg) 50% 50px no-repeat;
}
.uslug .headline {
    margin-bottom: 15px;
}
.uslug-it {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -70px;
}
.uslug-it:last-child {
    margin-bottom: 0px;
    margin-top: -130px
}
.uslug-txt {
    width: 49%;
}
.uslug-txt h4 {
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 40px;
}
.uslug-txt p {
    font-size: 18px;
    line-height: 24px;
}
.uslug-txt p.mod {
    font-size: 14px;
}
.uslug-txt p:not(:last-child) {
    margin-bottom: 40px;
}
.uslug-it:nth-of-type(2n+2) {
    flex-direction: row-reverse
}
.uslug-it:nth-of-type(2n+1) img {
    margin-left: -60px;
}
.uslug-it:nth-of-type(2n+2) img {
    margin-right: -60px;
}



.dop {
    padding: 0 0 90px;
}
.dop .headline:after {
    position: absolute;
    content: '';
    width: 165px;
    height: 150px;
    background: url(../img/icon/leave2.png) center no-repeat;
    top: -100px;
    left: 47%;
}
.dop-bl {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.dop-it {
    width: 360px;
    height: 500px;
    text-align: center;
    color: #fff;
    background: url(../img/dop-1.jpg) center/cover no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.15)
}
.dop-it:hover {
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, .35);
    transform: scale(1.03);
    transition: all linear .2s
}
.dop-it:nth-of-type(2) {
    margin-top: 60px;
    background: url(../img/dop-2.jpg) center/cover no-repeat;
}
.dop-it:nth-of-type(3) {
    background: url(../img/dop-3.jpg) center/cover no-repeat;
}
.dop-it h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    margin-bottom: 20px
}


.gallery {
    padding: 70px 0 300px;
    position: relative;
    z-index: 2;
    background: url(../img/galery-bg.png) 50% 0% no-repeat;
}
.gallery .headline {
    color: #fff;
}
.slider {
    margin-top: 60px;
}
.gallery-it>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gallery-it>div a {
    position: relative;
    margin-bottom: 30px;
}
.gallery-it>div a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(169, 192, 145, 0.75) url(../img/icon/zoom.png) 50% 50% no-repeat;
    top: 0%;
    left: 0%;
    display: none;
    z-index: 9;
    transform: scale(.93)
}
.gallery-it>div a:hover:before {
    display: block;
}
.left-side-gallery {
    width: 458px;
    display: flex; 
    flex-direction: column;
    align-items: flex-end;
}
.right-side-gallery {
    width: 652px;
    display: flex;
    flex-direction: column;
}
.right-side-gallery-sub {
    display: flex;
    align-items: flex-start;
/*    justify-content: space-between;*/
}
.right-side-gallery-sub a:nth-child(1) {
    margin-right: 30px;
}

.package {
    padding: 200px 0 80px;
    position: relative;
    z-index: 1;
    margin-top: -200px;
    background: url(../img/package.jpg) 50% 0% no-repeat
}

.package-bl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 70px;
}
.package-it {
    width: 360px;
    height: 780px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 25px 30px;
    margin: 0 30px
}
.package-it h4 {
    margin: 0 0 25px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'ProximaNova-Bold';
    font-size: 23px;
    color: #424242;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0;
}
.package-it ul {
    margin: 0;
    padding: 0;
}
.package-it li {
    position: relative;
    list-style: none;
    padding-left: 50px;
    margin-bottom: 14px;
/*    font-weight: 600;*/
    color: #000;
}
.package-it li:before {
    position: absolute;
    content: '';
    background: url(../img/icon/list.png) center no-repeat;
    width: 42px;
    height: 21px;
    left: 0;
}
.package-it li.mod {
    font-family: 'ProximaNova-Bold';
    cursor: pointer;
}
.package-it li.mod:before {
    display: none;
}
.package-it p {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    color: #000;
}
.package-it:nth-of-type(1) p span {
    display: block;
    font-size: 12px;
}
.package-it a {
    text-align: center;
    margin: 0 auto 25px;
    display: block;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    text-decoration: underline;
}
.package-it a img {
    margin-left: 15px;
}

.package-it .but {
    margin: 0 auto;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #eee;
    border: 1px solid #5fb702;
    width: 280px;
    height: 60px;
    font-size: 18px;
}
.package-it:hover {
    box-shadow: 0px 0px 20px 1px #eee;
    border: none
}
.package-it:hover h4 {
    border: none;
    background: #a9c091;
    color: #fff;
    padding: 16.5px 0;
}
.package-it:hover .but {
    background: linear-gradient(#d1f4ac, #5ba808);
    border: none;
    box-shadow: 0px 0px 15px 0px rgba(115, 223, 0, 0.72);
}

.calc {
    padding: 85px 0;
    background: url(../img/calc-bg.jpg) 50% 70% no-repeat
}
.calc .headline:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 120px;
    background: url(../img/icon/leave3.png) center no-repeat;
    top: -55px;
    left: 35%;
}
.calc .headline+p {
    text-align: center;
    margin: 30px 0 30px;
    font-size: 30px;
}
.calc-bl {
    margin-bottom: 50px
}
.calc-bl p {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px
}
.calc-bl p b {
    font-family: 'ProximaNova-Black';
}

.input {
    font-size: 18px;
    color: #000;
    width: 260px;
    height: 55px;
    background: #fff;
    border: 1px solid #b1b1b1;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto 25px;
    display: block;
    padding: 0 15px;
}
.check-bl {
    display: flex;
    justify-content: space-around;
}
.check-bl>div:nth-of-type(1) {
    margin-left: 7%;
}
.check-bl label {
    display: block;
    padding-left: 40px;
    position: relative;
    font-size: 20px;
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
    cursor: pointer;
}
.check-bl label:not(:last-child) {
    margin-bottom: 35px;
}
.check-bl label:before {
    width: 25px;
    height: 25px;
    position: absolute;
    content: '';
    border: 1px solid #73df00;
    border-radius: 5px;
    left: 0;
}
.check-bl input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.check-bl input:checked+label:before {
    background: #73df00 url(../img/icon/check.png) no-repeat center;
}
.calc-bl p.price {
    font-size: 40px;
    color: #000;
    margin-bottom: 10px;
}
.calc-bl p.price+p {
    font-size: 16px;
    color: #424242;
}

.calc-input {
    display: flex;
    justify-content: center;
}
.calc-input input {
    margin: 0 15px 10px;
}
.calc-input .but {
    margin: 0 15px 10px;
    height: 55px;
    width: 280px
}

.label-control {
    position: relative;
    margin-top: 14px;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    color: #fff;
}
.label-control input[type="checkbox"] {
    width: 1px  !important;
    height: 1px !important;
    position: relative;
    top: 1px;
    left: 7px;
    z-index: -1;
    opacity: 0;
}
.label-control .chekc-text {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: -8px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    color: #424242;
    text-decoration: underline;
}
.chekc-text {
    top: 3px;
    width: auto;
    text-align: left;
}
.label-control .checked-style {
    width: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 15px;
    padding: 0px;
    margin-top: 0px;
    border: 1px solid #73df00;
    cursor: pointer;
    border-radius: 5px;
}
.chekc-text a {
    color: #959595;
    border-bottom: 1px dashed #959595;
}
.label-control input[type=checkbox]:checked ~ .checked-style {
    background: #73df00 url(../img/icon/check.png) no-repeat center;
}

.port {
    padding: 50px 0 120px;
    background: url(../img/port-bg.jpg) 50% 0% no-repeat;
}
.port-slider {
    margin-top: 60px;
}
.port-it>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    
}
.port-it-bl {
    width: 360px;
    height: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 10px;
}
.wrap-port:nth-child(1) .port-it-bl:first-child, .wrap-port:nth-child(3) .port-it-bl:first-child {
    margin-bottom: 0px
}
.wrap-port:nth-child(2) .port-it-bl:first-child {
    margin-top: 30px;
}
.port-it-bl a {
    position: relative;
    margin-bottom: 10px;
}
.port-it-bl a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(169, 192, 145, 0.75) url(../img/icon/zoom.png) 50% 50% no-repeat;
    top: 0%;
    left: 0%;
    display: none;
    z-index: 9;
    transform: scale(.93)
}
.port-it-bl a:hover:before {
    display: block;
}
.port-it-bl .visible-none {
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
    opacity: 0;
}
.port-it-bl h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Black';
    margin: 10px 0;
}
.port-it-bl p b {
    cursor: pointer
}
.port-it-bl p span {
    display: none;
}
.contacts {
    height: 700px;
}
.contacts .container {
    position: relative;
}
.contact-bl {
    width: 420px;
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 130px;
    left: 0;
    padding: 60px 45px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.35)
}
.contact-bl h3 {
    font-size: 24px;
    font-family: 'ProximaNova-Black';
    margin-bottom: 40px;
}
.contact-bl p {
    font-size: 20px;
    margin-bottom: 25px;
}
.contact-bl .soc a {
    display: inline-block;
    margin: 10px 10px 0;
}
#map {
    width: 100%;
    height: 100%;
}
footer {
    background: #424242;
}
footer .container>div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;;
    padding: 40px 0 20px;
    color: #fff;
}
footer h5 {
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 25px
}
.foot-tel>p {
    text-align: right;
    font-size: 20px;
}
.foot-tel>p span {
    font-family: 'ProximaNova-Bold';
}
.foot-tel .but {
    display: inline-block;
    float: right;
    margin: 10px 0 20px;
    width: 240px;
}
footer a {
    color: #fff;
}
footer .police a {
    font-size: 16px;
    border-bottom: 1px dashed;
}
.bot-footer {
    padding: 20px 0  10px!important;
    border-top: 1px solid #d1d1d1;
    align-items: center !important;
}
.copy {
    display: flex
}
.copy img {
    margin-left: 20px;
}

/*modal*/
.modal-backdrop {
    overflow: hidden;
    background-color: #fff;
} 
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .9;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
}
.modal .modal-dialog{
    margin: 80px auto 0px;
    padding: 0px 0px;
    width: auto;
}
.modal-content {
    border-radius: 0px;
    background: url(../img/modal-3.jpg) center/cover no-repeat;
    width: 460px;
    margin: 0px auto;
    position: relative;
}
#modal1 .modal-content {
    background: url(../img/modal-2.jpg) center/cover no-repeat;
}
#project .modal-content {
    width: 730px;
    background: url(../img/modal-1.jpg) center/cover no-repeat;
    margin: 0px auto;
    border: none;
}

.modal-body>div {
    width: auto;
    text-align: center;
    padding: 20px;
    border: 3px solid #73df00;
    margin: 0 auto;
}
.modal-body .calc-input {
    flex-wrap: wrap;
    justify-content: center;
}
.modal h6 {
    font-size: 28px;
    margin: 10px auto 10px;
    font-family: 'ProximaNova-Bold';
    color: #fff
}
.modal .modal-dialog p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 24px;
}
.modal form {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.modal form .chekc-text {
    color: #fff;
    border-color: #767676;
    margin-top: 0px;
}
.modal .input {
    margin: 0px 15px 20px;
    display: block;
    width: 260px;
    height: 55px;
    color: #000
}
.input:focus {
    outline: none;
}
.modal .but{
    margin-top: 10px;
    width: 260px;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: -50px;
    right: -50px;
}
.fancybox-skin {
    background: none !important;
    box-shadow: none !important
}

.fancybox-nav span {
    visibility: visible !important
}
@media screen and (max-width:768px) {
body {
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    overflow-x: hidden;
}
header {
    background-image: url(../img/head-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.top-head {
    padding: 0px 0px 5px;
}
.top-head>div {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}
.top-head nav ul {
    padding: 0;
    margin: 0;
    justify-content: space-around;
    flex-wrap: wrap
}
.top-head nav li {
    list-style: none;
    display: inline-block;
    margin: 10px 20px;
}
    .tell {
        margin-top: 60px;
    }
.tell a {
    font-size: 22px;
    margin-bottom: 5px;
}

.but {
    font-size: 16px;
    height: 45px;
    width: 200px;
    border-radius: 30px;
}
.head-content {
    padding: 30px 0px 240px;
    color: #fff;
}
.head-content img {
    display: block;
    margin: 0 auto 45px;
    width: 95%;
}
.head-content h1 {
    font-size: 34px;
    line-height: normal;
    text-align: center;
}
.headline {
    font-size: 36px;
}

.about {
    padding: 115px 0 40px;
    margin-top: -100px;
    background: url(../img/about-bg.jpg) 0% 0% no-repeat
}

.about .headline {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0px
}
.about .headline:after {
    position: absolute;
    content: '';
    width: 165px;
    height: 150px;
    background: url(../img/icon/leave1.png) center no-repeat;
    top: 40px;
    left: 60px;
    display: none;
}
.about .container {
    position: relative;
}
.about .container>img {
    position: static;
    right: 0;
    top: 0;
    width: 100%;
}
.about-txt p {
    font-size: 20px;
    margin-bottom: 25px;
}
.about-ico {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;
}
    .about-ico-it {
        width: 50%;
        margin-bottom: 20px;
    }
.about-ico-it img {
    margin-bottom: 10px;
}
.about-ico-it p {
    font-size: 16px;
}
.bg {
    padding: 60px 0 100px;
    background: url(../img/bg1.jpg) center/cover no-repeat;
    text-align: center;
}
.bg1 {
    background: url(../img/bg2.jpg) center/cover no-repeat;
}
.bg-bl {
    background: url(../img/border.png) center/cover no-repeat;
    padding-top: 80px
}
.bg-bl p {
    font-size: 20px;
    margin-bottom: 20px;
}
.bg-bl .but {
    position: relative;
    bottom: -18px;
}


.uslug {
    padding: 50px 0 40px;
    background: url(../img/uslug-bg.jpg) center/cover no-repeat;
}
.uslug .headline {
    margin-bottom: 15px;
}
.uslug-it {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
    .uslug-it img {
        width: 110%;
    }
.uslug-it:last-child {
    margin-bottom: 0px;
    margin-top: 0px
}
.uslug-txt {
    width: auto;
}
.uslug-txt h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
}
.uslug-txt p {
    font-size: 16px;
    line-height: 24px;
}
.uslug-txt p.mod {
    font-size: 14px;
}
.uslug-txt p:not(:last-child) {
    margin-bottom: 15px;
}
.uslug-it:nth-of-type(2n+2) {
    flex-direction: row
}
.uslug-it:nth-of-type(2n+1) img {
    margin-left: 0px;
}
.uslug-it:nth-of-type(2n+2) img {
    margin-right: 0px;
}



.dop {
    padding: 20px 0 30px;
}
.dop .headline:after {
    position: absolute;
    content: '';
    width: 165px;
    height: 150px;
    background: url(../img/icon/leave2.png) center no-repeat;
    top: -100px;
    left: 47%;
    display: none;
}
    .dop .headline {
        font-size: 27px;
    }
.dop-bl {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}
.dop-it {
    width: 90%;
    height: 450px;
    background: url(../img/dop-1.jpg) center/cover no-repeat;
    margin-bottom: 25px;
}
.dop-it:nth-of-type(2) {
    margin-top: 0px;
    background: url(../img/dop-2.jpg) center/cover no-repeat;
}
.dop-it:nth-of-type(3) {
    background: url(../img/dop-3.jpg) center/cover no-repeat;
}
.dop-it h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'ProximaNova-Bold';
    margin-bottom: 20px
}


.gallery {
    padding: 40px 0 250px;
    position: relative;
    z-index: 1;
    background: url(../img/galery-bg.png) center/cover no-repeat;
    background: none
}
    .gallery .headline {
        color: #424242
    }
.slider {
    margin-top: 40px;
}
.gallery-it>div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}
.gallery-it>div a {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
    .gallery-it>div a img {
        width: 100%;
    }
.gallery-it>div a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(169, 192, 145, 0.75) url(../img/icon/zoom.png) 50% 50% no-repeat;
    top: 0%;
    left: 0%;
    display: none;
    z-index: 9;
    transform: scale(.93)
}
.gallery-it>div a:hover:before {
    display: block;
}
.left-side-gallery {
    width: auto;
    display: flex; 
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    flex-wrap: wrap
}
.right-side-gallery {
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}
.right-side-gallery-sub {
    display: flex;
    justify-content: space-around;
/*    flex-wrap: wrap;*/
    flex-direction: column;
    width: auto;
}
.right-side-gallery-sub a:nth-child(1) {
    margin-right: auto;
}

.package {
    padding: 140px 0 30px;
    position: relative;
    z-index: 1;
    margin-top: -180px;
    background: url(../img/package.jpg) 50% 0% no-repeat
}

.package-bl {
    margin-top: 30px;
    flex-wrap: wrap;
}
.package-it {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 25px 20px 30px;
}
.package-it h4 {
    margin: 0 0 25px;
    font-size: 20px;
    padding: 12px 0;
}
.package-it ul {
    margin: 0;
    padding: 0;
}
.package-it li {
    position: relative;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 14px;
    font-size: 15px;
/*    font-weight: 600;*/
    color: #000;
}
.package-it li:before {
    position: absolute;
    content: '';
    background: url(../img/icon/list.png) center no-repeat;
    width: 42px;
    height: 21px;
    left: -10px;
}
.package-it li.mod {
    font-family: 'ProximaNova-Bold';
    cursor: pointer;
}
.package-it li.mod:before {
    display: none;
}
.package-it p {
    text-align: center;
    font-size: 30px;
}
.package-it a {
    margin: 0 auto 25px;
    display: block;
    font-family: 'ProximaNova-Bold';
    font-size: 16px;
    text-decoration: underline;
}
.package-it a img {
    margin-left: 15px;
}

.package-it .but {
    margin: 0 auto;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #eee;
    border: 1px solid #5fb702;
    width: 240px;
    height: 50px;
    font-size: 18px;
}

.calc {
    padding: 35px 0;
    background: url(../img/calc-bg.jpg) 50% 70% no-repeat
}
.calc .headline:before {
    position: absolute;
    content: '';
    width: 80px;
    height: 120px;
    background: url(../img/icon/leave3.png) center no-repeat;
    top: -55px;
    left: 35%;
    display: none;
}
.calc .headline+p {
    text-align: center;
    margin: 30px 0 30px;
    font-size: 17px;
}
.calc-bl {
    margin-bottom: 50px
}
.calc-bl p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px
}

.input {
    font-size: 16px;
    width: 240px;
    height: 50px;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.check-bl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.check-bl>div:nth-of-type(1) {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
}
.check-bl label {
    display: block;
    padding-left: 35px;
    font-size: 17px;
}
.check-bl label:not(:last-child) {
    margin-bottom: 20px;
}
.check-bl label:before {
    width: 25px;
    height: 25px;
    position: absolute;
    content: '';
    border: 1px solid #73df00;
    border-radius: 5px;
    left: 0;
}
.check-bl input {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.check-bl input:checked+label:before {
    background: #73df00 url(../img/icon/check.png) no-repeat center;
}
.calc-bl p.price {
    font-size: 34px;
    margin-bottom: 10px;
}
.calc-bl p.price+p {
    font-size: 16px;
}

.calc-input {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.calc-input input {
    margin: 0 15px 20px;
}
.calc-input .but {
    margin: 0 15px 10px;
    height: 50px;
    width: 250px
}

.label-control {
    position: relative;
    margin-top: 14px;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    color: #fff;
}
.label-control input[type="checkbox"] {
    width: 1px  !important;
    height: 1px !important;
    position: relative;
    top: 1px;
    left: 7px;
    z-index: -1;
    opacity: 0;
}
.label-control .chekc-text {
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    top: -8px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
    color: #424242;
    text-decoration: underline;
}
.chekc-text {
    top: 3px;
    width: auto;
    text-align: left;
}
.label-control .checked-style {
    width: 25px;
    display: inline-block;
    height: 25px;
    margin-right: 15px;
    padding: 0px;
    margin-top: 0px;
    border: 1px solid #73df00;
    cursor: pointer;
    border-radius: 5px;
}
.chekc-text a {
    color: #959595;
    border-bottom: 1px dashed #959595;
}
.label-control input[type=checkbox]:checked ~ .checked-style {
    background: #73df00 url(../img/icon/check.png) no-repeat center;
}

.port {
    padding: 0px 0 30px;
    background: url(../img/port-bg.jpg) 50% 0% no-repeat;
}
.port-slider {
    margin-top: 40px;
}
.port-it>div {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    
}
.port-it-bl {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 20px;
/*    padding-left: 20px;*/
}
.wrap-port:nth-child(1) .port-it-bl:first-child, .wrap-port:nth-child(3) .port-it-bl:first-child {
    margin-bottom: 10px
}
.wrap-port:nth-child(2) .port-it-bl:first-child {
    margin-top: 10px;
}
.port-it-bl a {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
    .port-it-bl img {
        width: 100%;
    }
.port-it-bl a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(169, 192, 145, 0.75) url(../img/icon/zoom.png) 50% 50% no-repeat;
    top: 0%;
    left: 0%;
    display: none;
    z-index: 9;
    transform: scale(.93)
}
.port-it-bl h4 {
    font-size: 22px;
}
.port-it-bl p {
    margin: 0;
}

.contacts {
    height: auto;
    padding-top: 30px
}
.contacts .container {
    position: relative;
}
.contact-bl {
    width: 100%;
    position: static;
    padding: 20px 10px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.35)
}
.contact-bl h3 {
    font-size: 22px;
    font-family: 'ProximaNova-Black';
    margin-bottom: 20px;
    text-align: center;
}
.contact-bl p {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
}
    .contact-bl .soc {
        text-align: center;
    }
.contact-bl .soc a {
    display: inline-block;
    margin: 10px 10px 0;
}
#map {
    width: 100%;
    height: 250px;
}
footer .container>div {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px 0 10px;
    flex-wrap: wrap;
}
footer h5 {
    font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px
}
    .foot-text {
        width: 100%;
    }
    .foot-text p {
        font-size: 15px;
    }
.foot-tel>p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px
}
.foot-tel>p span {
    font-family: 'ProximaNova-Bold';
}
.foot-tel .but {
    display: inline-block;
    float: right;
    margin: 10px 0 10px;
    width: 240px;
}
footer .police a {
    font-size: 15px;
}
.bot-footer {
    padding: 10px 0  10px!important;
}
.copy {
    display: flex
}
.copy img {
    margin-left: 10px;
}

.modal .modal-dialog{
    margin: 70px auto 0px;
    padding: 0px 0px;
    width: auto;
}
.modal-content {
    border-radius: 0px;
    background: url(../img/modal-3.jpg) center/cover no-repeat;
    width: 90%;
    margin: 0px auto;
    position: relative;
}
#modal1 .modal-content {
    background: url(../img/modal-2.jpg) center/cover no-repeat;
}
#project .modal-content {
    width: 90%;
    background: url(../img/modal-1.jpg) center/cover no-repeat;
    margin: 0px auto;
    border: none;
}

.modal-body>div {
    padding: 10px;
}
.modal-body .calc-input {
    flex-wrap: wrap;
    justify-content: center;
}
.modal h6 {
    font-size: 28px;
}
.modal .input {
    margin: 0px 15px 20px;
    display: block;
    width: 240px;
    height: 50px;
    color: #000
}
.input:focus {
    outline: none;
}
.modal .but{
    margin-top: 10px;
    width: 240px;
}
.modal-dialog .close {
    top: -50px;
    right: 0px;
}
    
    
    .navbar {
        width: 100%;
        position: fixed;
        background: rgba(115, 223, 0, 0.85);
        border: none;
        z-index: 9
    }
.nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin: -10px 0 0;
    width: 100%;
    background: rgba(115, 223, 0, 0.95);
    z-index: 9;
    position: relative;
}
    .nav.navbar-nav li a {
        color: #fff;
    }
    .navbar-header p {
        float: left;
        margin: 15px 0 0 15px;
    }
    .navbar-header p a {
        color: #fff;
        font-family: 'ProximaNova-Bold';
        font-size: 20px;
    }
.navbar-toggle {
    display: block;
    margin-right: 10px;
    border: none;
    height: 38px;
    text-align: center;
    background: none;
    padding-top: 8px
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-toggle .icon-bar {
    width: 35px;
    height: 4px;
    margin-bottom: 7px;
    background: #fff !important;
    transition: all linear .1s;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(2) {
    display: none;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) ;
}
.navbar-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg) ;
}
    .top-head nav li {
    list-style: none;
    display: inline-block;
    margin: 4px 20px;
}
}