body, html{
    background-color: #f5f6fa;
    background-size: 100% auto;
    background-repeat: no-repeat;
    font-family: 'Comfortaa', sans-serif !important;
    color: #545874;
    font-size: 14px;
    margin: 0px;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%;
    /* -webkit-overflow-scrolling: touch; */
}

a, :focus{
    outline: 0;
}

input, textarea, select{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    font-size: 14px !important;
    font-family: 'Comfortaa', sans-serif !important;
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.space0{
    width: 100%;
    height: 0px;
}

.space5{
    width: 100%;
    height: 5px;
}

.space10{
    width: 100%;
    height: 10px;
}

.space15{
    width: 100%;
    height: 15px;
}

.space20{
    width: 100%;
    height: 20px;
}

.space30{
    width: 100%;
    height: 30px;
}

.space35{
    width: 100%;
    height: 35px;
}

.space40{
    width: 100%;
    height: 40px;
}

.space50{
    width: 100%;
    height: 50px;
}

.space60{
    width: 100%;
    height: 60px;
}

.space70{
    width: 100%;
    height: 70px;
}

.space80{
    width: 100%;
    height: 80px;
}

.content{
    width: 1350px;
    margin: 0 auto;
    margin-top: 140px;
}

.fullContent{
    width: 100%;
    margin-top: 40px;
}

.bigTextColor1{
    background: #36beca; 
    color: #fff
}

.bigTextColor2{
    background: #6556e7; 
    color: #fff
}

.bigTextColor3{
    background: #e65dd1; 
    color: #fff
}

.colorContent{
    background: #6556e7;
    border-top: 1px solid #4e40bf;
    border-bottom: 1px solid #4e40bf;
    padding: 40px;
    color: #fff;
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
}

.contactInfo > div:first-child h2{
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
}

.contactInfo > div:not(:first-child){
    text-align: center;
    font-size: 30px;
    color: #6556e7;
}

.contactInfo > div:nth-child(2){
    margin-top: 40px;
    margin-bottom: 20px;
}

.contactInfo > div:not(:first-child) a{
    text-decoration: none;
    color: #6556e7;
}

.domainPrices table{
    width: 1350px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin: 0 auto;
}

.domainPrices table td{
    padding: 10px;
}

.domainPrices table tr:first-child td, 
.domainPrices table tr td:first-child{
    font-weight: bold;
}

.domainPrices > div{
    margin-top: 40px;
    opacity: 0.7;
    line-height: 20px;
}

.serverList, 
.certificateList{
    display: table-row;
}

.server, 
.certificate{
    width: 397px;
    padding: 20px;
    display: table-cell;
    background: #fff;
    box-shadow: 5px 5px 5px #efeff1;
    border-radius: 5px;
    vertical-align: top;
    position: relative;
}

.server:hover, 
.certificate:hover{
    box-shadow: 0px 0px 15px rgba(101, 86, 231, 0.4);
    -webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.server1:hover,
.certificate1:hover{
    box-shadow: 0px 0px 15px rgba(54, 190, 202, 0.4);
}

.server2:hover,
.certificate2:hover{
    box-shadow: 0px 0px 15px rgba(101, 86, 231, 0.4);
}

.server3:hover,
.certificate3:hover{
    box-shadow: 0px 0px 15px rgba(230, 93, 209, 0.4);
}

.server4:hover,
.certificate4:hover{
    box-shadow: 0px 0px 15px rgba(51, 122, 226, 0.4);
}

.certificate{
    width: 283px;
    padding-bottom: 80px;
}

.spaceServer, 
.spaceCertificate{
    display: table-cell;
    width: 20px;
    min-width: 20px;
}

.serverImage{
    width: 100px;
    height: 100px;
    background-size: 100% auto;
    text-align: center;
    float: left;
}

.certificateImage{
    float: left;
    font-size: 50px;
}

.serverTitle > h3, 
.certificateTitle > h3{
    float: left;
    padding: 0px;
    margin-top: 40px;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    text-align: center;
}

.certificateTitle > h3{
    margin-top: 18px;
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
}

.serverPrice, 
.certificatePrice{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.certificatePrice{
    font-size: 20px;
}

.serverOldPrice,
.certificateOldPrice{
    text-decoration: line-through;
    color: #b0b4c9;
    margin-right: 10px;
    font-size: 16px;
}

.serverDiscount,
.certificateDiscount{
    color: #fff;
    background: #6556e7;
    width: 35px;
    height: 25px !important;
    border-radius: 30px;
    font-size: 11px;
    position: absolute;
    text-align: center;
    line-height: 25px !important;
    font-weight: bold;
    top: 0px;
    right: 0px;
}

.certificate1 .certificateDiscount{
    background: #36beca;
}

.certificate2 .certificateDiscount{
    background: #6556e7;
}

.certificate3 .certificateDiscount{
    background: #e65dd1;
}

.certificate4 .certificateDiscount{
    background: #337ae2;
}

.server1 .serverPrice, .server1 .serverDetails i,
.certificate1 .certificatePrice, .certificate1 .certificateDetails i, .certificate1 .certificateImage{
    color: #36beca;
}

.server2 .serverPrice, .server2 .serverDetails i,
.certificate2 .certificatePrice, .certificate2 .certificateDetails i, .certificate2 .certificateImage{
    color: #6556e7;
}

.server3 .serverPrice, .server3 .serverDetails i,
.certificate3 .certificatePrice, .certificate3 .certificateDetails i, .certificate3 .certificateImage{
    color: #e65dd1;
}

.server4 .serverPrice, .server4 .serverDetails i,
.certificate4 .certificatePrice, .certificate4 .certificateDetails i, .certificate4 .certificateImage{
    color: #337ae2;
}

.certificateDest{
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border-top: 1px solid #efeff1;
    padding-top: 20px;
}

.serverParameters,
.certificateParameters{
    width: 100%;
    float: left;
    border-collapse: collapse;
    border-spacing: 0px;
}

.serverParameters td,
.certificateParameters td{
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.serverDetails,
.certificateDetails{
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #efeff1;
    padding-top: 20px;
    margin-top: 20px;
    width: 100%;
    float: left;
    list-style: none;
}

.serverDetails li,
.certificateDetails li{
    padding: 10px;
}

.serverDetails i,
.certificateDetails i{
    font-size: 20px;
    display: table-cell;
}

.serverDetails span,
.certificateDetails span{
    position: relative;
    top: -1px;
    display: table-cell;
    line-height: 20px;
    padding-left: 10px;
}

.serverButton,
.certificateButton{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

.certificateButton{
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.serverButton a,
.certificateButton a{
    height: 40px !important;
    line-height: 40px !important;
    padding-left: 20px;
    padding-right: 20px;
}

.serverMoreParameters,
.certificateMoreParameters{
    margin-top: 80px;
    padding: 50px;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    color: #fff;
    text-align: center;
}

.domainPrices{
    text-align: center;
}

.domainPrices h2,
.serverMoreParameters h2,
.certificateMoreParameters h2{
    font-size: 30px;
    margin-bottom: 60px;
    line-height: 35px;
}

.serverMoreParameters ul,
.certificateMoreParameters ul{
    padding: 0px;
    margin: 0px !important;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    width: 1350px;
    margin: 0 auto !important;
}

.serverMoreParameters ul li,
.certificateMoreParameters ul li{
    text-align: left;
    padding: 10px;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.serverMoreParameters ul i,
.certificateMoreParameters ul i{
    font-size: 20px;
    display: table-cell;
}
    
.serverMoreParameters ul span,
.certificateMoreParameters ul span{
    padding-left: 10px;
    position: relative;
    top: -1px;
    display: table-cell;
    line-height: 24px;
}

.extraInfo{
    box-shadow: 10px 10px 10px #efeff1; 
    border-radius: 5px; 
    width: 100%; 
    background: #fff;
}

.extraInfo > table{
    border-collapse: collapse;
    border-spacing: 0px;
    border-style: hidden;
}

.extraInfo > table td{
    padding: 20px;
}

.extraInfo > table td:first-of-type{
    border-right: 1px solid #f5f6fa;
}

.extraInfo > table td:first-of-type img{
    width: 200px;
}

.extraInfo > table td:first-of-type i{
    font-size: 40px;
    color: #6556e7;
}

.extraInfo > table td:last-of-type{
    line-height: 22px;
    font-weight: bold;
    width: 100%;
}

.extraInfo > table td:last-of-type span{
    display: none;
}

.extraInfo > table td:last-of-type i{
    font-size: 18px;
    position: relative;
    top: 1px;
}

.mainInfo{
    margin-top: 75px;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
    position: relative;
}

.mainInfo .motto{
    font-size: 50px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    line-height: 60px;
    font-weight: normal;
}

.mainInfo .mottoBr,
.serverTitleBr{
    display: none;
}

.mainInfo .svg1{
    height: 250px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
}

.domainSearch{
    margin-top: 50px;
}

.contactInfo{
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top 0px;
    background-color: #f5f6fa;
    margin-top: 0px;
}

.mat-raised-button {
    min-width: auto !important;
    height: 35px;
    font-size: 13px !important;
    line-height: normal !important;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    /*transform: translate3d(0,0,0);*/
    /*transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);*/
}

.ripple:not(.disabledButton){position:relative;overflow:hidden;transform:translate3d(0,0,0)}.ripple:not(.disabledButton):after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}.ripple:not(.disabledButton):active:after{transform:scale(0,0);opacity:.1;transition:0s}

.postButton{
    padding-left: 20px; 
    padding-right: 20px; 
    margin-right: 0px !important;
}

.panelButton{
    padding-left: 20px; 
    padding-right: 20px; 
}

.logo{
    outline: none;
    float: left;
    width: 153px;
    height: 35px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo:hover{
    opacity: 0.6;
}

.mainSearch{
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 10px 10px 10px #efeff1;
    border-radius: 5px;
    margin-top: 20px;
    -webkit-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -o-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    -moz-transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.mainSearchFocus.mainSearch{
    /* border: 1px solid #6556e7; */
    box-shadow: 0px 0px 15px rgba(101, 86, 231, 0.4);
}

.mainSearch input{
    border: 0px;
    outline: none;
    font-family: 'Comfortaa', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: -o-calc(100% - 90px);
    width: calc(100% - 90px);
    float: none;
    height: 46px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.mainSearch > div{
    width: 70px;
    height: 68px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    line-height: 68px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
    font-size: 24px;
}

.mainSearchFocus.mainSearch > div{
    color: #6556e7;
}

.mainSearchFocus.mainSearch > div i{
    font-weight: 400;
}

.mainSearch > div:hover{
    background: #cccfde;
    color: #fff;
}

.mainSearchFocus.mainSearch > div:hover{
    background: #6556e7;
}

.fa-spin:before {
    -webkit-animation: fa-spin 0.8s infinite linear;
    animation: fa-spin 0.8s infinite linear;
    font-family: "Font Awesome 5 Pro"; 
    content: "\f3f4"; 
}

i.fa-spin {
    -webkit-animation: fa-spin 0.8s infinite linear;
    animation: fa-spin 0.8s infinite linear; 
}

.contentTitle{
    font-size: 30px;
    position: relative;
    text-align: center;
}

.contentTitle h2:first-child{
    position: relative;
    z-index: 2;
    font-size: 30px;
}

.contentTitle span:last-child{
    position: absolute;
    z-index: 1;
    color: #edeef2;
    font-size: 80px;
    left: 0px;
    bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

.fa-envelope::before{
    font-family: "Font Awesome 5 Pro"; 
    content: "\f0e0";
}

.fa-sliders-h::before{
    font-family: "Font Awesome 5 Pro"; 
    content: "\f1de";
}