html, body {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	background-color: white;
}




 /* Отключаем стилизованный скролл */
/* ::-webkit-scrollbar {
	width: 10px;
	height: 4px;
}
 
::-webkit-scrollbar-track {
	border-radius: 0px;
}
  
::-webkit-scrollbar-thumb {
	background: gray;
	border-radius: 0px;
} */













@font-face {
	font-family: 'Raleway-Light';
	src: url(/fonts/Raleway-Light.ttf);
}

@font-face {
	font-family: 'Raleway-Regular';
	src: url(/fonts/Raleway-Regular.ttf);
}

@font-face {
	font-family: 'OpenSans-Light';
	src: url(/fonts/OpenSans-Light.ttf);
}

@font-face {
	font-family: 'OpenSans-Regualar';
	src: url(/fonts/OpenSans-Regular.ttf);
}










/* font-sizes */

* { font-size: 20px; }

h1, h1 * { font-size: 64px;  }
h2, h2 * { font-size: 52px;	letter-spacing: 4px; }
h3, h3 * { font-size: 32px; }
h4, h4 * { font-size: 28px; }
h5, h5 * { font-size: 18px; }
h6, h6 * { font-size: 14px; }

.main-btn, .main-btn * { font-size: 16px; }
.main-btn-sm, .main-btn-sm * { font-size: 14px; }

@media screen and (max-width: 425px)
{ 
	h1, h1 * { font-size: 42px; }
	h2, h2 * { font-size: 34px; }
	h3, h3 * { font-size: 28px; }
	h4, h4 * { font-size: 24px; }
	h5, h5 * { font-size: 14px; }
	h6, h6 * { font-size: 10px; }

	* { font-size: 16px; }
}
















* {
	box-sizing: border-box;
	font-family: 'OpenSans-Light', sans-serif;
/* 	font-family: 'Raleway-Light', sans-serif; */
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:active, *:focus { outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
    font-weight: normal;
    display: inline-block;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*h4 { font-family: "Raleway-Regular", sans-serif; }*/



















.main-flexible {
	width: 1200px;
	margin: auto;
}

@media screen and (max-width: 1200px) 
{
	.main-flexible {
		width: 100%;
		margin: 0;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 425px) 
{
	.main-flexible {
		padding-left: 12px;
		padding-right: 12px;
	}
}
















/* Main block  */

.main-block {
	margin-top: 64px;
}

.main-block:last-child { margin-bottom: 64px; }


@media screen and (max-width: 425px) 
{
	.main-block { margin-top: 32px; }	

	.main-block:last-child { margin-bottom: 32px; }
}













/* Main title */

.main-title { margin-bottom: 32px; }

.main-title-right { text-align: right; margin-left: auto; }

.main-title h3 {
	font-family: 'Raleway-Regular', sans-serif;
	display: inline-block;
	/*font-size: 32px;*/
	text-transform: uppercase;
}

.main-title div {
	width: 160px;
	border-bottom: 4px solid #4C8FFC;
	display: inline-block;	
	position: relative;
	top: -8px;	
	margin-right: 16px;
}

.main-title div:last-child { display: none; }

.main-title-right div:first-child { display: none; }
.main-title-right div:last-child { display: inline-block; }

.main-title h3 + div {
	margin-right: 0;
    margin-left: 16px;
}

@media screen and (max-width: 425px) 
{
	.main-title { text-align: center; margin-bottom: 16px; }

	.main-title div:first-child { display: none; }
	.main-title div:last-child { display: block; }

	.main-title div:last-child { 
		width: 33%;
		margin: auto;
		margin-top: 16px;
	}

	/*.main-title span { font-size: 28px; }*/
}



















/* Main subtitle  */

.main-subtitle { margin-bottom: 16px; }

.main-subtitle span {
	font-family: 'Raleway-Regular', sans-serif;
	/*font-size: 28px;*/
	text-transform: uppercase;
}


@media screen and (max-width: 425px) 
{
	/*.main-subtitle span { font-size: 24px; }*/
}



















/* Main button */

.main-btn {
	padding: 28px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-family: 'Raleway-Regular', sans-serif;
	transition: all .2s linear;
	/*font-size: 16px;*/
	text-transform: uppercase;
}

.main-btn:hover {
    cursor: pointer;
}

.main-btn i {
	margin-left: 8px;
	position: relative;
	left: 3px;
}

/* Main button primary */

.main-btn-primary {
    color: white;
    border: solid 2px white;
    background-color: #4C8FFC;
}

.main-btn-primary:hover {
    color: #4C8FFC;
    border: solid 2px #4C8FFC;
    background-color: white;
}

/* Main button secondary */

.main-btn-secondary {
    color: #4C8FFC;
    border: solid 2px #4C8FFC;
    background-color: white;
}

.main-btn-secondary:hover {
    color: white;
    background-color: #4C8FFC;
    border: solid 2px white;
}

/* Main btn thirdly */

.main-btn-thirdly {
    color: white;
    border: solid 2px white;
    background-color: #4C8FFC;
}

.main-btn-thirdly:hover {
    color: #4C8FFC;
    border: solid 2px #4C8FFC;
    background-color: white;
}

	
/* Main btn fourthly */

.main-btn-fourthly {
    color: white;
    border: solid 2px white;
    background-color: #2C346E;
}

.main-btn-fourthly:hover {
    color: #2C346E;
    /*border: solid 2px #4C8FFC;*/
    background-color: white;
}

/* Main button small */

.main-btn-sm {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*font-size: 14px;*/
}


.main-btn-shadow {
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
	/*transition: box-shadow .2s linear;*/
}

.main-btn-shadow:hover {
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.35);
}





















.page-header {
	margin-bottom: 232px;
}

.page-header .page-header-title {
	text-transform: uppercase;
	text-align: center;
	/*font-size: 52px;*/
	font-family: 'Raleway-Regular', sans-serif;
	margin-top: 100px;
	letter-spacing: 4px;
}

.page-header .page-header-border {
	width: 120px;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: solid 4px #4C8FFC;
}

.page-header .page-header-text {
	max-width: 540px;
	margin: auto;
	text-align: center;
	font-family: 'Raleway-Regular', sans-serif;
}

.page-header .page-header-background {
	position: absolute;

    width: 98%;
    left: calc(50% - 98% / 2);
    height: 200px;
    background-image: url(/wp-content/themes/twentyseventeen/assets/img/page_header.png);
	background-position-x: 800px; 
    background-position-y: -361px;
    overflow: auto;
}

@media screen and (max-width: 425px) 
{
	.page-header { background-position-y: -180px; }

	/*.page-header .page-header-background { left: 0; width: 100%;  }*/

	.page-header .page-header-title { margin-top: 60px; }
	.page-header .page-header-border { width: 80px; }
}
























.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #4c548d;
    border: 1px solid #BDBABA;
    border-radius: 0px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #4c548d;
}

.control input:checked ~ .control_indicator {
    background: #4c548d;
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #4c548d;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

















.main-video {
	width: 720px;
	margin: auto;
}

.main-video > div {
	position: relative;
	padding-top: 56.25%;
}

.main-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 800px)
{
	.main-video {
		width: 100%;
		margin: auto;
	}
}