/*==============================RESET==============================*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, img {
  border: none;
}

hr {
  border-bottom: 1px solid #ccc;
}

img {
  vertical-align: middle;
}

ol, ul {
  list-style-position: outside;
}

table td,
table th {
  vertical-align: top;
}

big {
  font-size: larger;
}

small {
  font-size: smaller;
}

sub, sup {
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a:hover, a:visited {
  text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
}

input, select {
  vertical-align: middle;
  border: 0;
}

textarea {
  overflow: auto;
}

button {
  cursor: pointer;
  border: 0;
}

:focus, :active {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================COMMON==============================*/
/*
.center-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    min-width: 320px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
}

h2, .h2 {
    margin-bottom: 20px;
    color: #646464;
    font-size: 40px;
    font-weight: 300;
}
*/
/*
.title_text {
    padding-bottom: 20px;
    text-align: left;
}
.title_text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    color: #1f1f1f;
}*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');

html, body {
    width: 100%;
    height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #222222;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #1645ad;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a:link,
a:active,
a:visited,
a:focus {
    color: #1645ad;
    text-decoration: none;
}

a:hover {
    color: #0f3c7b;
    text-decoration: underline;
}


/*==============================Старт Секция==============================*/
.section {
    width: 100%;
    height: 100vh;
    background: rgb(44,62,80);
    background: -moz-linear-gradient(47deg, rgba(44,62,80,1) 0%, rgba(52,73,94,1) 38%, rgba(127,140,141,1) 100%);
    background: -webkit-linear-gradient(47deg, rgba(44,62,80,1) 0%, rgba(52,73,94,1) 38%, rgba(127,140,141,1) 100%);
    background: linear-gradient(47deg, rgba(44,62,80,1) 0%, rgba(52,73,94,1) 38%, rgba(127,140,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c3e50",endColorstr="#7f8c8d",GradientType=1);
    display: flex;
    align-items: center;
}
h1 {
  text-align: center;
  color: #ecf0f1;
  font-weight: bold;
  font-size: 50px;
}
/*==============================Конец Секция==============================*/
