html {
    font-size: 15px;
}

body {
    margin: 0;

    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0 0 10px;
}

.container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
}

.r {
    width: 100px;
    height: 50px;
}


/* Page
=================*/

.page {
    width: 100%;
    height: auto;
    position: relative;

    background-color:  #FDF4E3;
    background-size: cover;
    
}

.tit1 {
    width: 500px;
    height: 500px;
}

/* Header
=================*/

.header {
    padding: 1rem 0;
    margin-bottom: 20px;

    background: #004524;
}

.header-inner {
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.p-item {
    margin: 0;
    text-align: right;
    font-size: 13px;
}


.header-brand {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
}

.header-logo img {
    display: block;
}

.header-nav {
    display: flex;
}

.header-nav-link {
    margin-left: 0.8rem;
    text-align: center;

    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;

    transition: color 0.2s linear;
}

.header-nav-link:hover {
    color: #b2e3fd;
}

.header-nav-link.active {
    position: relative;
}

.header-nav-link.active:after {
    width: 100%;
    height: 2px;

    background-color: #fff;

    position: absolute;
    left: 0;
    bottom: -5px;
}


.header-item {
    color: #000000;
    font-size: 14px;
}



/* Content
=================*/

.content-header1 {
    margin: 30px 5px;
    text-align: center;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
    background-color: #004524;
    border-radius: 15px;
}


.content {
    height: 100%;
    width: 100%;
    max-width: 1100px;
}

.content-header {
    margin-bottom: 15px;
}

.subtitle {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, .6);
    font-weight: 300;
}

.title {
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 2.5rem;
    color: #000000;
    font-weight: 500;
    line-height: 1.2;
}

.title span {
    color: #2B7DED;
}

.text {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.2rem;
    color: #000;
}



/* Btn
=================*/

.btn {
    display: inline-block;
    padding: 12px 35px;

    font-family: inherit;
    font-size: 1rem;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    text-decoration: none;

    cursor: pointer;
    border: 0;
    background-color: #2B7DED;
    border-radius: 5px;

    transition: background .2s linear;
}

.btn:hover {
    background-color: #1461cb;
}

.btn-full {
    display: block;
    width: 100%;
}


/* Author
=================*/

.author {
    position: absolute;

    right: 20px;
    bottom: 0;
}



/* Footer
=================*/

.footer {
    width: 100%;
    bottom: 45px;
    left: 0;
}




/* Form
=================*/

.form {
    width: 100%;
    max-width: 280px;
}

.form-group {
    margin-bottom: 20px;
}

.input,
.textarea {
    display: block;
    width: 100%;
    padding: 12px 18px;

    font-family: inherit;
    font-size: 1rem;
    color: #fff;

    border: 0;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
}

.textarea {
    height: 100px;
    resize: none;
}

.input::placeholder,
.textarea::placeholder {
    color: #fff;
}



/* Media
=================*/

@media (max-width: 1000px) {

    .author {
        display: none;
    }

}

@media (max-width: 767px) {

    /* Header */
    .header-logo {
        display: none;
    }

    .header-brand {
        font-size: 1.2rem;
    }
}

@media (max-width: 565px) {

    .content {
        text-align: center;
    }

    /* Header */
    .header-inner {
        flex-direction: column;
    }

    .header-brand {
        margin-bottom: 1rem;
    }

    /* Contacts */
    .contacts {
        flex-direction: column;
    }

    .contacts-link {
        margin-right: 0;
        margin-bottom: .5rem;
    }

    .contacts-link:last-child {
        margin-bottom: 0;
    }

    .contacts-link:last-child:after {
        display: none;
    }
}



/****************************************
*******************Перенос***************
****************************************/



* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Поплавок четыре колонки бок о бок */
.column {
  float: left;
  width: 25%;
  padding: 5px 5px;
}

.card:hover {
    cursor: pointer;
}
/* Удалите лишние левые и правые поля, из-за заполнения */
.row {margin: 0 -5px;}

/* Очистить поплавки после столбцов */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Отзывчивые столбцы */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
    
}


/* Стиль контейнера карточек */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
  background-color: #fff;
}

.card-nav {
    margin-bottom: 15px;
    word-wrap: break-word;
    text-align: center;
}

.img-nav {
    margin: 1px;
    max-width: 110%;
    max-height: 8.5rem;
}


.reg {
    padding: 10px 10px;
    background-color: #ffffff;
    margin: 45px 2px 20px 2px;
    font-size: 32px;
    color: #b70303;
    text-align: center;
    border-radius: 25px; 
}

.pozition-fot {
    font-weight: 600;
    text-align: center;
    margin: 20px 10px;
    font-size: 24px;
    color: #000;
}

.da-img {
    margin: 40px 5px;
    width: 100%;
}


.perehod {

    background-color: #004524;
    color: aliceblue;
    font-size: 18px;
    border-radius: 10px;
}

.a-title {
     margin: 0 auto;
    max-width: 120px;
    
}
.a-title1 {
    font-size: 28px;
    color: #00de22;
    text-decoration: none;   
}

.a-title2 {
    font-size: 28px;
    color: #05a1f4;
    text-decoration: none;
    
}

.a-title1:hover {
    cursor: pointer; 
}

.a-title2:hover {
    cursor: pointer;
}

.end {
    color: #000000;
}

.container1 {
    font-size: 16px;
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
    text-align: center;
    background-color: #4b4b4d;
    color: #ffffff;
   
}

.margin1 {
    margin: 20px;
}







