


*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
}
.wrapper {
    height: 100%;
}
aside{
    width: 20%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

main{
    width: 100%;
}
footer{flex: 0 0 auto;}
.center{text-align: center;}
.content, header, footer, body{
    /*font-family: akrobat-regular;*/
    font-size: 18px;
}
.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.col{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.max900{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.max850{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 1%;
}
.max{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}
.max960{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.max1000{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.max1040{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 3% 3% 3% 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 8px 3px rgba(0,89,149,.42);
}
.max1100{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.max960_{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 1%;
}
.max1250{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}
ul, ol{
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 40px;
}
.link{
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}
.link:hover{
    color: red;
}


.none{display: none;}
blockquote {padding: 10px 20px;line-height: 22px;}
blockquote, figure {margin: 0 0 10px;}
._br{display: none;}
@media(max-width: 500px){
    .link{font-size: 16px;}
    ._br{display: block !important;}
}

/*модальное окно*/

.modalWindow{
    display: block;
    position: fixed;
    z-index: 898;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .7);
}
.modalWindow-inner{
    max-width: 900px;
    margin: 10px auto;
    background: #fff;
    padding: 1%;
    position: relative;
    width: 96%;
}
.modalWindow-close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    z-index: 3;
}
.modalWindow-close:hover{
    transform: scale(.8);
}

.col{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.wrapper{
    display: flex;
    flex-direction: column;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*----------------garant--------------*/

.win3 .modalWindow-inner{
    padding: 2% 3% 5% 5%;
    background: #fff;
}
.win3 .modalWindow-close {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: .3s;
}
.text-block-21{
    margin-bottom: 16px;
    color: #a30302;
    font-size: 44px;
    line-height: 1.4em;
    text-align: center;
}
.block_1{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.block_2{
    flex: 1;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-block-22{
    margin-bottom: 2%;
    font-size: 24px;
    font-weight: 400;
}
.text-block-23{
    line-height: 1.3em;
    font-size: 16px;
}
.text-span-71 {
    text-decoration: underline;
}
.text-block-163 {
    margin-bottom: 20px;
    color: #131313;
    font-size: 44px;
    line-height: 1.4em;
    text-align: left;
}
.text-block-171 {
    margin-bottom: 2%;
    color: #ad0201;
    font-size: 24px;
    font-weight: 500;
}
@media(max-width: 960px){
    .win3 .modalWindow-close {right: 10px;}
}
@media(max-width: 650px){
    .text-block-21 {margin-bottom: 7px; font-size: 32px;}
    .win3 .modalWindow-inner {padding: 7% 3% 12% 5%;}
}
@media(max-width: 500px){
    .block_1, .block_2 {padding-left: 11px;padding-right: 11px;}
    .block_1{margin-bottom: 8px;}
    .text-block-21 {font-size: 26px;}
    .text-block-22 {font-size: 21px;}
/*    .win3 .modalWindow-inner{
        padding: 4% 3% 7% 2%;
        background: url(../images/qqqqq.png) 50% 50%/108% 111% no-repeat;}*/
    .win3 .modalWindow-close {
        width: 30px;
        height: 30px;
        right: 7px;
        top: 11px;}
}

/*inright*/
.inright{animation: inright 1.2s ease-in-out;}
@keyframes inright{
    0%{transform: translate(100px); opacity: 0;}
    100%{transform: translate(0px); opacity: 1;}
}
/*inleft*/
.inleft{animation: inleft 1.2s ease-in-out;}
@keyframes inleft{
    0%{transform: translate(-100px); opacity: 0;}
    100%{transform: translate(0px); opacity: 1;}
}
/*intop*/
.intop{animation: intop 1.2s ease-in-out;}
@keyframes intop{
    0%{transform: translate(0, -70px); opacity: 0;}
    100%{transform: translate(0, 0px); opacity: 1;}
}
/*inner*/
.inner{animation: inner 1.2s ease-in-out;}
@keyframes inner{
    0%{transform: scale(.3); opacity: 0;}
    80%{transform: scale(1.2); opacity: .7;}
    100%{transform: scale(1); opacity: 1;}
}




[data-show]{display: none;}