/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}
/* Custom CSS
 * --------------------------------------- */
body {
	font-family: arial,helvetica;
	margin: 0;
}

/* Common styles
* --------------------------------------- */
img{
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	vertical-align: middle;
	max-width: 100%;
}
.content {
    display: flex;
    justify-content: center;
}
.padding15 {
	padding: 0 15px;
}
.section{
	overflow:hidden;
	background-color: #133D64;
    background-size: cover;
	padding: 40px 0;
    background-position: center;
}
#section0{
	background-image: url(../img/bck1.jpg);
}
.head-wrap {
    margin-bottom: 35px;
}
.head-wrap .container {
	display:flex;
    justify-content: space-between;
	align-items: center;
}
.button {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    background: #4169F8;
    box-shadow: 46px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 10px 10px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
    width: 200px;
    justify-content: center;
}
.button:hover {
	background: #D86B06;
}
.heading {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 48px;
	color: #C0A254;
	margin-bottom: 20px;
	text-align: center;
}
.small-heading {
	font-family: Montserrat;
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
}
.advant-items {
    display: flex;
    margin: 45px -15px 0;
}
.advant-item {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 20%;
    padding: 0 15px;
	position: relative;
	margin-bottom: 25px;
	line-height: 1.35;
}
.advant-item .icon {
    min-height: 125px;
    display: flex;
    align-items: center;
}
.advant-item img {
	margin-bottom: 25px;
}
.advant-item:nth-child(5) img {
	width: 120px;
}
.advant-item .modal {
	position: absolute;
    width: 220px;
    height: 175px;
    background: #FFFFFF;
    box-shadow: 12px 14px 27px rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 15px;
    overflow-y: auto;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    color: #393E41;
	top: 190px;
	opacity: 0;
	transition: all 0.3s;
}
.advant-item .modal p {
	margin-bottom: 10px;
}
.hover-modal:hover + .modal {
	opacity: 1;
	top: 175px;
}
@media (min-width: 1640px) {
	.advant-items {
		justify-content: space-between;
	}
	.advant-item {
		width: 250px;
	}
}
@media (max-width: 1439px) {
	.advant-item img {
		width: 90px;
	}
	.advant-item {
		font-size: 14px;
	}
}
.arrow-down {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #4169F8;
    border-radius: 50px;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: auto;
}
.arrow-down img {
    width: 30px;
    position: relative;
    top: 20px;
    left: 10px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.section-rewies{
	background-image: url(../img/bck2.jpg);
}
.section-rewies:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/uzor.png);
	position: absolute;
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	top: 0;
	z-index: 0;
}
.section-rewies .heading {
    margin-bottom: -15px;
}
.section-rewies .content {
	display: flex;
	margin: 0 -15px;
}
.video {
	width: 65%;
}
.video video {
	width: 100%;
	height: 320px;
	background: #000;
    border-radius: 10px;
}
.infos {
	font-family: Montserrat;
	color: #C0A254;
	width: 35%;
}
.info-name {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.info-post {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.info-desc {
	font-size: 18px;
    margin-bottom: 35px;
}
.section-rewies .content {
    padding: 60px 0;
}
.section-rewies.two-style .content {
    flex-direction: row-reverse;
}
.section-rewies.two-style .infos {
    color: #fff;
}
.section-rewies .container {
    position: relative;
}
@media (max-width: 991px) {
	.advant-items {
		flex-wrap: wrap;
	}
	.advant-item {
		width: 25%;
	}
	.arrow-down {
		position: inherit;
		display: block;
	}
	.section-rewies .content {
		flex-wrap: wrap;
	}
	.video {
		margin-bottom: 25px;
	}
	.video,.infos {
		width: 100%;
	}
	.infos {
    margin-bottom: 30px;
	}
	.advant-item {
		width: 45%;
	}
	.section-rewies .head-wrap {
		display: none;
	}
}
@media (max-width: 639px) {
	.button {
		width: 100%;
	}
	.head-wrap .container {
		flex-wrap: wrap;
		padding: 0 30px;
	}
	.head-wrap .logo {
		margin-bottom: 20px;
	}
	.advant-items {
		margin: 45px 0px 0;
	}
	.advant-item {
		width: 100%;
		text-align: center;
	}
	.advant-item img {
		margin: auto;
	}
	.heading {
		font-size: 28px;
		padding: 0 15px;
	}
	.small-heading {
		font-size: 21px;
		padding: 0 15px;
	}
	.info-desc {
		font-size: 14px;
	}
	.padding15 {
		padding: 0 30px;
	}
	.video video {
		height: auto;
	}
}
/* responsove */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 480px) {
	.container {
		width: 420px;
	}
}
@media (min-width: 640px) {
	.container {
		width: 600px;
	}
}
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}
@media (min-width: 1440px) {
	.container {
		width: auto;
		padding: 0 10%;
	}
}
@media (max-width: 992px) {
	.fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .section {
		height: auto !important;
	}
}