a:link {text-decoration: none;} 
a:visited {color:; text-decoration: none;}
a:hover {color: #E5E5E5; text-decoration: none;}
a:active {color:; text-decoration: none;}

a {color: #000000;}

html * {max-height:1000000px;}

:root {--item-width: 1200px;}

::-webkit-input-placeholder {color:#5b5b5b;}
::-moz-placeholder          {color:#5b5b5b;}/* Firefox 19+ */
:-moz-placeholder           {color:#5b5b5b;}/* Firefox 18- */
:-ms-input-placeholder      {color:#5b5b5b;}

html {height: 100%; max-height: 100000000px !important;}
body {
        font-family: 'Exo 2', sans-serif;
        font-size: 16px;
        font-weight: normal;
        background: #ffffff;
        margin: 0px;
        padding: 0px;
        color: #123;
        height: 100%;
        line-height: 25px;
}
textarea, input, button {
        font-family: 'Exo 2', sans-serif;
        font-size: 16px;
}
textarea, input[type=text],textarea, input[type=tel], input[type=password], input[type=number]  {
        padding: 0px 8px;
        border: 1px solid #5E5E5E;
        box-sizing: border-box; 
}
input[type=text],input[type=tel], input[type=password], input[type=number]  {
        line-height: 34px;
        height: 37px;
}
textarea {padding: 8px;}
select {
        border: 0px;
        padding: 0px 8px;
        margin: 0px;
        height: 34px;
        line-height: 34px;
        width: 250px;
}


button, .likebtn {
        cursor: pointer;
        text-decoration: none !important;
        border: 0px !important;
        box-sizing: border-box;
        vertical-align: middle;
}
button img, .likebtn img {vertical-align: middle; margin-bottom: 3px;}
.clear {
        clear: both;
}
h1, .h1 {
        font-family: 'Exo 2', sans-serif;
        font-weight: 600;
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 14px;
}

h2, .h2 {
        font-family: 'Exo 2', sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
        padding-top: 0px;
        color:  #000;
        text-align: center;
        margin-bottom: 22px;
}
h3, .h3 {
        font-family: 'Exo 2', sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        padding-top: 0px;
        margin: 0;
        color:  #000;
        text-align: center;

}
h4, .h4 {
        font-family: 'Exo 2', sans-serif;
        font-weight: 500 !important;
        font-size: 16px !important;
        line-height: 19px !important;      
        padding-top: 0px;
        margin: 0;
        color:  #000;
}
p {
        text-align: justify;
        margin: 15px 10px 0px 0px;
        padding: 0px;
}

span {
       font-family: 'Exo 2';
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 34px;
        color: #000000; 
}

li {
        list-style-type: none;
        margin: 0;
        padding: 0;
}

#all {
    min-height: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 2px;
    box-sizing: border-box;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.main {
        width: var(--item-width);
        display: flex;
        flex-direction: column;
        align-items: center;
}

header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 70px !important;
}

header .main {
        align-items: unset;
}

.header__logo .logo {
    line-height: 100px;
}

.header__logo .logo img {
    height: 80px;
    vertical-align: middle;
    margin-right: 90px;
}

.header {
        height: 120px;
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.header_contacts {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-left: 100px;
}

.header_contacts span {
        font-size: 20px;
        padding-bottom: 10px;
}

.btn {
        font-family: 'Exo 2';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 9px 14px;
        width: 162px;
        height: 37px;
        background: #7098D3;
        border-radius: 5px;
}

.header__container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
       padding: 0px 0px 23px 0px;
        justify-content: space-between;
        min-height: 73px;
        align-items: center;
}

.menu__icon {
        display: none;
}

.menu__body {}
.menu__body ul {padding-left: 20px;}
.menu__list {}
.menu__list > li {
        position: relative;
        margin: 0px 0px 0px 20px;
}

.menu__link {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
}

.menu__link:hover {
        color: #E5E5E5;
}


/* ----------------------------------------------- */ 
body._pc .menu__list > li:hover .menu__sub-list {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        pointer-events: all;
}

body._touch .menu__list > li {
        display: flex;
        align-items: center;
}

body._touch .menu__link {
        flex: 1 1 auto;
}

body._lock {overflow: hidden;}

.about_text {
    margin-top: 30px;
}
.about_text .h1 {
    display: block;
    text-align: center;
}

/* ----------------------------------------------- */


@media (min-width: 1024px) {
        .menu__list {
                display: flex;
                align-items: center;
        }
        .menu__list > li {
                padding: 10px 0 3px 0;
        }

}

@media (max-width: 1024px) {
        header {
                width: 100%;
                position: fixed;
                box-sizing: border-box;
                padding-left: 10px;
                padding-right: 10px;
                background: #ffff;
                z-index: 11;
                padding-bottom: 0px !important;
        }

        .header__logo {
                padding-left: 70px;
        }

        .header__logo span {
                font-size: 20px;
        }

        .header__container {
                width: 100%;
                padding: 0;
                z-index: 10;
        }

        .menu__icon {
                z-index: 5;
                display: flex;
                flex-direction: column;
                position: absolute;
                width: 49px;
                height: 35px;
                cursor: pointer;
                margin-right: 15px;
        }


        .menu__icon span, .menu__icon::before, .menu__icon::after {
                content: "";
                left: 0;
                position: absolute;
                width: 100%;
                height: 7px;
                transition: all 0.3s ease 0s;
                background-color: #7098D3;
        }

        .menu__icon::before {
                top: 0;
        }


        .menu__icon::after {
                bottom: 0;
        }

        .menu__icon span {
                position: relative;
                top: 50%;
                transform: scale(1.0) translate(0px, -50%);
                width: 40px;
                height: 7px;
                background: #7098D3;
        }


        .menu__icon._active span {
                transform: scale(0) translate(0px, -50%);

        }

        .menu__icon._active::before {
                top: 50%;
                transform: rotate(-45deg) translate(0px, -50%);
        }

        .menu__icon._active::after {
                left: -7%;
                top: 50%;
                transform:  rotate(45deg) translate(0px, -50%);
        }


        .menu__body {
                position: fixed;
                top: 0;
                left: -120%;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.9);
                padding: 100px 30px 30px 30px;
                transition: left 0.3s ease 0s;
                overflow: auto;
               
        }

        .menu__body._active {
                left: 0;
        }

        .menu__list {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
        }

        .menu__list > li {
                flex-wrap: wrap;
                margin: 0px 0px 30px 0px !important;
        }

        .menu__list > li:first-child {
                margin-left: 0px !important;
        }

        .menu__list > li._active .menu__sub-list {
                display: block;
        }

        .menu__list > li:last-child {
                margin-bottom: 0;
        }

        .menu__link {
               color: #ffff;
               font-size: 24px;
        }

}

/*----------------------------------------------------------------*/


.line {
        width: 1118px;
        height: 0px;
        opacity: 0.8;
        border-top: 2px solid #7098D3;
}


.guarantee_bnr {
        height: 500px;
        display: flex;
}

.guarantee_bnr .main {
        align-items: unset;
        flex-direction: row;
}


.guarantee_text {
        display: flex;
        flex-direction: column;
        width: 100%;
        background: url(/img/Vector.png) 272px 215px no-repeat;
}

.guarantee_bnr img {
    position: absolute;
    left: 54.92%;
    top: 247px;
    z-index: 0;
    width: 350px;
}

.guarantee_text span:nth-child(3) {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px;
        padding-top: 10px;
        z-index: 1;
}


.guarantee_text ul {
        padding-left: 20px;
        margin-top: 60px;
        z-index: 1;
}

.guarantee_text li {
        list-style-type: disc;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 20px;
        z-index: 1;
}


.guarantee_img img {
        position: absolute;
}

.guarantee_img img:nth-child(1) {
        top: 260px;
        right: 20px;
}


.guarantee_img img:nth-child(2) {
        top: 140px;
        right: 365px;
}


.guarantee_img img:nth-child(3) {
        top: 385px;
        right: 0px;
}

.document {
        display: flex;
        flex-direction: column;
        height: 690px;
        width: auto;
        align-items: center;
        padding-top: 70px;
        background: url(/img/doc.png);
        background-repeat: no-repeat;
        background-position-x: 880px;
}

.document a {
        text-decoration: underline;
}
.document a:hover {
        color: #000;
}

.doc_box {
    display: flex;
}


.ooo {
        position: relative;
        width: 419px;
        height: auto;
        left: -60px;
        top: 109px;
        background: #FCFCFC;
        box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        box-sizing: border-box;
        padding: 10px;
}

.ooo ul, .ip ul {
        padding-left: 17px;
}


.ooo li, .ip li {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        list-style-type: decimal;
        line-height: 22px;
}

.ooo p, .ip p {
        margin-top: 103px;
}

.ooo img {
        position: absolute;
        left: 23.4%;
        right: 62.71%;
        top: -24.68%;
        bottom: 79.35%;
}

.ip {
        position: relative;
        width: 419px;
        height: 356px;
        left: 60px;
        top: 255px;
        background: #FCFCFC;
        box-shadow: 4px 6px 16px rgba(0, 0, 0, 0.15);
        border-radius: 15px;
        box-sizing: border-box;
        padding: 10px;
}

.ip img {
    position: absolute;
    left: 25.15%;
    right: 22.85%;
    top: -30.83%;
    bottom: 76.13%;
}


.offer {
        width: 100%;
}

.offer .main {
        padding-top: 120px;
        width: 100%;
        background: url(/img/bild.png);
        background-repeat: no-repeat;
        background-position-x: 50px;
        background-position-y: 50px;
}

.offer .box {
        width: 251px;
        height: 220px;
        left: 407px;
        top: 1610px;
        background: #FCFCFC;
        box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        box-sizing: border-box;
        padding: 22px 25px;
        display: flex;
        flex-direction: column;
}

.offer .box img {
        width: 34px;
        margin-bottom: 5px;
}

.offer .box .line {
        width: 100%;
        border: 1px solid #D1D1D1;
        margin: 9px 0px;
}

.offer_box {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.offer_box div:nth-child(1) {
        margin-right: 124px;
}

.offer_box span {
        font-weight: 400;
        font-size: 12px;
        line-height: 21px;
}

.calculation {
        display: flex;
        flex-direction: column;
}

.calculation .main {
        background: url(/img/Vector_2.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 34px;
        padding-top: 120px;
}

.all_calc {
        margin-top: 70px;
        display: flex;
}       

.box_calc {
        display: flex;
        flex-direction: column;
        width: 450px;
        margin-right: 42px;
}

.box_calc span {
        font-weight: 400;
        font-size: 15px;
        margin: 20px 0px 9px 0px;
        line-height: 12px;
}

.box_calc p {
        margin: 0;
        font-size: 8px;
        padding-top: 20px;
}

input {
        width: 367px;
        height: 37px;
        top: calc(50% - 37px/2 - 169.5px);
        background: #FFFFFF;
        border: 1px solid #5E5E5E;
        box-sizing: border-box;
        border-radius: 5px;
}

select {
        height: 37px;
        top: calc(50% - 37px/2 - 169.5px);
        background: #FFFFFF;
        border: 1px solid #5E5E5E;
        box-sizing: border-box;
        border-radius: 5px;
        width: 100%;
}


div.box_calc > span:nth-child(1) {
        margin-top: 0px;
}

.calc_summ {
        display: flex;
}

.box_summ {
        display: flex;
        flex-direction: column;
}

.box_summ:nth-child(1) {
        margin-right: 43px;
}

.box_summ input {
        width: 100%;
}

.box_grt {
        width: 422px;
        height: 220px;
        background: #FFFFFF;
        box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        box-sizing: border-box;
        padding: 29px 24px 18px 24px;
}

 .box_grt .h3 {
        text-align: left;
 } 

 .box_grt .h2 {
        line-height: 60px;
 }

 .box_grt .btn {
        width: 100%;
        margin-top: 25px;
 }


.partner {
        margin-top: 51px;
        display: flex;
        flex-direction: column;
}

.partner_img {
        margin-top: 70px;
        text-align: center;
}

.partner img {
        margin-bottom: 10px;
        margin-right: 10px;
        max-height: 50px;
}


.guarantee {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
}

.cont {
        display: flex;
        justify-content: center;
        margin-top: 35px;
        align-items: flex-end;
}

.tel {
        display: flex;
        flex-direction: column;
        margin-right: 46px;
}

.tel span {
        font-weight: 400;
        font-size: 12px;
}

.tel input {
        width: 190px;
        height: 37px;
        background: #FFFFFF;
        border: 1px solid #5E5E5E;
        box-sizing: border-box;
        border-radius: 5px;
}

.guarantee .main {
        background: url(/img/Vector_2.png);
        background-repeat: no-repeat;
        background-position-y: 30px;
        padding-top: 87px;
        padding-bottom: 70px;
}

.guarantee .main > p:nth-child(5) {
        font-weight: 400;
        font-size: 12px;
}

.guarantee > p:nth-child(5) strong {
        color: #7098D3;
}

.questions {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
}

.questions .main {
        background: url(/img/_.png);
        background-repeat: no-repeat;
        background-position-x: 974px;
        background-position-y: 60px;
}


.questions .main .tab {
        margin-top: 70px;
        height: 100%;
        box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        z-index: 10;
}

.tab {
        width: 814px;
}

.tab_box {
       box-sizing: border-box;
       padding: 10px 28px 10px 28px;
}

.tab_box.active {
        background: #7098D3;
        height: auto;
        padding: 22px 28px 22px 28px;
}

.tab_box.active p {
        display: block;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        transition: all 0.3s ease-in;
}

.tab_box.active .triangle {
        border-bottom: 8px solid #FFFFFF;
        border-top: 0;
        transform: rotate(360deg);
        transition: all 0.3s ease;
}

.triangle {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #D9D9D9;
        transition: all 0.3s ease;
}

.tab_item {
        display: flex;
        justify-content: space-between;
        align-items: center;
}

.tab_item p {
        margin: 0;
        font-weight: 600 !important;
}

.tab_box {
        border-bottom: 1px solid #D9D9D9;
        background: #ffffff;
        cursor: pointer;
}

.tab_box:nth-child(1) {      
        border-radius: 15px 15px 0px 0px;
}

.tab_box:last-child {      
        border-radius: 0px 0px 15px 15px;
        border-bottom: none;
}

.tab_box p {
        display: none;
        font-size: 12px;
        transition: all 0.3s ease;
}

.tab_box p:nth-child(1) {
        display: block;
}


footer {
        height: 100%;
        background: #7098D3;
        width: 100%;
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        margin-top: 80px;
}

.footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 43px;
        width: var(--item-width);
}

.footer_contacts {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
}

.footer_contacts span {
        font-size: 20px;
        color: #FFFFFF;

}

.footer_contacts .btn {
        background: #F2F2F2;
        margin-top: 10px;
        color: #000000;
}

.footer .logo {
        display: flex;
        justify-content: space-between;
}

.footer .logo p {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        margin: 0;
}

.footer a {
        color: #FFFFFF;
}

.footer p {
        margin: 0;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 52px;
}

.footer .menu__body {
        display: none;
}

#bg {
        position: absolute;
        left: 0px;
        top: 0px;
        background: #000000;
        width: 100%; 
        height: 100%; 
        position: fixed; 
        z-index: 1000;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5; 
        display: none;      
}



#modal {
        border: 1px solid #CCCCCC;
        width: 600px;
        padding: 20px;
        position: absolute;
        display: none;
        z-index: 2001;
        background: #ffffff; 
        box-shadow: 0px 0px 50px #ffffff;
        border-radius: 5px;
}
#modalmsg {
        position: absolute;
        width: 600px;
        height: 310px;
        margin-left: -20px;
        margin-top: -20px;
        padding: 20px;
        background: #ffffff;
        opacity: 1;
        border-radius: 10px;
        font-size: 22px;
        text-align: center;
        display: none;
        line-height: 25px;
}
#modalmsgok {padding: 0px 35px;}
#modalzag {font-size: 26px; margin-bottom: 10px; text-align: center; color: #7098D3; font-weight: bold;}
#modaltext {font-size: 16px; margin-bottom: 10px; text-align: center;}
#modalform .cons {width: 300px !important; text-align: center; display: flex; flex-direction: column; align-items: center;}
#modalform .cons input, #modalform .cons button {text-align: center; width: 250px; margin-bottom: 15px;}
#modalform .cons textarea {width: 250px; box-sizing: border-box; border: 1px solid #777777; margin-bottom: 15px; border-radius: 5px;}
#modalclose {position: absolute;right: 3px;top: 3px;cursor: pointer;}
#modalclose img{width: 30px; opacity: 0.6;}
#modalclose img:hover {opacity: 1}
#modal .persdannye {margin: 10px 0px 0px 0px; text-align: center;}
#modalleft {
        width: 300px;
        float: left;
        font-size: 13px;
        z-index: 2001;
}
#modalleft img {width: 300px; padding: 0px 0px;}
#modalright {
        width: 300px;
        float: right;
        font-size: 13px;
        line-height: 20px;
}
#modalright .desc{
        font-size: 13px;
}
#modaltype {display: none;}


.messageBox {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        
        background: #7098D3; /* old browsers */
        
        opacity: 0.9;
        
        position: fixed;
        right: 10px;
        top: 10px;
        
        border: 1px solid #7098D3;
        width: 280px;
        padding: 15px;
        
        text-align: center;
        
        color: white;
        z-index: 1001;
        
        box-shadow: 0px 0px 8px #ffffff,  0px 0px 8px #ffffff,  0px 0px 8px #ffffff;
}
.mb_error {
        background: #e11111 !important;
}
.mb_success {
        color: green;
}
.mb_notice {
        color: #DD5502;
}
.mb_normal {
        color: white;
}

.persdannye {font-size: 11px;}
.persdannye a{text-decoration: underline;}