h1, h2{
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	color: white;
}

.SansFont {
	font-family: 'Source Sans Pro', sans-serif;
}

.taCenter {
	text-align: center;
}

.FlexHeightCentr {
	display: flex;
    align-items: center;
}

.FirstFormHead {
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px !important;
	margin-bottom: 18px;
}

.SecondFormHead {
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px !important;
	margin-bottom: 18px;
}

.main-flex-center {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px 0;
	position: relative;
}

.ScrollDownIcon {
    display: block;
    position: absolute;
    bottom: 0px;
    margin: 20px 0 20px calc(50% - 15px);
    cursor: pointer;
    opacity: 0.6;
}

.ScrollDownIcon:hover {
    opacity: 1;
}

.FirstDispLogo {
    display: block;
    position: absolute;
    top: 0;
    padding: 10px;
}

.FirstDispLogo img {
    float: left;
}

.FirstDispLogo p {
    float: left;
    padding: 7px;
}

.FirstDispCol {
    margin-bottom: 26px;
}

.FirstDispColTwo p {
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
}

.first-form {
	padding: 20px 26px;
	background: #e0e0e0;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
}

.enterLk {
    margin: 5px 0 0 0;
    font-size: 14px !important;
    font-weight: 100 !important;
    color: blue !important;
    text-align: center !important;
    text-decoration: underline !important;
}

.second-form {
	padding: 20px 26px;
	background: #e0e0e0;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border: 5px solid #afafaf;
}

.first-form p{
	color: black;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.second-form p{
	color: black;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 24px !important;
}

.first-form button {
	width: 100%;
	font-weight: 600;
}

.second-form button {
	width: 100%;
	font-weight: 600;
}

.FirstSpanOne {
	display: block;
	text-transform: uppercase;
	font-size: 64px;
	margin-bottom: 6px;
	font-weight: 600;
}

.FirstSpanTwo {
	display: block;
	text-transform: uppercase;
	max-width: 95%;
	font-size: 46px;
	margin-bottom: 10px;
}

.FirstSpanThree{
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 18px;
}

.FirstData {
	font-size: 30px;
	color: #fff7ae;
	margin: 0 !important;
}

.FirstTime {
    font-size: 30px;
    color: #fff7ae;
    margin: 0 !important;
}

.FirstPrice {
    color: #fff7ae;
    font-size: 30px;
    font-size: 46px;
    margin: 0 !important;
}

#AfterBeforePhoto {
    border: 2px solid white;
}

.labelOneD2 {
    text-transform: uppercase;
    font-size: 39px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 48px;
}

.labelTwoD2 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 18px;
    font-weight: 600;
}

.TextTwoD2 {
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
}

.slider700center {
    max-width: 462px;
    margin: auto;
}

.allslidethumb {
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: space-between;
    max-height: 88vh;
    align-items: center;
}

.slidethumb {padding: 6px;}

.imgthumb {
    max-width: 138px;
    cursor: pointer;
}

.slidethumb img {
    max-width: 100%;
    border: 1px solid #848484;
    max-height: calc(16vh - 14px);
}

.BlockAfterBefore {
    position: relative;
    max-width: calc(100vh - 34vh - 12px) !important;
}

.ThirdContainer {
    background: #efefef;
    padding: 0 !important;
}

.CompareAllRow {
    padding: 24px;
}

.CompareHTitle {
    display: none;
}

.CompareName {
    color: #615848;
    font-size: 18px;
    font-weight: 600;
}

.CompareTitle {
    font-size: 20px;
    font-weight: 800;
}

.CompareTitleDivImg {
    margin-bottom: 6px;
}

.CompareTitleHeadOne {
    font-size: 44px;
    font-weight: 800;
    color: #7599a4;
}

.CompareTitleHeadTwo {
    font-size: 26px;
    font-weight: 800;
    color: #7599a4;
    margin-top: -10px;
}

.CompareRow {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	margin-bottom: 10px;
    border-bottom: 1px dotted #9a9a9a;
}

.CompareRow-first {
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c3c3c3;
}

.CompareRowDown {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.CompareColOne {
    float: left;
    width: 22%;
    padding: 0 24px 0 0;
    display: flex;
    align-items: center;
}
.CompareColTwo {
    float: left;
    width: 26%;
    padding-right: 24px;
    display: flex;
    align-items: center;
    line-height: 18px;
}
.CompareColThree {
    float: left;
    width: 26%;
    padding-right: 24px;
    display: flex;
    align-items: center;
    line-height: 18px;
}
.CompareColFour {
    float: left;
    width: 26%;
    display: flex;
    align-items: center;
    line-height: 18px;
}

.CompareColOne-first {
    float: left;
    width: 22%;
    padding: 0 24px 0 0;
}
.CompareColTwo-first {
    float: left;
    width: 26%;
    padding-right: 24px;
}
.CompareColThree-first {
    float: left;
    width: 26%;
    padding-right: 24px;
}
.CompareColFour-first {
    float: left;
    width: 26%;
}

.CompareInfoImg {
    margin-right: 14px;
}

.CompareCheckImg {
    margin-right: 10px;
}

.TitleFeedback {
    margin-bottom: 30px;
    text-align: center;
}

.OneFeedbackP {
    line-height: 38px;
    margin-bottom: 16px;
    font-size: 40px;
}

.SpanOneFeedback {
    font-weight: 600;
}

.SpanTwoFeedback {
    color: #ffacac !important;
    font-weight: 600;
}

.SpanThreeFeedback {
    font-size: 23px;
    color: white;
    font-weight: 600;
    line-height: 24px;
}

.BlockUserFeedback {
    display: flex;
    margin-bottom: 20px;
}

.CommentUserFeedback {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 2px solid #9e9e9e;
    background: white;
    padding: 10px 14px 0 14px;
}

.CommentUserFeedback p {
    color: black !important;
    font-style: italic;
}

.AvatarFeedback {
    margin-right: 10px;
}

.NickBlockFeedback {
    margin-bottom: 8px;
    color: black;
}

.InstaIcoFeedback {
    float: left;
    margin-right: 6px;
}

.NickNameFeedback {
    font-weight: 800;
}

.HeadFiveScreen {
    text-align: center;
    margin-bottom: 40px;
}

.TitleFiveOne {
    font-size: 50px;
    font-weight: 600;
    line-height: 48px;
}

.TitleFiveTwo {
    line-height: 37px;
    font-weight: 600;
    font-size: 33px;
}

.TitleFiveTwo span {
    color: #ffa9a9 !important;
}

.LabelFiveScreen {
    overflow: hidden;
    padding: 25px 0;
}

.LabelFiveScreen img {
    float: left;
    margin-right: 20px;
    display: flex;
}

.LabelFiveScreen p {
    font-weight: 600;
    font-size: 23px;
    margin: 0 0 0 72px;
}

.FiveDispInfo {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
}

.FiveDispInfo p {
    margin: 4px 10px;
    color: #e4e8c7;
    font-size: 14px;
}

.modal-body p {
    color: black;
    font-weight: 600;
}

.modal-body p span {
    font-weight: 100;
}

#section1{
    background: url(/images/back1.jpg) center 100% no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

#section2{
    background: url(/images/back2.jpg) center 100% no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

#section3{
    background: url(/images/back3.jpg) center 100% no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

#section4{
    background: url(/images/back4.jpg) center 100% no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

#section5{
    background: url(/images/back5.jpg) center 100% no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

@media (max-width: 1199px) {
	.CompareName {
		font-size: 16px;
	}

	.CompareTitle {
	    font-size: 17px;
	}
}

@media (max-width: 991px) {
	.FirstDispLogo {display: none !important;}
  	.main-flex-center {padding: 50px 0 220px 0;margin: 0 4px;}
    .main-flex-center-start {
    padding: 20px 0 220px 0 !important;
}
    .main-flex-center-end {
    padding: 50px 0 40px 0 !important;
}
  	.FirstSpanOne {font-size: 46px;}
  	.FirstSpanTwo {font-size: 36px;}
  	.FirstSpanThree {font-size: 24px;}
  	.FirstData {font-size: 24px;}
  	.FirstTime {font-size: 22px;}
  	.FirstPrice {font-size: 36px;}
  	.FirstFormHead {
    	font-size: 24px !important;
    	margin-bottom: 10px;
 	}
	.FirstFormText {
    font-size: 20px !important;
    margin-bottom: 10px;
	}

	#pp-nav.right {
		right: 0px !important;
	}

	.CompareColOne {
		flex-flow: row wrap;
	}

	.CompareInfoImg {
		width: 100%;
		margin: 0 0 5px 0;
		text-align: center;
	}

	.CompareName {
		width: 100%;
        text-align: center;
	}

	.CompareInfoImg img {
		width: 32px;
	}

	.CompareTitleHeadOne {	
		font-size: 38px;
	}

	.CompareTitleHeadTwo {
		font-size: 22px;
	}

    .CompareTitleDivImg img {
        height: 50px;
    }

}

@media (max-width: 767px) {
	.FirstDispColTwo img {
		float: left;
		margin: 16px 10px 10px 0;
		width: 70px;
	}
	.FirstDispColTwo p {
	    font-size: 20px;
	    margin-left: 87px;
	}
	.OneFeedbackP {
	    font-size: 36px;
	    line-height: 36px;
	}
	.SpanThreeFeedback {	
		font-size: 20px;
	}
	.AvatarFeedback img {
		width: 60px;
	}

    .CompareColOne-first, .CompareInfoImg {
        display: none;
    }

    .CompareColTwo-first, .CompareColThree-first {width: 33%;}
    .CompareColFour-first {width: 34%;}

    .CompareColTwo, .CompareColThree {line-height: 14px;width: 33%;flex-flow: wrap;font-size: 13px;padding-right: 8px;}
    .CompareColFour {width: 34%;flex-flow: wrap;font-size: 13px;line-height: 14px;}

    .CompareRow, .CompareRowDown {
        flex-flow: row wrap;
        align-items: flex-start;
    }

    .CompareColOne {
        width: 100%;
        margin-bottom: 10px;
    }

    .CompareName {
        font-size: 20px;
        text-align: center;
    }

    .CompareTitle {
        font-size: 15px;
    }

    .CompareCheckImg {
        width: 100%;
        margin: 0px 0 8px 0;
        text-align: center;
    }

    .CompareHTitle {
        display: block;
        text-align: center;
    }

    .CompareHTitle h2 {
        color: #7599a4;
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 32px;
    }

    .allslidethumb {
        padding-top: 26px;
        flex-flow: row wrap;
    }

    .slidethumb {
        width: 33%;
        margin: 0;
    }

    .imgthumb {
        margin: auto;
    }

    .LabelFiveScreen {padding: 0 0 18px 0;}

}

@media (max-width: 359px) {
    .CompareColThree-first {display: none;}
    .CompareColThree {display: none;}

    .CompareColTwo-first, .CompareColFour-first, .CompareColTwo, .CompareColFour {width: 50%;}

}