/*Обнуление*/
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; };
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0;};
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }

*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
ul li{list-style: none;}
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
html {
    
}
body {
    width: 100vw;
    overflow-x: hidden;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    box-sizing: border-box;


    
}

.space {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    background-image: url(images/bg-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   
}
.main-block {
   height: auto;
}
.container {
    max-width: 1282px;
    padding: 0 15px;
    margin: 0 auto;
}

.logo {
    display: inline-block;
    background-image: url(images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 90px;
    height: 90px;  
}

.figures {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(images/figures.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header {
    padding-top: 25px;
}

.title-h1 {
    font-weight: 700;
    font-size: 38px;
    line-height: 140%;
    text-transform: uppercase;
    color: #112e66cf;
}


.block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
    margin-top: 30px;
    position: relative;
}

.block__title {
    max-width: 511px;
    margin-bottom: 8px;
}

.block__text {
    margin-bottom: 30px;
    max-width: 511px;
}

.text {
    font-weight: 300;
    font-size: 20px;
    line-height: 149.52%;
    color: #565454;
}

.btn {
    background-color: rgba(255, 218, 83, 0.863);
    box-shadow: 1px 4px 5px 1px rgba(0, 0, 0, 0.07);
    border-radius: 35px;
    height: 50px;
    width: 231px;
    position: relative;
    border: 2px solid #fccb0500;
    transition: 0.2s;
    display: inline-block;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.btn:hover {
    transition: 0.2s;
    background-color: inherit;
    background: inherit;
    border: 2px solid #fcca05b3;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.07);
}

.main-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.block__images {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
    height: 500px;
    top: -50px;
}
.block__images p {
    position: absolute;
    bottom: 0;
    top: 97%;
    font-weight: 400;
    font-size: 13px;
    line-height: 116%;
    color: rgba(192, 192, 192, 0.9);
}

.block__images-p-1 {
    left: 50px;
}
.block__images-p-2 {
    right: 22px;
}

.plus {
    position: absolute;
    left: 46%;
}

.block__img-1 {
    position: absolute;
    left: 0;
    top: 0;
}

.block__img-1-size {
    width: 359px;
}
.block__img-2-size {
    width: 330px;
}

.block__img-2 {
    position: absolute;
    right: 0px;
    top: 38px;
}

.emblems {
    margin-top: 58px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 140px;
}

.emblems__item {
    display: flex;
    align-items: center;
}

.emblems__item p{
    width: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    margin-left: 13px;
    color: #7896C1;
    text-align: start;
}

.emblems__img-2 {

    opacity: 0.8;
}

footer {
    width: 100vw;
    padding: 30px 0;
    background: #011533;
  

}

.footer {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
   
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 100%;
    flex: 1;
    max-width: 1282px;
    
 
}

.footer__developers {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 14.4px;
    line-height: 22px;
    margin-right: 16px;
    color: #A5A5A5;
}
.footer__developers a {
    margin-left: 5px;
    color: #9c84f9;
}

