@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic');

* {
	outline: none;
	margin: 0;
	padding: 0; 
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
    min-width: 1030px;
    height: 100vh;
    font-family: 'Roboto', sans-serif;
}
a, a:hover {
    text-decoration: none;
    color: #fff;
}
.center {
    position: relative;
	width: 1030px;
	margin: 0 auto;
}
.header {
	position: relative;
	min-height: 652px;
	background: url(../img/bg.jpg) no-repeat center top, #fff;
	background-size: 1960px 652px;
}
.header-center {
	min-height: 652px
}
.text-contain {
	position: relative;
	top: 108px;
	width: 468px;
	height: 402px;
	padding-top:285px;
	text-align: center;
	background: url(../img/text-contain-bg.png);
}
.text-contain__descript {
	width: 306px;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: 1.5;
	color: rgb( 38, 38, 41 );
}
.btn-wran {
	position: absolute;
	top: 519px;
	left: calc(50% - 215px);
	width: 429px;
	height: 148px;
	padding-top: 30px;
	background: url(../img/btn.png) no-repeat center 5px;
	
	-webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.btn {
	display: block;
	width: 381px;
	height: 94px;
	margin: 0 auto;
	background: url(../img/btn.png) no-repeat center -24px;
	border-radius: 44px;
			/*transition-duration: 0.3s;
			transition-property: transform;
			transform: scale(0.9);*/
}

@-webkit-keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes pulse-shrink {
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.btn:hover {
	background-position: center -165px;
    animation: none;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		-ms-transform: scale(1);
         -o-transform: scale(1);
			transform: scale(1);
}
.section {
	background: #fff;
}
.section-center {
	padding: 37px 0 60px 25px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.section-img {
	display: inline-block;
	width: 262px;
	height: 183px;
	margin-right: 20px;
	border: 4px solid #fff;
	border-radius: 20px;
	background-color: #d7d1d1;
	box-shadow: 0px 0px 20px 10px rgba(91, 102, 114, 0.25);
}
.section-descript {
	width: 385px;
}
.section-descript__tit1 {
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 28px;
	color: #252528;
	font-weight: bold;
}
.section-descript__img {
	display: block;
	margin-bottom: 10px;
}
.section-descript__tit2 {
	
}
.section-descript__p {
	font-size: 16px;
	line-height: 24px;
	color: #75757f;
}
.section-descript__p strong {
	display: block;
	margin-bottom: 3px;
	font-size: 18px;
	color: #262629;
}
.pay-logos {
	padding: 21px 0;
	background: #366695;
}
.pay-logos__img,
.atantion-contain__img {
	display: block;
	margin: 0 auto;
}
.atantion-contain {
	padding-top: 17px;
	background: #244f7a;
}
.atantion-contain__p {
	line-height: 48px;
	font-size: 12px;
	color: #6499cd;
	text-align: center;
}
@media (max-width: 1320px) {
   
}