*{
    font-family: Verdana;
    font-size: 16px;
    color: #373737;
}

html,body{
    margin: 0;
    padding: 0;
    background: #f7fafc;
}

html{
}

body{
    min-width: 1200px;
    overflow-x: hidden;
}

h1,h2{
    font-size: 52px;
    color: #004973;
    margin: 80px 0 40px;
}

svg #sun{
    display: none;
}

.top{
    background: #f7fafc;/*linear-gradient(180deg, #0067a5, #004973);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: block;
    height: 80px;
    border-bottom: 10px solid #004973;
    font-size: 20px;
    z-index: 99;
    color: #0067a5;
}

body.dark .top{
    background-color: #000;
}
body.dark .top .phone, body.dark .subTop h5, body.dark .subTop h6{
    color:#36DFAC !important;
}

.top a#buy{
    position: relative;
    float: right;
    left:auto;
    top:auto;
    margin: 13px 50px;
    text-decoration: none;
}

.top .phone{
    font-size: 51px;
    color: #0067a5;
    text-decoration: none;
    font-weight: bold;
    padding: 9px 35px;
    display: inline-block;
}

.top .phone svg{
    display: inline-block;
    margin-right: 0;
    margin-bottom: -10px;
}

.top .phone svg g#receiverBack{
    display: none;
}

.top .phone svg g{
    fill:url(#Gradient);
}



.subTop{
    width: 100vw;
    margin-top: 90px;
    background: linear-gradient(0deg, #0067a5, #004973);
    color: #f7fafc;
    font-size: 22px;
    padding: 50px 25px;
}

.subTop h2{
    font-size: 52px;
    color: #36DFAC;
    text-align: center;
    margin: 10px 25px 10px -25px;
    text-transform: uppercase;
}

.subTop h5,.subTop h6{
    color: #f7fafc;
    text-align: center;
    margin: -5px 0 0px 0;
    font-size: 22px;
}

.subTop h5{
    padding-right: 350px;
    margin-top: -40px;
}

.subTop h6{
    padding-left: 350px;
    margin-bottom: -25px;
}

.setLang{
    position: absolute;
    right: 50px;
    top:90px;
}

.setLang a.selected {
    font-weight: bold;
    text-decoration: underline;
}
.setLang a {
    float: left;
    margin: 10px;
    text-decoration: none;
    color: #f7fafc;
}

.setLang svg g{
    fill: #f7fafc;
}

.center h1{
    margin-top: 20px;
    text-align: center;
}

.leftBack{
    position: absolute;
    left:25px;
    top:10px;
    background-image: url("/line.svg");
    background-repeat: repeat-y;
    width: 512px;
    height: 100%;
    opacity: 0.2;
}

.diver{
    background: linear-gradient(245deg, #0067a5, #004973);
    width: 100vw;
    display: block;
    padding: 40px 0;
    font-size: 20px;
    z-index: 99;
    color: #0067a5;
    text-align: center;
}

.advantages{
    font-size: 22px;
    max-width: 700px;
    margin: 50px auto 0;
    text-align: justify;
}

.logo svg{margin-top: 35px; margin-bottom: -10px;}
.logo svg g:not(#globe){fill:#004973;}
.diver svg g:not(#globe){fill:url(#Gradient2);}
.diver svg g#globe,.logo svg g#globe{fill:url(#Gradient);}

.container{
    position: relative;
    padding-bottom: 50px;
}

.container .center{
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.logoTextSVG{
    fill:#444;
    font-size: 128px;
    font-style: italic;
}

blockquote{
    margin: 0;
}
blockquote:after, blockquote:before{
    content: '"';
}

.footer{
    background: linear-gradient(245deg, #0067a5, #004973);
    position: relative;
}

.footer .center a{
    margin: 0 auto;
    padding: 25px 0px 0;
    color: #36DFAC;
}

.center{
    text-align: center;
}

.footer a{
    font-size: 35px;
    padding-top: 25px;
    padding-bottom: 35px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #f7fafc;
    margin: 10px 0 50px 0;
}

.footer h3{
    font-size: 55px;
    margin: -20px 0;
    text-transform: uppercase;
    color: #f7fafc;
}

.footer h4{
    font-size: 45px;
    margin: 0;
    text-transform: uppercase;
    color: #f7fafc;
}

.footer a h4{
    color: #36DFAC;
    margin: 0;
}

.footer a.phone{
    font-size: 60px;
    color: #36DFAC;
    margin: 0;
}

.footer .copy{
    position: absolute;
    bottom: 5px;
    right: 15px;
}

#buttonChangeMode{cursor: pointer;}
.top a#buy {
    position: relative;
    float: right;
    left: auto;
    top: auto;
    margin: 13px 50px;
    text-decoration: none;
}
#buy {
    opacity: 1;
    position: absolute;
    top: 15px;
    left: 179px;
    width: 139px;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient(115deg, #36DFAC, #19a57e);
    text-shadow: 1px 1px 1px #19a57e;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #f7fafc;
    z-index: 990;
}
.informationBlocks{
    text-align: center;
}

.informationBlocks h4{
    text-align: right;
}

.informationBlock a{
    text-decoration: none;
}

.informationBlock{
    position: relative;
    display: inline-block;
    width: 100%;
    max-height: 128px;
    border-radius: 20px;
    padding: 15px;
    text-align: justify;
    margin: 85px 10px 10px 10px;
    overflow: hidden;
}

.informationBlock:nth-child(2){
    /*margin-top: 10px !important;*/
}

.informationBlock p{
    margin: 0;
    font-size: 18px;
    word-spacing: 3px;
    line-height: 1.8;
    text-align: justify;
    width: 50%;
    float: left;
}

.informationBlock:nth-child(2n+1) p{
    float: right;
}

.informationBlock g{
    fill: url(#Gradient);
}

.informationBlock h4{
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px;
    color: #004973;
    font-size: 20px;
}

.informationBlock h4 svg{
    margin: 0 5px 0 35px;
}

.informationBlock > div{
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 15px;
    min-width: 200px;
    max-width: 15vw;
    overflow: hidden;
}

.informationBlock > div:nth-child(4):before{
    content: "";
    display: block;
    width: 30px;
    height: 100px;
    position: absolute;
    top: 0px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%);
    right: 0px;
}

.informationBlock > div:nth-child(2){
    min-width: 100px;
}

.informationBlock > div:nth-child(4){
    min-width: 300px;
}

.informationBlock > div:nth-child(5) svg{
    margin: 0 4px;
    float: left;
}

.informationBlock:nth-child(2n+1) > h4{
    text-align: right;
}

.informationBlock:nth-child(2n) > svg{
    float: left;
    margin-right: 30px;
}

.informationBlock:nth-child(2n+1) > svg{
    float: right;
    margin-left: 30px;
}

.informationBlock .domainsInBrand{
    white-space: pre;
    height: 108px;
    vertical-align: top;
    display: table-cell;
}

.informationBlock .domainsInBrand b{
    margin-bottom: 3px;
    display: inline-block;
}

.informationBlock .brandPrice{
    margin-top: 50px;
}

.informationBlock .brandPrice span{
    display: block;
    font-size: 26px;
    margin-top: -36px;
    margin-right: -3px;
    color: #004973;
    font-weight: bold;
}

.viewAnyBrands{
    display: block;
    margin: 80px 0 20px 0;
    text-align: center;
    font-size: 30px;
    color: #004973;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.more{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.blur{
    transform: scale(0);
    /*filter: blur(10px);*/
    opacity: 0;
}

.blur.ok{
    /*animation: 3s linear 0s alternate blurScale;*/
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
    animation: .5s linear 0s alternate blur;
}

.domainStatus .base path{
    fill:#444;
}

.domainStatus .stg1 path,.domainStatus .stg2 path,.domainStatus .stg3 path{
    opacity: 0;
}

.domainStatus.bronze .stg1 path{
    opacity: 1;
    fill:#cd7f32;
}

.domainStatus.silver .stg1 path, .domainStatus.silver .stg2 path{
    opacity: 1;
    fill:#bbbbbb;
}

.domainStatus.gold .stg1 path, .domainStatus.gold .stg2 path, .domainStatus.gold .stg3 path{
    opacity: 1;
    fill:#d4af37;
}

.subSvg{
    margin-top: -45px;
    list-style: none;
    margin-left: 29px;
}

.subSvg li{
}

.subSvg li svg{
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 2px 0;
}

.subSvg li:nth-child(2)
{
    padding-bottom: 10px;
}

@keyframes blur {
    from {
        transform: scale(0);
        /*filter: blur(10px);*/
        opacity: 0;
    }
    to {
        transform: scale(1);
        /*filter: blur(0px);*/
        opacity: 1;
    }
}