/* COMMON STYLES */
* {
	padding: 0;
	margin: 0;
	outline: none;
}
ul {list-style-type: none;}
html, body, * {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	line-height: 1.2;
}
body {overflow-x: hidden;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
	/*align-items: center;*/
}
a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
	color: #000;
}
a:-webkit-any-link {color: #000;}
a:active, a:hover {outline: 0;}
button {
	-webkit-transition: .5s;
	transition: .5s;
}

.row {
	width: 100%;
	margin-left: -15px;
	margin-right: -15px;
	margin: auto;
	clear: both;
}

input {
	background: none;
}
input::placeholder {color: #000;}
input:focus {color: #000;}
input::-webkit-input-placeholder {color: #000;}
input::-moz-placeholder {color: #000;}
input:-moz-placeholder {color: #000;}
input:-ms-input-placeholder {color: #000;}

.container {
	max-width: 1170px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper {
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 100%;
}
.upper {text-transform: uppercase;}
.h2 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}
.h3 {
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
}
.h4 {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}
.h2 span, .h3 span, .h4 span {font-weight: 700;}
p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	text-align: left;
}
p span {
	font-weight: 700;
}
.tablet {display: none;}
.mobi {display: none;}

/* NAV MENU */
header {
	display: block;
	position: absolute;
	width: 100%;
	margin: auto;
	text-align: center;
	z-index: 555;
	transition: 0.5s;
}
header.scroll-fixed-navbar {
	position: fixed;
    background: #0000005f;
    transition: 0.5s;
}
header.scroll-fixed-navbar .menu {
	margin: 20px auto;
    transition: 0.5s;
}
header.scroll-fixed-navbar .menu a, header.scroll-fixed-navbar .menu a b{
	color: #fff;
    transition: 0.5s;
}
.menu {
	width: 100%;
	margin: 55px 55px 30px;
	text-align: center;	
}
.menu a {
	display: inline-block;
	margin: 0 55px;
	font-size: 16px;
	text-transform: uppercase;
}

/* First page */
.topMain {
	/*background-image: url(../img/back-line.png);*/
	background-repeat: repeat;
	background-size: contain;
	height: 754px;
	background-color: #f0d5bc;
}
.topMain .bgcolor {
	background-image: url(../img/full-back.png);
	background-size: 1900px 754px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 754px;

}
.mainPage {
	padding-top: 187px;
    display: flex;
}

.mainPage .imgLogo {
    display: inline-flex;
    margin-left: 63px;
    margin-right: 40px;
    margin-top: -30px;
}
.mainPage .imgLogo img {
	height: 276px;
}
.mainPage .headText {
    display: inline-flex;
    position: relative;
    margin: -32px 3px 0;
}
.mainPage h1 {
	display: block;
    position: relative;
    font-size: 75px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -2.8px;
}
.mainPage h1 span {font-weight: 800;}
.coords {margin-left: 100px;}
.mail {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: -3px;
}
.mail span {
	font-weight: 300;
	text-transform: none;
	margin-left: 5px;
}
.mobile {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top:	5px;
}
.mobile span {
	font-weight: 300;
	text-transform: none;
	margin-left: 5px;
}
.mobile:hover {
	text-decoration: underline;
}
.button {
	display: flex;
	justify-content: center;
	margin: 40px auto;
}
.button a {
	background: #484848;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 20px 60px;
}
.button a:hover {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}


/* Second page (Partners) */
section.advantages {
	background-image: url(../img/lines2f-1900.png);
	background-size: 1900px 686px;
	background-position: center top;
	background-color: #eee;
	background-repeat: no-repeat;
	padding: 53px 0 50px;
}
.advantagesWrap {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}
.partners {
	margin: 50px auto 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
    flex-wrap: wrap;
}
.partnImg {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 33%;
    flex-wrap: wrap;
    margin: 50px auto;
}
.partnImg img {max-width: 100%;}

/* Third page (Why it) */
section.whyit {
	background-image: url(../img/lines3f-1900.png);
	background-size: 1900px 686px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 0 50px;
	margin-bottom: -103px;
}
.whyit .bgcolor {
	background-color: #eee;
	display: block;
	position: relative;
	z-index: -1;
	padding: 50px 0 0;
}
.whyitWrap {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.whyitWrap .partners {
	padding-bottom: 33px;
	margin-bottom: 50px;
	padding-top: 14px;
	align-items: flex-start;
}
.prevInfo {
	display: flex;
}
.prevBlock {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 33%;
    flex-wrap: nowrap;
    margin: 50px auto 63px;
}
.prevImg {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 30%;
}
.prevImg img {max-width: 85px;}
.prevInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-right: 30px;
    width: 70%;
}
.prevInfo .h4, .prevInfo p {text-align: left;}

/* Fourth page (Main elements) */
section.mainElem {
	background-image: url(../img/lines4f-1900.png);
	background-size: 1900px 686px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 55px 0 50px;
	position: relative;
    overflow: hidden;
}
.mainElWrapper {
	display: inline-block;
	width: 810px;
	text-align: center;
}
.mainElWrapper .h3 {margin-bottom: 60px;}
.mainElWrapper p {margin-bottom: 24px;}
.mainElWrapper ul {
	margin-left: 50px;
	margin-right: 0px;
	padding-left: 20px;
}
.mainElWrapper ul li {
	list-style: disc;
	padding-left: 40px;
}
.outlinePic {
    display: inline-flex;
    position: absolute;
    margin-top: 106px;
    margin-left: 39px;
    overflow: hidden;
}

/* Fifth page (Big list) */
.listConsist {
	background-image: url(../img/lines5f-1900.png);
	background-size: 1900px 1900px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 55px 0 50px;
	background-color:#eee;
}
.extended {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 24px 0;
}
.leftsit {
	display: block;
	width: 500px;
}
.leftsit .h1 {
	font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 15px;
    text-align: right;
}
.leftsit .content {
	margin-right: 65px;
}
.leftsit .continfo {
	margin-right: 20px;
    text-align: right;
}
.rightSit {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 670px;
}
.extendedInfo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin: 50px 0;
}

.pictureInside {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 200px;
    margin-right: 50px;
}

.textInside {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 470px;
}

/* Sixth page (Gallery slider) */
.slider {
	background-image: url(../img/lines6f-1900.png);
	background-size: 1900px 686px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#eee;
}
.blockHeader {
	padding: 228px 0 50px;
    text-align: center;
}
.scrollButton {
	display: block;
    width: 100%;
}
.scrollButton a {
    opacity: 1;
    transition: 0.7s;
    position: absolute;
    z-index: 100;
    top: 44.5%;
}
.scrollButton a:hover {
	opacity: .7;
	transition: 0.7s;
}
.slick-next {
    margin-left: 1114px;
}
.slick-slide:not(.slick-current) .slide {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: -1;
}

/* Seventh page (price blocks) */
.howmuch {
	background-image: url(../img/lines7f-1900.png);
	background-size: 1900px 686px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#eee;
	margin-top: -5px;
}
.ourPrices {
	padding: 100px 0 50px;
}
.ourPrices>.h2 {
	padding: 45px 0px 50px 12px;
	text-align: center;
}
.pricepacks {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
}
.pricecard {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    width: 370px;
    background: #fff;
    box-shadow: 10px 3px 35px rgba(0,0,0,.18);
	transition: 1s;
}
.pricecard:hover {
	box-shadow: 6px 6px 50px rgba(0,0,0,1);
	transition: 1s;
}
.cardWrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    background-image: url("../img/figure.png");
    background-size: 330px 371px;
    background-position: 112px 100px;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.pricecard .hrs {
	margin: 10px auto 0;
}
.pricecard .h2 {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto 20px;
    font-weight: 700;
    position: relative;
}
.pricecard .h2 .number {
	font-size: 163px;
	opacity: 0.15;
	font-weight: 300;
	position: absolute;
    top: -85px;
    right: 7px;
}
.listPack {
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 10px 20px 25px 20px;
}
.listPack li {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.infopackTbl {
	vertical-align: top;
}
.infopackTbl tbody {
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.infopackTbl table tr {
	vertical-align: top;
	margin-bottom: 20px;
}
.infopackTbl table tr td:nth-child(odd) {
	text-align: right;
	padding-bottom: 10px;
}
.infopackTbl table tr td:nth-child(even) {
	text-align: left;
	padding-left: 15px;
	padding-bottom: 10px;
}
.infopackTbl table td p {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 8px;
}
/*.infopackTbl table tr td.deadline {
	text-align: center;
	font-weight: 600;
}*/
.infopackTbl tbody tr.visual td:last-child p {
	font-size: 13px;
	text-transform: none;
}
.infopackTbl tfoot td:nth-child(odd) {
	font-size: 14px;
	font-weight: 300;
}
.infopackTbl tfoot td:nth-child(even) {
	font-size: 13px;
	font-weight: 300;
}

.pricecard:hover button.stayhere{
	opacity: 1;
}
button.stayhere {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
    background: #484848;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 20px;
    border: none;
    opacity: 1;
    cursor: pointer;
    max-height: 50px;
}
button.stayhere:hover {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
.costlist {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.costlist>div {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.costlist .h2extra {
	font-size: 42px;
	font-weight: 700;
    justify-content: space-around;
    padding: 0 20px;
}
.costlist .h2extra del {
	color: #00000080
}

/* FORM BLOCK */
.quickForm {
	background-color:#fff;
}
.onelineBlock {
	padding: 100px 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
    align-items: center;
}
.onelineBlock .h3 {
    margin: auto;
}
.qform {
	display: flex;
	justify-content: space-between;
    margin: 0 auto;
}
.qform input {
	color: #7e7e7e;
	font-size: 23px;
	font-weight: 400;
	background: #eeeeee;
	padding: 16px 24px;
	max-height: 60px;
    border: none;
}
.qform input::placeholder {
	color: #7e7e7e;
	font-size: 23px;
	font-weight: 400;
}
button.sendQform {
    background: #484848;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 16px 24px;
    border: none;
    cursor: pointer;
}
button.sendQform:hover {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

/* Eighth page (Testimonials) */
.testimonials {
	background-image: url(../img/lines8f-1900.png);
	background-size: 1900px 686px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#eee;
}
.feedbackUsers .h2 {
	padding: 138px 0 126px;
    text-align: center;
    margin-left: 17px;
}
.userSlider .slide {
	text-align: center;
}
.userSlider .picContainer {
	display: inline-block;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 145px;
	text-align: center;
	vertical-align: top;
}
.userInfo {
	display: inline-block;
	width: 530px;
	text-align: left;
	margin: 0 30px;
	vertical-align: top;
}
.userInfo .h4 {
    font-weight: 700;
}
.userInfo p.ufirm {
	font-weight: 300;
	color: rgba(0,0,0,.7);
	margin-bottom: 40px;
}
.userInfo p {
	font-weight: 400;
	line-height: 30px;
}
.dotki {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.dotki li {
	display: inline-block;
	margin: 110px 15px 35px;
}
.dotki li button {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 50%;
	background: #6d6d6d66;
	color: #6d6d6d00;
}
.dotki li.slick-active button{
	background: #6d6d6d;
	color: #6d6d6d00;
}


/* Nineth page (Questions/Full form) */ 
.questions {
	background-image: url(../img/lines9f-1900.png);
	background-size: 1900px 686px;
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#eee;
}
.questionnare {
	padding: 150px 0 50px;
}
.questionnare .h3 {
    text-align: center;
    padding: 54px 0px 60px;
    margin-left: 50px;
}
.fform {
	display: flex;
	justify-content: space-between;
    margin: 1px auto 50px;
}
.fform textarea {
	color: #7e7e7e;
	font-size: 23px;
	font-weight: 400;
	background: #fff;
	padding: 16px 24px;
	max-height: 60px;
    border: none;
    width: 46.6%;
}
.forma {
	display: flex;
    justify-content: flex-end;
    margin: 1px 2px;
    width: 49%;
}
.fform input {
	color: #7e7e7e;
	font-size: 23px;
	font-weight: 400;
	background: #fff;
	padding: 16px 24px;
	max-height: 60px;
    border: none;
    width: 55%;
}
.fform input::placeholder {
	color: #7e7e7e;
	font-size: 23px;
	font-weight: 400;
}
button.sendFform {
    background: #484848;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 16px 24px;
    border: none;
    cursor: pointer;
}
button.sendFform:hover {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}

/* Tenth page (Contacts) */
.contacts {
	background-image: url(../img/lines10f-1900.png);
	background-size: 1900px 686px;
	background-position: center -110px;
	background-repeat: no-repeat;
	background-color:#eee;
}
.connect {
	padding: 50px 0;
}
.connect .h2 {
	text-align: center;
	padding: 41px 30px 50px 0;
}
.contactsWrapper {
	display: flex;
	justify-content: space-between;
    margin: 45px auto 50px;
}
.contLeft {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 670px;
}
.contactInfo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
    margin-left: 8px;
}
.logosPic {
	display: flex;
	justify-content: space-between;
}
.contRight {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 470px;
}
.contactsWrapper .h3 {
	margin-bottom: 30px;
}

/* FOOTER */
footer {
	background-color: #eee;
}
copyright {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 30px 0;
    align-items: center;
    justify-content: center;
}
.mLogo,.copyright {
	display: inline-block;
	margin: 0 15px;
}
.copyright a:hover {
	text-decoration: underline;
}

/* Other */
.popup {
	background: #00000077;
	display: none;
    align-items: center;
    justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
}
.popupContainer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
    width: 50%;
}
.pform {
	padding: 50px;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.pform .h3 {
	text-align: center;
	width: 100%;
	margin: 30px 0;
}
.buttnWrap {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    width: 80%;
}
.pform input {
    color: #7e7e7e;
    font-size: 23px;
    font-weight: 400;
    background: #00000011;
    padding: 16px 20px;
    max-height: 60px;
    border: none;
    text-align: center;
    width: 460px;
    margin: 15px auto;
}
.pform input::placeholder {
	color: #7e7e7e;
	font-size: 23px;
	font-weight: 400;
}
button.sendPform {
    background: #484848;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 16px 24px;
    border: none;
    cursor: pointer;
    width: 500px;
    margin: 15px auto;
}
button.sendPform:hover {
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
.closeBut {
	display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.closeBut a {
	display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}