@font-face {
    font-family: NexaB;
    src: url(../fonts/NEXAREPLICARU-BOLD.OTF);
}

@font-face {
    font-family: NexaDB;
    src: url(../fonts/NEXADEMO-BOLD.TTF);
}

@font-face {
    font-family: NexaDL;
    src: url(../fonts/NEXADEMO-LIGHT.TTF);
}

@font-face {
    font-family: NexaR;
    src: url(../fonts/NEXAREGULAR.TTF);
}

@font-face {
    font-family: NexaRB;
    src: url(../fonts/NEXAREPLICARU-BOLD.OTF);
}

@font-face {
    font-family: NexaRR;
    src: url(../fonts/NEXAREPLICARU.OTF);
}


* {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-weight: 500;
}

html {
    display: block;
}

body {
    display: block;
    background: white;
    margin: 0;
    text-align: center;
}


#msgback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.0;
    z-index: 9;
}

#msg {
    display: block;
    position: absolute;
    width: 400px;
    min-height: 130px;
    background-color: #ffffff;
    color: black;
    padding: 30px 100px 30px 100px;
    text-align: center;
    border-radius: 15px;
    max-height: 70%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    visibility: hidden;
    z-index: 10;
}

#msg:before {
    content: '';
    display: block;
    position: absolute;
    width: 58px;
    height: 58px;
    left: 50%;
    top: -40px;
    background: url('../img/msg_hrenup.png') center center no-repeat;
}

#msg:after {
    content: '';
    display: block;
    position: absolute;
    width: 130px;
    height: 20px;
    left: -70px;
    bottom: 60px;
    background: url('../img/msg_hrenleft.png') center center no-repeat;
}



#msg h1 {
    width: 100%;
    text-align: center;
    font-family: NexaDB;
    font-size: 34px;
}

#msg h4 {
    text-align: left;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    color: #918f8f;
}



input[type="text"],
textarea {
    position: relative;
    border: none;
    border-bottom: 2px solid #000000;
    outline: none;
    width: 100%;
    padding: 0 0 10px 0;
    margin: 20px 0px 10px 0;
    font-family: Arial;
    font-size: 30px;
    color: #4f4c4d;
}

textarea {
    font-size: 22px;
    resize: none;
    height: 120px;
}

.chkbox {
    display: block;
    position: relative;
    float: right;
    margin-top: 25px;
}

.chkbox input[type="checkbox"] {
    display: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.chkbox input[type="checkbox"]+label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.chkbox input[type="checkbox"]+label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    background: #f5f5f5 url() 50% 50% no-repeat;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.chkbox input[type="checkbox"]:checked+label::before {
    background-image: url('../img/v.png');
}

.phold {
    position: relative;
}

.phold label {
    position: absolute;
    left: 0;
    color: #918f8f;
    font-family: Arial;
    font-weight: normal;
    font-size: 22px;
    top: 24px;
}

.phold input[type="text"]:valid+label,
textarea:valid+label {
    top: 0px;
    transition: top 0.3s ease, font-size 0.3s ease;
    font-size: 20px;
}

.phold .emptyselect,
.phold .emptyselect+label {
    cursor: pointer;
}

.phold .fillselect {
    cursor: pointer;
}

.phold .fillselect+label {
    top: 0px;
    transition: top 0.3s ease, font-size 0.3s ease;
    font-size: 20px;
}

.phold .err {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -1px;
    font-size: 12px;
}



#helper {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    max-height: 300px;
    overflow: auto;
}


#menublock {
    display: block;
    position: absolute;
    margin: -10px 0 0 -40px;
    padding: 10px;
    min-width: 40px;
    background-color: #282f3e;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    cursor: default;
    z-index: 10;
    overflow: hidden;
}

#cross {
    width: 40px;
    height: 35px;
    margin-left: 30px;
    cursor: pointer;
    background: url('../img/cross.png') center no-repeat;
}

#cross:hover {
    background: url('../img/crossh.png') center no-repeat;
}

#longBlock {
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    max-width: 1525px;
    /*1600*/
}


.borderline {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1525px;
}

#upline {
    display: block;
    position: relative;
    min-width: 555px;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    /*    overflow: hidden;*/
}

#upline:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#upline div:not(#menublock) {
    float: left;
    height: 60px;
    margin-right: 30px;
}

#menu {
    width: 40px;
    margin-left: 50px;
    background: url('../img/menu.png') center no-repeat;
    cursor: pointer;
}

#menu:hover {
    background: url('../img/menuh.png') center no-repeat;
}

#logo {
    width: 174px;
    background: url('../img/logo.png') center no-repeat;
    cursor: pointer;
}


#top-menu {
    position: absolute;
    right: 0px;
    border: 1px dotted silver;
    /*width: 180px;*/
}

#topright,
#btntop {
    display: none;
}


#selfad {
    display: block;
    position: relative;
    overflow: hidden;
    height: 560px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    overflow: hidden;
}




.btn {
    display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    min-height: 15px;
    margin: 5px;
    padding: 20px 40px;
    color: #ff5800;
    background-color: transparent;
    border: 1px solid #ff5800;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -khtml-border-radius: 30px;
    overflow: hidden;
    vertical-align: bottom;
}

.btn:hover {
    color: white;
    background-color: #ff5800;
}

.btn2:hover {
    color: #ff5800;
    background-color: #ffffff;
    border: 0px;
}

.btn2:hover,
.btnx:hover,
.btnx2:hover {
    color: #ff5800;
    background-color: #ffffff;
}

.btn:active,
.btn2:active,
.btnx:active,
.btnx2:active {
    background-color: #ff5800;
    color: #cccccc;
    box-shadow: inset 5px 5px 10px -1px #000000;
    -webkit-box-shadow: inset 5px 5px 10px -1px #000000;
    -moz-box-shadow: inset 5px 5px 10px -1px #000000;
    -o-box-shadow: inset 5px 5px 10px -1px #000000;
    -ms-box-shadow: inset 5px 5px 10px -1px #000000;
    -khtml-box-shadow: inset 5px 5px 10px -1px #000000;
    border-bottom: none;
    border-right: none;
}



.btn2 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    min-height: 15px;
    margin: 5px;
    padding: 20px 40px;
    color: white;
    background-color: #ff5800;
    border: 1px solid #ff5800;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -khtml-border-radius: 30px;
    overflow: hidden;
    vertical-align: bottom;
}

.btn3 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    outline: none;
    min-height: 15px;
    margin: 0px;
    padding: 15px 35px;
    color: white;
    background-color: #ff5800;
    border: 1px solid #ff5800;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -khtml-border-radius: 30px;
    overflow: hidden;
    vertical-align: bottom;
}

.btnx,
.btnx2,
.btnx3,
.btnx4 {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    min-height: 15px;
    margin: 0px;
    padding: 15px 45px;
    font-family: Arial;
    font-weight: 500;
    font-size: 24px;
    color: white;
    background-color: #ff5800;
    border: 1px solid #ff5800;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -khtml-border-radius: 30px;
    overflow: hidden;
    vertical-align: bottom;
}


h3 {
    text-align: center;
    margin: 50px 0;
    font-size: 35px;
}

#tarifs {
    display: block;
    padding: 0px;
    text-align: center;
}


.tarif {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 10px;
    --tmargin: 10px;
    width: 550px;
    padding: 30px 30px 10px 40px;
    /*min-height: 400px;*/
    background: #f5f5f5;
    /* url('../img/testpic.png') 90% 10% no-repeat;*/
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    vertical-align: top;
}

.tarif .tbg {
    display: block;
    position: absolute;
    width: 220px;
    height: 200px;
    left: auto;
    right: 40px;
    top: 20px;
    opacity: 0.99;
    z-index: 1;
    background: url() 90% 10% no-repeat;
}


.tarif:hover {
    border: 3px solid #f5f5f5;
    margin: 8px;
    margin-top: calc(var(--tmargin, 10) - 2px);
    background-color: #ffffff;
    box-shadow: 1px 1px 100px -70px #ff5800;
    -webkit-box-shadow: 1px 1px 100px -70px #ff5800;
    -moz-box-shadow: 1px 1px 100px -70px #ff5800;
    -o-box-shadow: 1px 1px 100px -70px #ff5800;
    -ms-box-shadow: 1px 1px 100px -70px #ff5800;
    -khtml-box-shadow: 1px 1px 100px -70px #ff5800;
}


.tarif h3 {
    display: inline-block;
    margin: 12px 0;
    font-size: 34px;
    color: #ff5800;
    font-family: Arial;
    font-weight: 400;
}

.tarif h4 {
    /*margin: 25px 0;*/
    font-size: 20px;
    font-family: NexaB;
    margin-bottom: 5px;
}

.tarif h5 {
    font-size: 14px;
    margin: 14px 0;
    color: #4d4b4c;
    font-family: Arial;
    font-weight: 400;
}

.tarif .ext {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 10px;
    top: 40px;
    background: transparent url('../img/tarifs/action.png') center no-repeat;
}

.tarif .ext2 {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 10px;
    top: 40px;
    background: transparent url('../img/tarifs/hit.png') center no-repeat;
    z-index: 1;
}


.tarif .btn {
    display: inline-block;
    /*position: absolute;*/
    margin-top: 15px;
    padding: 17px 40px;
    font-size: 17px;
    left: auto;
    right: 0;
    bottom: 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -khtml-border-radius: 50px;
    overflow: hidden;
    vertical-align: bottom;
}



.tarif:hover .btn {
    color: white;
    background-color: #ff5800;
}

#nb {
    display: inline-block;
    position: relative;
//display : inline;
//zoom : 1;
//margin-left: 0;
    /*width: 550px;*/
    width: calc(95% - 20px);
    min-height: 500px;
    vertical-align: top;
    text-align: center;
    margin: 40px 1px;
    padding: 50px 0px 0px 20px;
    background-color: #6854e7;
    background: linear-gradient(to right, #6854e7 30%, #24a2d2 100%);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    /*align-items: baseline;*/
    overflow: hidden;
}


.nws {
    display: block;
    position: relative;
    float: left;
    text-align: left;
    width: calc(98% - 70px);
    height: auto;
    padding: 30px 70px 30px 0px;
    /*margin-right: 60px;*/
    margin-left: 0px;
    overflow: hidden;
}


.newsw {
    color: white;
    text-align: left;
    font-family: NexaDB;
    padding-left: 10px;
}

#nb h3 {
    font-size: 18px;
    font-family: Arial;
    font-weight: 700;
    margin: 3px 0px;
}

#nb h4 {
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    margin: 16px 0;
    line-height: 180%;
}


.we {
    display: inline-block;
//display : inline;
//zoom : 1;
//margin-left: 0;
    min-width: 550px;
    /*width: fit-content;*/
    vertical-align: middle;
    text-align: center;
    margin: 20px 10px;
    padding: 20px 0px 0px 0px;
    overflow: hidden;
}

.we h1 {
    font-family: NexaDB;
    float: left;
    padding-left: 20%;
    clear: both;
}

.we_centr {
    font-family: NexaDB;
    float: left;
    color: #4c6cde;
    font-size: 80px;
    margin: -20px 20px -20px 20px;
}

.carousel {
    display: block;
    position: relative;
    height: 222px;
    margin: 30px 1px;
    width: calc(100% - 4px);
    overflow: hidden;
    white-space: nowrap;
}

#carmenu {
    display: inline-block;
    position: relative;
    margin-left: 0;
    vertical-align: center;
    text-align: center;
    height: 222px;
    overflow: hidden;
}

#carmenu li,
.li {
    display: inline-block;
    /*float: left;*/
    text-decoration: none;
    width: 255px;
    height: 218px;
    margin: 0 5px;
    padding-left: 30px;
    border: 2px solid #e1defb;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    vertical-align: center;
    /*align-items: baseline;*/
    background: url('../img/s1.png') 35px 40px no-repeat;
    overflow: hidden;
}

#submenu {
    margin: 10px 0px;
    vertical-align: center;
    text-align: centr;
}

#submenu li {
    display: inline-block;
    /*float: left;*/
    text-decoration: none;
    width: 255px;
    height: 218px;
    margin: 5px;
    padding-left: 30px;
    border: 2px solid #e1defb;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    vertical-align: center;
    /*align-items: baseline;*/
    background: url('../img/s1.png') 35px 40px no-repeat;
    overflow: hidden;
}

#submenu h3,
#carmenu h3 {
    display: block;
    text-align: left;
    margin: 130px 0 0 0px;
    font-family: Arial;
    font-weight: 700;
    font-size: 16px;
}

#submenu h4,
#carmenu h4 {
    display: block;
    text-align: left;
    margin: 10px 0 0 0px;
    font-family: Arial;
    font-weight: 400;
    font-size: 15px;
}

#top-menu {
    display: none;
}


#footer {
    height: 780px;
    background-color: #282f3f;
    border-radius: 5px 5px 0 0;
    padding: 30px 0 0 20px;
    text-align: left;
    max-width: 1425px;
    margin: 0 auto;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
}


#footerlogo {
    display: none;
}

#footercopyright {
    display: block;
    float: left;
    margin: 20px 0 30px 60px;
    text-align: left;
    font-family: Arial;
    font-weight: 400;
    font-size: 20px;
    color: #aaaaaa;
    overflow: hidden;
    clear: both;
}

.menumenu {
    display: block;
    position: relative;
    margin: 8px 10px 0 55px;
    line-height: 3;
    text-align: left;
    overflow: hidden;
}

.menumenu li {
    text-decoration: none;
    list-style-type: none;
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.menumenu li:hover {
    color: #ff5800;
}


.footermenu {
    display: block;
    float: left;
    margin: 0 50px 0 60px;
    line-height: 3;
    overflow: hidden;
}

.footermenu li {
    text-decoration: none;
    list-style-type: none;
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    cursor: pointer;
}

.footermenu li:hover {
    color: #ff5800;
}

#footerphones {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    vertical-align: top;
    color: #ffffff;
    padding: 10px;
    margin: 20px 50px;
    vertical-align: top;
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    clear: both;
}

#footerphones h1 {
    color: #ffffff;
    text-decoration: none;
    font-family: NexaDB;
    font-size: 28px;
}



#footerbtns {
    display: none;
    /*float: left;*/
    position: relative;
    margin: 10px 0px 0 30px;
    overflow: hidden;
}

#menubtns {
    display: none;
}


.binst {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin: 10px;
    background: url('../img/b_inst.png') center no-repeat;
    cursor: pointer;
}

.binst:hover {
    background: url('../img/b_insth.png') center no-repeat;
}

.bvk {
    display: inline-block;
    width: 30px;
    height: 25px;
    margin: 10px;
    background: url('../img/b_vk.png') center no-repeat;
    cursor: pointer;
}

.bvk:hover {
    background: url('../img/b_vkh.png') center no-repeat;
}



#btnmob {
    display: block;
    position: absolute;
    right: 0;
    /*width: 240px;*/
    height: 60px;
    text-align: left;
    padding: 10px 0 0 10px;
}

#m_ph {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 35px;
    background: url('../img/m_ph.png') center no-repeat;
}

#m_ph:hover {
    background: url('../img/m_phh.png') center no-repeat;
}

#m_man {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 35px;
    background: url('../img/m_man.png') center no-repeat;
}

#m_man:hover {
    background: url('../img/m_manh.png') center no-repeat;
}

#m_plug {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 35px;
    background: url('../img/m_plug.png') center no-repeat;
}

#m_plug:hover {
    background: url('../img/m_plugh.png') center no-repeat;
}


.mmenu {
    display: block;
    max-width: 400px;
    text-align: left;
    clear: both;
    overflow: hidden;
    margin: 30px 0 0 30px;
}

.mmenu li {
    display: inline-block;
    position: relative;
    text-align: left;
    height: 60px;
    width: 110px;
    padding: 0 0 0 60px;
    margin: 10px;
    line-height: 4.5;
    text-decoration: none;
    font-family: Arial;
    font-weight: 500;
    cursor: pointer;
    color: #ffffff;
}

.mmenu .bk {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    background: url(../img/topmenubg.png) left center no-repeat;
}


.uarrw {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0px;
    width: 70px;
    height: 50px;
    vertical-align: bottom;
    text-decoration: none;
    background: url(../img/u-arrw.png) center no-repeat;
    border: 1px solid #cccccc;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -khtml-border-radius: 30px;
}

.darrw {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 0px;
    width: 70px;
    height: 50px;
    vertical-align: bottom;
    text-decoration: none;
    background: url(../img/d-arrw.png) center no-repeat;
    border: 1px solid #cccccc;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    -khtml-border-radius: 30px;
}

.arrows {
    display: block;
    position: absolute;
    top: 50px;
    right: 70px;
}

.larr {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 48px;
    text-decoration: none;
    background: #ffffff url(../img/l-arrb.png) center no-repeat;
    border: 1px solid #ffffff;
    border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -khtml-border-radius: 30px 0 0 30px;
    box-shadow: -1px 1px 1px 0px #000000;
    -webkit-box-shadow: -1px 1px 3px -2px #000000;
    -moz-box-shadow: -1px 1px 3px -2px #000000;
    -o-box-shadow: -1px 1px 3px -2px #000000;
    -ms-box-shadow: -1px 1px 3px -2px #000000;
    -khtml-box-shadow: -1px 1px 3px -2px #000000;
    overflow: hidden;
}

.larr:hover {
    border: 1px solid #ff5800;
    background: #ff5800 url(../img/l-arrw.png) center no-repeat;
    box-shadow: -1px 1px 3px -2px #dcdcdc;
    -webkit-box-shadow: -1px 1px 3px -2px #dcdcdc;
    -moz-box-shadow: -1px 1px 1px 0px #dcdcdc;
    -o-box-shadow: -1px 1px 1px 0px #dcdcdc;
    -ms-box-shadow: -1px 1px 1px 0px #dcdcdc;
    -khtml-box-shadow: -1px 1px 1px 0px #dcdcdc;
}

.rarr {
    display: inline-block;
    position: relative;
    width: 55px;
    height: 48px;
    text-decoration: none;
    background: #ffffff url(../img/r-arrb.png) center no-repeat;
    border: 1px solid #ffffff;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -khtml-border-radius: 0 30px 30px 0;
    box-shadow: 1px 1px 3px -2px #000000;
    -webkit-box-shadow: 1px 1px 3px -2px #000000;
    -moz-box-shadow: 1px 1px 3px -2px #000000;
    -o-box-shadow: 1px 1px 3px -2px #000000;
    -ms-box-shadow: 1px 1px 3px -2px #000000;
    -khtml-box-shadow: 1px 1px 3px -2px #000000;
    overflow: hidden;
}

.rarr:hover {
    border: 1px solid #ff5800;
    background: #ff5800 url(../img/r-arrw.png) center no-repeat;
    box-shadow: -1px 1px 3px -2px #dcdcdc;
    -webkit-box-shadow: -1px 1px 3px -2px #dcdcdc;
    -moz-box-shadow: -1px 1px 1px 0px #dcdcdc;
    -o-box-shadow: -1px 1px 1px 0px #dcdcdc;
    -ms-box-shadow: -1px 1px 1px 0px #dcdcdc;
    -khtml-box-shadow: -1px 1px 1px 0px #dcdcdc;
}


.vfix {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}


.variants {
    display: block;
    font-family: MullerR;
    font-size: 22px;
    text-decoration: none;
    line-height: 2;
    color: #000000;
}

.variants:hover {
    color: #ff5800;
}

.question {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../img/question-big.png) center no-repeat;
    z-index: 1;
}

.question:hover {
    background: url(../img/question-bigh.png) center no-repeat;
}

#selfad_controls {
    display: block;
    position: absolute;
    height: 50px;
    width: 115px;
    right: 55px;
    bottom: 40px;
    z-index: 5;
}


#selfad_counter {
    display: block;
    position: absolute;
    left: 70px;
    bottom: 20px;
    text-align: left;
    z-index: 5;
    opacity: 0.99;
}

#selfad_counter .adot,
#selfad_counter .dot {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url() 50% 50% no-repeat;
}

#selfad_counter .adot {
    background-image: url(../img/dot2.png);
}

#selfad_counter .dot {
    background-image: url(../img/dot1.png);
}


#selfad_conteiner {
    display: block;
    position: relative;
    overflow: hidden;
}

#selfad_conteinertmp {
    display: block;
    position: absolute;
    overflow: hidden;
    background: rgba(255, 0, 0, 1);
    z-index: -1;
}

/*-------------------------------------*/

/*1240*/














@media (min-width: 1240px) {

    #upline {
        /*min-width: 1460px;*/
    }

    #top-menu {
        display: block;
        position: relative;
        right: auto;
        /*width: 457px;*/
        min-width: 500px;
        border: 0 none;
    }

    #top-menu li {
        display: table-cell;
        width: 80px;
        height: 60px;
        text-align: center;
        vertical-align: bottom;
        text-decoration: none;
        font-family: Arial;
        font-weight: 500;
        background-image: url(../img/topmenubg.png);
        background-position: 20px 0px;
        background-repeat: no-repeat;
        cursor: pointer;
        color: #4f4c4d;
    }

    #top-menu li:hover {
        color: #ff5800;
        background-image: url(../img/topmenuhbg.png);
    }

    #cross {
        background: url('../img/menuw.png') center no-repeat;
    }

    #cross:hover {
        background: url('../img/menuh.png') center no-repeat;
    }



    #topright {
        display: block;
        position: absolute;
        right: 0px;
        min-width: 300px;
        text-align: left;
    }

    #topright h1 {
        display: block;
        float: left;
        font-family: Arial;
        font-weight: 500;
        font-size: 20px;
        margin-top: 15px;
        margin-left: calc(-50px + 15%);
        padding: 0;
        clear: both;
    }

    #topright h3 {
        display: block;
        float: left;
        font-family: Arial;
        font-weight: 400;
        font-size: 14px;
        color: #555555;
        margin: 7px 0 0 0;
        padding: 0;
        cursor: pointer;
        clear: both;
    }

    #selfad {
        min-width: 1450px;
    }


    .cabbtn {
        display: block;
        right: 0;
        top: 10px;
        position: absolute;
        padding: 5px 0 0 25px;
        vertical-align: middle;
        background: url('../img/cabman.png') 0% 50% no-repeat;
        text-decoration: none;
        color: #000000;
        font-family: Arial;
        font-weight: 500;
        font-size: 22px;
    }

    .cabbtn:hover {
        color: #ff5800;
        background: url('../img/cabmanh.png') 0% 50% no-repeat;
    }


    #btntop {
        display: block;
        position: absolute;
        right: 0px;
        top: -5px;
    }

    .tarif {
        width: calc(33% - 80px);
        /*40%   630x370*/
        height: 320px;
        min-height: 0px;
        --tmargin: 40px;
        margin: 40px 10px 10px;
        padding: 145px 0 100px 60px;
        overflow: visible;
    }

    .tarif .tbg {
        left: 40px;
        top: -70px;
        right: auto;
    }

    .tarif .ext2 {
        right: 40px;
    }

    .tarif .btn {
        display: block;
        position: absolute;
        left: 40px;
        right: auto;
        font-size: 17px;
        bottom: 35px;
    }

    #nb {
        width: calc(87% - 50px);
        min-height: 350px;
    }

    .nws {
        /*padding: 0 180px 50px 0;*/
    }

    .we h1 {
        padding: 0;
        clear: none;
    }

    .we_centr {
        margin: -40px 20px -40px 20px;
    }

    #footer {
        display: block;
        position: relative;
        height: 390px;
        /*min-width: 1260px;*/
        padding: 100px 0 0 100px;
        overflow: hidden;
    }

    #footerlogo {
        display: block;
        float: left;
        width: 180px;
        padding: 80px 0 0 10px;
        margin: 0;
        text-align: left;
        font-family: Arial;
        font-weight: 500;
        font-size: 14px;
        color: #aaaaaa;
        background: url('../img/logo-t.png') top no-repeat;
        overflow: hidden;
        vertical-align: top;
    }

    #footercopyright {
        display: none;
    }

    .footermenu {
        display: inline-block;
        /*float: left;*/
        min-height: 80%;
        /*margin: 0 50px 0 200px;*/
        width: 17%;
        line-height: 3;
        overflow: hidden;
    }

    .footermenu li {
        font-size: 16px;
    }

    #footerphones {
        display: block;
        position: absolute;
        right: 100px;
        top: 75px;
        /*margin: 0 100px 150px 100px;*/
        font-size: 14px;
        float: right;
        clear: none;
    }

    #footerphones h1 {
        font-size: 24px;
    }

    #footerbtns {
        display: block;
        position: absolute;
        right: 280px;
        bottom: 100px;
        margin: 15px 0px 0 100px;
    }

    #menubtns {
        display: block;
        float: left;
        position: relative;
        overflow: hidden;
        margin: 0 0 0 100px;
    }

    #btnmob {
        display: none;
    }

    .mmenu {
        display: none;
    }


    .btnx,
    .btnx2,
    .btnx3,
    .btnx4 {
        display: block;
        position: absolute;
        text-decoration: none;
        outline: none;
        min-height: 15px;
        margin: 0px;
        padding: 15px 45px;
        font-family: Arial;
        font-weight: 500;
        font-size: 17px;
        color: white;
        background-color: #ff5800;
        border: 1px solid #ff5800;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        -khtml-border-radius: 30px;
        overflow: hidden;
        vertical-align: bottom;
    }


    input[type="text"] {
        font-size: 22px;
    }

    .phold input[type="text"]:valid+label {
        top: 8px;
        transition: top 0.3s ease, font-size 0.3s ease;
        font-size: 12px;
    }

    .phold .err {
        display: block;
        position: absolute;
        width: 100%;
        bottom: -5px;
        font-size: 12px;
    }

}













@media (max-width: 640px) {

    #msg {
        width: 400px;
        margin: 0 10px 0 -10px;
        padding: 30px 40px 30px 40px;
    }


    .tarif {
        width: 400px;
        min-height: 300px;
        --tmargin: 10px;
        margin: 10px;
        padding: 20px 20px 20px 30px;
        background-position: 98% 2%;
    }

    .tarif .tbg {
        left: auto;
        right: 0px;
        top: 10px;
    }

    .tarif h3 {
        font-size: 32px;
    }

    .tarif h4 {
        margin: 12px 0;
        font-size: 20px;
    }

    .tarif h5 {
        font-size: 16px;
    }


    #m_ph {
        margin-left: 40px;
    }

    #m_man,
    #m_plug {
        margin-left: 1px;
    }

    #logo {
        margin: 0 0 0 -30px;
    }

    #nb {
        max-width: 400px;
        min-height: 500px;
        width: 90%;
        margin: 10px 0;
        padding: 30px 0 0 20px;
    }

    .nws {
        width: 380px;
        padding: 30px 0px;
    }

    .we {
        min-width: 350px;
    }

    .we h1 {
        padding-left: 10%;
    }

    #upline {
        min-width: 430px;
        margin-right: 1px;
    }

    #btnmob {
        width: 170px;
    }

    #footer {
        height: 850px;
    }

    .footermenu {
        line-height: 2;
    }

}

.bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.banner {
    height: 560px;
    box-sizing: border-box;
    text-align: left;
    padding-inline: 90px;
    position: relative;
    background-color: #4880ED;
    color: #ffffff;
    isolation: isolate;
}

@media (max-width: 650px) {
    .banner {
        padding-inline: 55px;
    }
}

.banner__bg-image {
    position: absolute;
}

.banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.banner__heading {
    font-family: NexaDB;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.banner__text {
    font-family: NexaDL;
}

.banner__button {
    display: inline-grid;
    place-items: center;
    text-decoration: none;
    height: 64px;
    padding-inline: 32px;
    border-radius: 32px;
    background-color: #FF5901;
    color: #ffffff;
    font-family: NexaDB;
    font-size: 20px;
}

@media (max-width: 650px) {
    .banner__button {
        padding-inline: 36px;
    }
}

.banner._1 {
    padding-block: 80px;
}

@media (max-width: 650px) {
    .banner._1 {
        padding-top: 105px;
    }
}

.banner._1 .banner__heading {
    margin-bottom: 14px;
    font-size: 96px;
}

@media (max-width: 1240px) {
    .banner._1 .banner__heading {
        font-size: max(7.742vw, 76px);
    }
}

@media (max-width: 650px) {
    .banner._1 .banner__heading {
        font-size: 64px;
    }
}

.banner._1 .banner__text-box {
    margin-bottom: 90px;
}

@media (max-width: 650px) {
    .banner._1 .banner__text-box {
        margin-bottom: 55px;
    }
}

.banner._1 .banner__text {
    font-size: 40px;
    line-height: 45px;
}

@media (max-width: 1240px) {
    .banner._1 .banner__text {
        font-size: max(3.226vw, 30px);
    }
}

@media (max-width: 650px) {
    .banner._1 .banner__text {
        font-size: 30px;
    }
}

.banner._1 .banner__bg-image {
    width: 555px;
    height: auto;
    right: 190px;
    top: 50%;
    translate: 0 -50%;
}

@media (max-width: 1525px) {
    .banner._1 .banner__bg-image {
        left: calc(100% - max(51.148vw, 580px));
        right: auto;
    }
}

@media (max-width: 1240px) {
    .banner._1 .banner__bg-image {
        left: calc(100% - max(42.742vw, 290px));
        right: auto;
    }
}

@media (max-width: 650px) {
    .banner._1 .banner__bg-image {
        width: 555px;
        right: -140px;
    }
}

.banner._1::after {
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    border: 1px solid #000;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#4880ED));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #4880ED);
}

@media (max-width: 650px) {
    .banner._1::after {
        display: block;
    }
}

.banner._2 {
    padding-top: 50px;
}

@media (max-width: 650px) {
    .banner._2 {
        padding-top: 90px;
    }
}

.banner._2 .banner__bg-image {
    height: 100%;
    right: 0;
}

@media (max-width: 1525px) {
    .banner._2 .banner__bg-image {
        left: calc(100% - max(53.115vw, 630px));
        right: auto;
    }
}

@media (max-width: 650px) {
    .banner._2 .banner__bg-image {
        left: auto;
        right: 0;
    }
}

.banner._2 .banner__heading {
    font-size: 82px;
    line-height: 1.2;
}

@media (max-width: 1240px) {
    .banner._2 .banner__heading {
        font-size: max(5.645vw, 60px);
    }
}

@media (max-width: 650px) {
    .banner._2 .banner__heading {
        margin-bottom: 15px;
    }
}

.banner._2 .banner__text-box {
    margin-bottom: 20px;
}

@media (max-width: 650px) {
    .banner._2 .banner__text-box {
        margin-bottom: 20px;
    }
}

.banner._2 .banner__text {
    font-size: 70px;
    line-height: 1.1;
}

@media (max-width: 1240px) {
    .banner._2 .banner__text {
        font-size: max(5.645vw, 30px);
    }
}

@media (max-width: 650px) {
    .banner._2 .banner__text {
        font-size: 40px;
    }
}

.banner._2 .banner__label {
    margin-bottom: 40px;
    padding-inline: 20px;
    background-color: #7049E5;
    font-family: NexaDL;
    font-size: 40px;
    line-height: 1.7;
    letter-spacing: -0.01em;
}

@media (max-width: 1240px) {
    .banner._2 .banner__label {
        font-size: max(3.226vw, 20px);
    }
}

@media (max-width: 650px) {
    .banner._2 .banner__label {
        margin-bottom: 70px;
        font-size: 24px;
        line-height: 2.2;
    }
}

.banner._3 {
    padding-block: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7EB9D8), to(#4880ED));
    background-image: linear-gradient(#7EB9D8, #4880ED);
    background-color: transparent;
}

@media (max-width: 650px) {
    .banner._3 {
        background-image: none;
    }
}

.banner._3 .banner__bg-image {
    width: 775px;
    right: 0;
    top: 0;
}

@media (max-width: 1525px) {
    .banner._3 .banner__bg-image {
        left: calc(100% - max(50.492vw, 510px));
        right: auto;
    }
}

@media (max-width: 650px) {
    .banner._3 .banner__bg-image {
        width: 100%;
        height: 100%;
        inset: 0;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.banner._3 .banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.banner._3 .banner__logo {
    width: 411px;
}

.banner._3 .banner__heading {
    max-width: 830px;
    font-family: NexaDL;
    font-size: 82px;
    line-height: 1;
}

@media (max-width: 1240px) {
    .banner._3 .banner__heading {
        font-size: max(6.613vw, 40px);
    }
}

.banner._3 .banner__heading span {
    font-family: NexaDB;
}