/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
/*    list-style: none;*/
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

body {
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5em;
    font-family: "Roboto", sans-serif;
}

h1, h2 {
    line-height: 1.3em;
    font-family: "Oswald", sans-serif;
}

main .connection_container .inner {
    padding-top: 150px;
}

ul {
1    padding: 0;
    margin: 0 0 60px 30px;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
}

.content {
    padding-bottom: 95px;
}

.inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 25px;
    box-sizing: border-box;
}

header .inner, footer .inner {
    padding: 5px 20px;
}

/*-----Менюшка-----*/
header {
    box-sizing: border-box;
    position: fixed;
    max-height: 70px;
    width: 100%;
    background-color: #ffffff;
    z-index: 50;
    box-shadow: 0 3px 12px #A9A9A9;
}

.head {
    box-sizing: border-box;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_logo {
    width: 60px;
}

nav {
    display: flex;
    justify-content: space-between;
    width: 50%
}

.header_phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.burger {
    display: none;
    cursor: pointer;
    height: 40px;
    margin-left: 20px;
    width: 30px;
    z-index: 100;
    background-image: url("img/menu.svg");
    background-position: center;
    background-size: cover;
    transition: .2s all linear;
}

.close {
    position: relative;
    z-index: 100;
    width: 30px;
    height: 30px;
    background-image: url("img/close.svg");
    background-position: center;
    background-size: cover;
    transition: .2s all linear;
}

.burger_nav {
    box-sizing: border-box;
    right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    top: 55px;
    position: relative;
    background-color: #fff;
    width: 300px;
    box-shadow: 0 8px 18px -1px #393939;
    border-radius: 2px;
    height: 210px;
    transition: .2s all linear;
    cursor: auto;
    z-index: 100;
}

.burger_nav .menu_element {
    display: flex;
    align-items: center;
    margin: 15px;
}

.deleter1, .deleter2, .deleter3, .deleter4 {
    display: none;
}


.menu_element {
    text-decoration: none;
    color: #525252;
/*    text-transform: uppercase;	*/
    transition: .5s;
}

.menu_element:hover {
    color: #0caa57;
}

.phone {
    display: flex;
    align-items: center;
}

.feedback_element_main {
    display: flex;
    align-items: center;
    height: 60px;
}

.feedback_img_main {
    align-items: center;
    display: flex;
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.feedback_text_main {
    display: flex;
    text-decoration: none;
    color: #525252;
    text-transform: uppercase;
    transition: .5s;
}

.feedback_text_main:hover {
    color: #0caa57;
}



/*----Контейнер главный-----*/

main {
    width: 100%;
    background-color: #F0F8FF;
}


.connection_container {
    box-sizing: border-box;
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    background-image:url("img/bg-top.jpg");
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.connection_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h1 {
    margin: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: .4s;
	letter-spacing:2px;
}

.connection_text p {
    margin: 15px 0 30px auto;
    color: #e1e1e1;
    font-size: 20px;
	line-height:1.5em;
}

.connection_text a {
    background-color: #A9A9A9;
    border-radius: 8px;
    padding: 20px 25px;
    border: none;
    text-transform: uppercase;
    transition: .5s;
    outline: none;
    width:100%;
    max-width:250px;
    margin: 0 auto;
    display:inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.connection_text a:active {
    top: 2px;
    cursor: pointer;
}

.connection_text a:hover {
    background-color: #0caa57;
    cursor: pointer;
}

/*-----Яйца------*/

#blocks {
    background-color: #f9f9f9;
}

#blocks .inner {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block {
    box-sizing: border-box;
/*    background-color: #393939;	*/
    background-color: #1a1a26;
    max-height: 550px;
    padding:60px 45px;
    margin-bottom: 20px;
    justify-content: center;
    box-shadow: 0 3px 15px #b1b1b1;
    border-radius: 4px;
}

h4 {
    font-size: 24px;
	line-height:1.3em;
    margin: 0 0 20px 0;
    color: #ffffff;
    font-weight: bold;
}

#blocks .inner ul li {

    color: #cacaca;
1    list-style: none;
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 18px;
}

.dop_info {
    margin-top: 20px;
    border-left: 8px solid #009400;
    padding-left: 20px;
    color: #4e4e4e;
}

/*-----Видео-----*/
.video_container {
    background-color: #393939;
}

.video {
    height: 100vh;
    box-sizing: border-box;
}

.video_player {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}



/*-----Форма Регистрации-----*/

#form_section {
    background-color: #ffffff;
}

.form {
    box-sizing: border-box;
    padding: 65px 25px;
}

form {
    align-items: center;
    display: flex;
    flex-direction: column;
}


.form_title {
/*    color: #797979;	*/
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    font-size: 30px;
}

.form_element {
    max-width: 400px;
    width:100%;
    margin: 0 auto;
    font-size: 16px;
}

.form_element label {
    color: #6b6b6b;
}

  
.forma input[type=text],
.forma input[type=email] {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 5px 0 20px 0;
	padding: 12px 10px;
	border: 1px solid #dedede;
	border-radius: 3px;
	color:#666;
	font-weight: bold;
	font-size: 16px;

}

.forma textarea {
	width: 100%;
        max-width: 100%;
        min-width: 100%;
	min-height: 120px;
	margin-top: 5px;
	padding: 8px 10px 8px 10px;
	border: 1px solid #dedede;
	border-radius: 3px;
	box-sizing: border-box;
	color:#666;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.feedback_img {
    align-items: center;
    height: 30px;
    max-width: 30px;
    margin: 0 10px 0 0;
}

.check_box {
    display: flex;
    padding: 20px 0 20px 0;
}
.check_box:hover {
    cursor: pointer;
    outline: none;
}
@media screen and (min-width: 518px) {
    .check_box {
	align-items: center;
    }
}
@media screen and (max-width: 517px) {
    .check_box {
	align-items: start;
    }
}

.submit_text {
    font-weight: normal;
    max-width: 500px;
    margin: 0 auto;
    color: #778899;
    text-align: center;
    font-size: 16px;
}

.policy {
    display: flex;
    justify-content: center;
    color: #706f6f;
    margin-bottom: 10px;
}

.form_submit {
    outline: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    display: flex;
    padding: 15px 35px;
    border: none;
/*    background-color: #A9A9A9;	*/
    background: #0caa57;
    color: #FFFFFF;
    font-weight: bold;
	font-size:16px;
/*	text-transform: uppercase;	*/
    border-radius: 5px;
    margin:15px auto;
    transition: .5s;
}

.form_submit:hover {
    background: #00ba67;
}

/*----Картинка-----*/

.fond_container {
    padding: 80px 25px;
    display: flex;
    justify-content: center;
    background-color: #F0F8FF;
}

.fond_container div {
    align-items: center;
    max-width: 700px;
    display: flex;
    justify-content: center;
}

.fond_container div img {
    width: 100%;
    display: flex;
    justify-content: center;
}


/*-----Футер-----*/

footer {

    margin-top: -95px;
    max-width: 100%;
    box-shadow: 0 3px 12px #A9A9A9;
}


.footer {
    padding: 10px;
    box-sizing: border-box;
    justify-content: space-between;
    max-height: 150px;
    display: flex;
    min-height: 95px;
    align-items: center;
}

h3 {
    margin: 0;
    display: flex;
    color: #525252;
    align-items: center;
    font-weight: normal;
}

.footer_main {
   display: flex; 
   margin-left: 15px;
}

.feedback_element {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.feedback_element:first-child {
    margin-right: 20px;
}

.feedback_element  img {
    align-items: center;
    height: 30px;
    max-width: 30px;
    margin: 0 15px 0 0;
}

.feedback_text {
    text-decoration: none;
    color: #525252;
    transition: .5s;
}

.feedback_link {
    text-decoration: none;
    color: #525252;
    transition: .5s;
}


/*-------ARTICLE-----*/
article {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5em;
  color: #525252;
}

article .inner h1 {
    margin: 90px 0 40px 0;
    color: #1a1a1a;
    font-size: 30px;
    text-align: center;
}

article p {
    margin-bottom: 40px;
}

article h2 {
    font-family: "Roboto", sans-serif;
    color: #525252;
    font-size: 25px;
    margin-top: 60px;
}

article .inner ul {
    margin-bottom: 60px;
    list-style: disc;
}

article .inner li {
    padding-left: 5px;
    margin-top: 20px;
}

/*-----Модуль при отправке-------*/
.modal {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    background-color: #fff;
    box-shadow: 9px 13px 29px #525252;
    width: 100%;
    max-width: 300px;
    max-height: 300px;
    border-radius: 5px;
    z-index: 1003;
    border: 2px solid #686868;
}

.modal h2 {
    color: #1a1a1a;
    text-align: center;
    font-size: 35px;
}

.modal p {
    text-align: center;
    font-size: 20px;
    color: #3d3d3d;
    margin: 20px 0;
}

.btn {
    outline: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    display: flex;
    padding: 10px 18px 10px 18px;
    border: none;
    background-color: #A9A9A9;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 0 auto;
    transition: .5s;
    margin-bottom: 5px;
}

.btn:hover {
    background-color: #0caa57;
}

.close_modal {
    display: none !important;
}

.blur {
    display: flex;
    align-items: center;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(47, 47, 47, 0.9);
    z-index: 1000;
}
/*-----Политика----*/
.blur_2 {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position:fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    background-color: rgba(47, 47, 47, 0.9);
    z-index: 1000;
}

.blur_2 div {
    margin: 0 25px;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    height: 60vh;
    padding: 45px 25px;
    font-size: 16px;
    overflow: auto;
}

.blur_2 div h2 {
    font-size: 35px;
    text-align: center;
    color: #1a1a1a;
}

.blur_2 div p {
    color: #3e3e3e;
}

.blur_2 div h2, .blur_2 div p, .blur_2 div h4 {
    margin-bottom: 30px;
}

.blur_2 div h4 {
    font-family: 'Oswald', sans-serif;
    font-size:  25px;
    color: #1a1a1a;
}

.btn_policy {
    outline: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;	
    padding: 10px 20px;
    border: none;
    background-color: #A9A9A9;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .5s;
}

.btn_policy:hover {
    background-color: #0caa57;
}

.close_policy{
    display: none;
}


.no-required {position:absolute; left:-3339px; display:none;}


@media screen and (max-width: 500px) {
    .blur_2 div h2{
        font-size: 25px;
    }         
    .blur_2 div h4 {
        font-size: 20px;
    }
}


/*-----Адаптив-----*/

@media screen and (min-width: 1126px) {
    h1 {
        font-size: 60px;
    }
    .fond_container {
        padding: 80px 25px;
    }
}

@media screen and (max-width: 1125px) {
    body {
        font-size: 18px;
    }
    h1 {
        font-size: 36px;
    }
}
@media screen and (max-width: 836px) {
    body {
        font-size: 16px;
    }
    .footer_main {
        flex-direction: column;
    }
    .head_logo {
        width: 65px;
    }
}
@media screen and (max-width: 575px) {
    body {
        font-size: 14px;
    }
    h3 {
        display: none;
    }
    .feedback_text_main {
        display: none;
    }
    .block {
        padding: 20px;
    }
    .feedback_text {
        font-size: 14px;
    }
    .feedback_link {
        font-size: 14px;
    }
    .connection_text a {
        max-width: 150px;
        font-size: 17px;
        padding: 15px 15px;
    }
    .menu_element {
        display: none;
    }
    .text_blocks ul li {
        font-size: 15px;
    }
    .form_label {
        font-size: 16px;
    }
    h4 {
        font-size: 20px;
    }
    h1 {
        font-size: 28px;
    }
    .main_subtitle {
        font-size: 14px;
    }
    .burger {
        display: block;
    }
    .fond_container {
        padding: 10px 10px;
    }
}
@media screen and (max-width: 400px) {
    body {
        font-size: 12px;
    }
    .inner {
        padding: 40px 10px 40px 10px;
    }
    header .inner, footer .inner {
        padding: 10px 10px;
    }
}

@media screen and (min-width: 851px) {
    .block {
        width: 49%;
        min-height: 380px;
    }
}
@media screen and (max-width: 850px) {
    .block {
        margin: 20px auto;
        width: 100%;
        min-height: 260px;
    }
}