body{
	font-family: Montserrat, arial, sans-serif;
	line-height: 1.628571;
	color: #fff;
}

a{
	color: #53BDFF;
	transition: color 0.25s;
	text-decoration: underline;
}


a:focus,
a:hover{
	color: #D461DF;
}

.title{
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}
div.gswidget-wrapper {
	display: inline-block;
	float: right;
	text-align: right;
}
#gswidget {
	border-radius: 15px;
}


/*container fix*/
@media(min-width: 1660px){
	.container{
		width: 1660px;
	}
}

.padding-type-1{
    padding-bottom: 70px;
    padding-top: 70px;
}


.block-1{
	background-image: url(../images/background-1.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 70px;
}
.block-1 .logo-and-text{
	margin-bottom: 80px;
}
.block-1 .logo-and-text .text{
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-left: 30px;
}


.block-1 .typed-text{
	font-size: 55px;
	line-height: 1.4;
    margin-bottom: 45px;
    min-height: 154px;
}

.block-1 .after-typed-text{
    font-size: 35px;
    font-weight: 400;
}
.block-1 .number{
	color: #fff;
    text-decoration: none;
    font-size: 65px;
    display: block;
    width: fit-content;
    -webkit-transition: color .25s ease-in;
       -moz-transition: color .25s ease-in;
        -ms-transition: color .25s ease-in;
         -o-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
.block-1 .number .segment{
	color: #53BDFF;
	font-weight: 200;
	-webkit-transition: color .25s ease-in;
       -moz-transition: color .25s ease-in;
        -ms-transition: color .25s ease-in;
         -o-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
.block-1 .number:hover{
    color: #e30016;
}
.block-1 .number:hover .segment{
	color: #e30016;
}




.block-1 .email{
    display: block;
    color: #fff;
    text-decoration: blink;
    font-size: 45px;
    color: #53BDFF;
    margin-bottom: 50px;
   	-webkit-transition: color .25s ease-in;
       -moz-transition: color .25s ease-in;
        -ms-transition: color .25s ease-in;
         -o-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
.block-1 .email:hover {
	color: #e30016;
}

.block-1 .teamspeak-button {
	color: #fff;
	cursor: pointer;
    text-decoration: none;
    background-color: #53BDFF;
    font-weight: 800;
    font-size: 25px;
    padding: 10px 40px 5px 20px;
    border-radius: 9px;
    border-bottom: 3px solid #2E84B9;
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 30px;
    -webkit-transition: background-color .25s ease-in, border-bottom .25s ease-in;
       -moz-transition: background-color .25s ease-in, border-bottom .25s ease-in;
        -ms-transition: background-color .25s ease-in, border-bottom .25s ease-in;
         -o-transition: background-color .25s ease-in, border-bottom .25s ease-in;
            transition: background-color .25s ease-in, border-bottom .25s ease-in;
}
.block-1 .teamspeak-button:hover {
	background-color: #e30016;
	border-bottom: 3px solid #9e000f;
}
.block-1 .teamspeak-button .icon{
	background-image: url(../images/teamspeak.svg);
	width: 52px;
	height: 52px;
	vertical-align: middle;
	display: inline-block;
	margin-left: -10px;
    margin-bottom: 5px;
    margin-right: 15px;
    background-repeat: no-repeat;
}
.block-1 .teamspeak-button .icon.support{
	background-image: url(../images/support.svg);
}
.block-1 .teamspeak-button .icon.telegram{
	background-image: url(../images/telegram.svg);
}
.block-1 .icon.passgen{
	background-image: url(../images/lock.svg);
}

.block-1 .ti-cursor{
	color: #E30016!important;
}




.block-2{
	overflow: hidden;
	background-color: #000;
}

.block-2 .title{
	color: #53BDFF;
    margin-bottom: 40px;
}
.block-2 .text{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}
.block-2 .text-space{
	margin-bottom: 40px;
}

.block-2 .description{
    margin-top: 95px;
}
.block-2 .description .description-item{
	margin-bottom: 50px;
}

.block-2 .description .number{
	font-size: 100px;
	font-weight: 200;
	color: #53BDFF;
	line-height: 0.7;
	margin-bottom: 15px;
}
.block-2 .description .text{
	font-weight: 500;
}










.block-3,
.policy-page-wrapper{
	background: #2e6d95;
	background: -moz-linear-gradient(top,  #2e6d95 0%, #1e4c6a 100%); 
	background: -webkit-linear-gradient(top,  #2e6d95 0%,#1e4c6a 100%); 
	background: linear-gradient(to bottom,  #2e6d95 0%,#1e4c6a 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6d95', endColorstr='#1e4c6a',GradientType=0 ); 
}

.policy-page-wrapper{
	min-width: 300px;
    width: 40%;
    margin: auto;
    padding: 15px;
    border-radius: 5px;
    position: relative;

}
.policy-page-wrapper .back{
	display: block;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 10px;

    position: absolute;
    right: -16px;
    top: -16px;
    line-height: 0.7;
    border-radius: 50%;
    color: #235778;
}
.policy-page-wrapper a{
	color: #fff;
}
.modal{
    display: flex;
    padding: 30px;
}




.block-3 .title{
	text-align: center;
	line-height: 1;
	margin-bottom: 70px;
}
.block-3 .circle-items {
	text-align: center;
}
.block-3 .circle-items .item{
	min-height: calc(252px + 50px);
	margin-bottom: 50px;
	display: inline-block;
	float: none;
    margin-right: -1.5px;
    margin-left: -1.5px;
    vertical-align: top;
}

.block-3 .circle-items .item .icon{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	display: inline-flex;
    margin-bottom: 25px;

}

.block-3 .circle-items .item .icon img{
	margin: auto;
}

/*.block-3 .circle-items .item .icon.icon-1{
	background-image: url(../images/block-3/icon-1.svg);
}
.block-3 .circle-items .item .icon.icon-2{
	background-image: url(../images/block-3/icon-2.svg);
}
.block-3 .circle-items .item .icon.icon-3{
	background-image: url(../images/block-3/icon-3.svg);
}
.block-3 .circle-items .item .icon.icon-4{
	background-image: url(../images/block-3/icon-4.svg);
}
.block-3 .circle-items .item .icon.icon-5{
	background-image: url(../images/block-3/icon-5.svg);
}
.block-3 .circle-items .item .icon.icon-6{
	background-image: url(../images/block-3/icon-6.svg);
}
.block-3 .circle-items .item .icon.icon-7{
	background-image: url(../images/block-3/icon-7.svg);
}*/

.block-3 .circle-items .item .text{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.block-4{
	position: relative;
	background-image: url("../images/background-2.jpg");
	background-position: 50%;
	background-size: cover;

}
.block-4 .gray-wrapper{
	background-color: rgba(0,0,0,0.64);
}


.block-4 .title{
	color: #53BDFF;
	margin-bottom: 65px;
}

.block-4 .contact-item{
	line-height: 1;
    margin-bottom: 50px;
}

.block-4 .contact-item .item-title{
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 6px;
}

.block-4 .contact-item .item-text{
	font-size: 40px;
}
.block-4 .contact-item .item-text.address {
	font-size: 35px;
	line-height: 50px;
}
.block-4 .contact-item .item-text a{
	font-size: 40px;
	font-weight: 400px;
	text-decoration: none;
	color: #53BDFF;
	-webkit-transition: color .25s ease-in;
       -moz-transition: color .25s ease-in;
        -ms-transition: color .25s ease-in;
         -o-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
.block-4 .contact-item .item-text a:hover {
	color: #e30016;
}


.block-4 .contact-item .item-text.phone .city{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.block-4 .contact-item .item-text.phone a {
	-webkit-transition: color .25s ease-in;
       -moz-transition: color .25s ease-in;
        -ms-transition: color .25s ease-in;
         -o-transition: color .25s ease-in;
            transition: color .25s ease-in;
	font-size: 50px;
	text-decoration: none;
	color: #53BDFF;
}
.block-4 .contact-item .item-text.phone a .segment{
	color: #FFF;
	font-weight: 200;
	-webkit-transition: color .25s ease-in;
       -moz-transition: color .25s ease-in;
        -ms-transition: color .25s ease-in;
         -o-transition: color .25s ease-in;
            transition: color .25s ease-in;
}
.block-4 .contact-item .item-text.phone a.number:hover,
.block-4 .contact-item .item-text.phone a.number:hover .segment {
	color: #e30016;
}




























.block-5{
	background-color: #000;
}
.block-5 .copytight{
	font-size: 20px;
	font-weight: 500;
}
.block-5 .bottom-links{
	font-size: 20px;
	font-weight: 500;
}



.block-trusted{
	background-color: #000000;
}

.block-trusted .items-wrapper{
	display: flex;
	flex-wrap: wrap;
}

.block-trusted .title{
	text-align: center;
	margin-bottom: 60px;
}
.block-trusted .trusted-item{
	margin-bottom: 30px;
}
.block-trusted .trusted-item .img-wrapper{
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    min-height: 133px;
}
.block-trusted .trusted-item .img-wrapper img{
	margin: auto;
}
.block-trusted .trusted-item .text-wrapper{
    background-color: #0E1626;
    padding: 15px 80px;
    display: flex;
    flex-wrap: wrap;
    min-height: 97px;
    border-radius: 0 0 5px 5px;
}
.block-trusted .trusted-item .text-wrapper .text{
	text-align: center;
    width: 100%;

}
.block-trusted .trusted-item .text-wrapper .link{
    display: block;
    margin: auto auto 0 auto;
    width: 100%;
    text-align: center;
    text-decoration: none;
}


.block-map{
	background-color: #1D2C4D;
}

.block-map .title{
	text-align: center;
	padding: 50px 0;
}
.block-map .map{
	min-height: 1000px;
}

.google-map-window{
	color: #000;
}
.map-buttons {
	text-align: center;
	margin-bottom: 30px;
}
.map-buttons button {
	color: #fff;
	cursor: pointer;
    text-decoration: none;
    background-color: #53BDFF;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 9px;
    border-bottom: 3px solid #2E84B9;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    width: fit-content;
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-transition: background-color .25s ease-in, border-bottom .25s ease-in;
       -moz-transition: background-color .25s ease-in, border-bottom .25s ease-in;
        -ms-transition: background-color .25s ease-in, border-bottom .25s ease-in;
         -o-transition: background-color .25s ease-in, border-bottom .25s ease-in;
            transition: background-color .25s ease-in, border-bottom .25s ease-in;
}
.map-buttons button:hover {
	background-color: #e30016;
	border-bottom: 3px solid #9e000f;
}


::-webkit-scrollbar {
display: none;
}
body{
	overflow: auto;
}









@media(min-width: 1920px){
	
	.block-1{
		background-size: cover;
	}
}
@media(min-width: 1201px) and (max-width: 1660px){
	.block-trusted .trusted-item .text-wrapper{
		padding: 15px 30px;
	}
	.block-trusted .trusted-item .img-wrapper img {
	    max-width: 179px;
	}
	.block-2 .description .number {
	    font-size: 70px;
	}
}
@media(max-width: 1200px){

	.block-map .map{
		min-height: 600px;
	}

	.block-trusted .items-wrapper{
    	display: flex;
    	flex-wrap: wrap;
	}
	.block-trusted .items-wrapper .trusted-item{
		    margin: 0 auto 30px auto;
	}
	.block-trusted .trusted-item .img-wrapper img {
	    max-width: 183px;
	}
	.block-trusted .trusted-item .text-wrapper{
		padding: 15px 15px;
    	
	}
	.block-1 .logo-and-text{
		margin-bottom: 190px;
	}
	.block-1 .logo-and-text .text{
		font-size: 16px;
		margin-left: 15px;
	}
	.block-1 .logo-and-text .logo{
		width: 100px;
	}
	.block-1 .typed-text{
		font-size: 40px;
		min-height: 115px;
	}
	.block-1 .after-typed-text{
		font-size: 35px;
	}
	.block-1 .number{
		font-size: 59px;
	}
	.block-1 .email{
		font-size: 39px;
	}
	.teamspeak-button{
		display: none;
	}
	.padding-type-1{
	    padding-bottom: 50px;
	    padding-top: 50px;
	}
	.block-1{
		padding-bottom: 30px;
		background-position: 0 97%;
	}

	.title{
		font-size: 40px;
	}
	.block-2 .text{
		font-size: 16px;
	}
	.block-2 .description .number{
		font-size: 80px;
	}
	.block-2 .text{
		font-size: 16px;
	}
	.block-2 .description{
		margin-top: 124px;
	}
	.block-2 .title{
		margin-bottom: 80px;
	}
	.block-3 .title{
		font-size: 50px;
		margin-bottom: 150px;
	}
	.block-4 .title{
		font-size: 50px;
	}
	.block-4 .contact-item .item-text.phone a{
		font-size: 40px;
	}
	.block-4 .contact-item .item-text a{
		font-size: 37px;
	}
	.block-4 .contact-item .item-text{
		font-size: 30px;
	}
	.block-4 .gray-wrapper{
		padding-top: 70px;
	}
}
@media(max-width: 991px){

	.block-trusted .trusted-item .text-wrapper{
		    min-height: 118px;
	}


	.block-1 .logo-and-text .logo {
	    width: 80px;
	}
	.block-1 .logo-and-text .text{
		font-size: 12px;
		margin-left: 10px;
		line-height: 1.6;
	}
	.block-1 .logo-and-text{
		margin-bottom: 220px;
	}
	.padding-type-1{
		padding-bottom: 30px;
    	padding-top: 30px;
	}
	.block-3{
		padding-bottom: 20px;
    	padding-top: 70px;
	}
	.block-3 .title{
		margin-bottom: 90px;
	}
	.block-3 .circle-items .item{
		min-height: calc(230px + 50px);
		margin-bottom: 30px;
	}
	.block-3 .circle-items .item .text{
		font-size: 16px;
	}
	.block-3 .circle-items .item .icon{
		margin-bottom: 5px;
	}
	.block-5{
    	padding-bottom: 80px;
    	padding-top: 80px;
	}
	.block-5 .copytight,
	.block-5 .bottom-links{
		font-size: 16px;
	}
	.block-1{
    	background-position: 0 91%;
    	background-size: auto 103%;
	}
}
@media(max-width: 768px){
	.block-map .map{
		min-height: 400px;
	}
	.block-1 {
	    background-image: url(../images/background-1-2.jpg);
	        margin-bottom: -1px;
	}

	.block-1 .typed-text{
		font-size: 23px;
	}
	.block-1 .after-typed-text{
		font-size: 25px;
	}
	.block-1 .typed-text{
		min-height: 70px;
	    margin-bottom: 0px;
	}
	.block-1 .logo-and-text{
		margin-bottom: 290px;
	}

	.block-1 .number{
		color: #fff;
		text-decoration: none;
		
		font-weight: 400;
		font-size: 38px;
		padding: 11px 8px 5px 22px;
		line-height: 1;
		border-radius: 9px;

		display: inline-block;
	}

	.block-1 .number .segment{
		color: #53BDFF;
	}
	.block-1 .email{
		font-size: 32px;
	}
	.block-2 .description .number{
		font-size: 70px;
	}
	.block-2 .description{
		margin-top: 105px;
	}
	.block-2 .title{
		margin-bottom: 65px;
	}
	.block-3 .title{
		margin-bottom: 70px;
	}
	.block-4{
		    margin-bottom: -1px;
	}
	.block-4 .title{
		font-size: 40px;
		margin-bottom: 55px;
	}
	.block-4 .contact-item .item-text a{
		font-size: 30px;
	}
	.block-5 .copytight-mobile,
	.block-5 .address-mobile{
		font-size: 16px;
	}
	.block-5 .copytight-mobile{
		margin-bottom: 30px;
	}
	.block-5 .bottom-links{
		margin-bottom: 30px;
	}
	.block-2 .description{
		margin-right: 0;
	}
}



@media(max-width: 650px){
	.block-1 .logo-and-text .logo {
	    width: 14vw;
	}
	.block-1 .logo-and-text .text {
	    font-size: 3vw;
	    margin-left: 2vw;
	}
	.block-1 .logo-and-text {
	    margin-bottom: 67vw;
	}
	.block-1 .typed-text {
	    min-height: 50vw;
    	margin-bottom: 0px;
    	font-size: 35px;
	}
	.block-1 .after-typed-text {
	    font-size: 8vw;
	}
	.block-1 .number{
		font-size: 8vw;
	}
	.block-1 .email {
	    font-size: 6vw;
	}
	.block-2 .title{
		font-size: 8vw;
	}
	.block-2 .description .number {
	    font-size: 9vw;
	}
	.block-2 .text {
	    font-size: 3vw;
	}
	.block-3 .title {
	    font-size: 10vw;
	}



	.block-3 .circle-items .item {
	    min-height: 51vw;
	    margin-bottom: 3vw;
	}

	.block-3 .circle-items .item .icon {
	    width: 26vw;
	    height: 26vw;
	}
	.block-3 .circle-items .item .icon img {
	    max-width: 11vw;
	}
	.block-3 .circle-items .item .text {
	    font-size: 3vw;
	}
	.block-trusted .trusted-item .img-wrapper img {
	    max-width: 29vw;
	}
	.block-trusted .trusted-item .text-wrapper {
	    min-height: 118px;
	    font-size: 3vw;
	}
	.title {
	    font-size: 8vw;
	}
	.block-4 .contact-item .item-text.phone a {
	    font-size: 10vw;
	}
	.block-4 .contact-item .item-text a {
	    font-size: 7vw;
	}
	.block-4 .contact-item .item-text {
	    font-size: 7vw;
	}
	.block-4 .contact-item .item-text.address {
	    font-size: 30px;
	    line-height: 50px;
	}
/*	.block-trusted .trusted-item .img-wrapper img{
		max-width: 100px;
	}
	.block-trusted .trusted-item .img-wrapper{
		min-height: 75px;
	}
	.block-trusted .trusted-item .text-wrapper{
    	padding: 5px;
    	font-size: 12px;
   		min-height: 107px;
	}*/
}

@media(max-width: 800px) and (min-height: 800px){
	.block-1 .logo-and-text {
	    margin-bottom: 15vw;
	}
	.block-1 .teamspeak-button .icon {
	    width: 32px;
	    height: 32px;
	    background-size: contain;
	}
	.block-1 .teamspeak-button {
		font-size: 18px;
	}
	div.gswidget-wrapper {
	    float: none;
	    text-align: left;
	    padding-top: 30px;
	}
}

@media(max-width: 650px) and (min-height: 600px){
	.block-1 .logo-and-text {
	    margin-bottom: 15vw;
	}
	.block-1 .teamspeak-button .icon {
	    width: 32px;
	    height: 32px;
	    background-size: contain;
	}
	.block-1 .teamspeak-button {
		font-size: 18px;
	}
	div.gswidget-wrapper {
	    float: none;
	    text-align: left;
	    padding-top: 30px;
	}
}
@media(max-width: 650px) and (min-height: 800px){
	.block-1 .logo-and-text {
	    margin-bottom: 15vw;
	}
	.block-1 .teamspeak-button .icon {
	    width: 32px;
	    height: 32px;
	    background-size: contain;
	}
	.block-1 .teamspeak-button {
		font-size: 18px;
	}
	div.gswidget-wrapper {
	    float: none;
	    text-align: left;
	    padding-top: 30px;
	}
	
}
/*@media(max-width: 411px){
	.block-1 .logo-and-text .logo{
		width: 50px;
	}
	.block-1 .logo-and-text .text{
		font-size: 10px;
	}
	.block-1 .logo-and-text{
		margin-bottom: 230px;
	}
	.block-1 .typed-text,
	.block-1 .after-typed-text{
		font-size: 20px;
	}
	.block-1 .number{
		font-size: 25px;
		display: inline-block;
	}
	.block-1 .email{
		font-size: 23px;
	}
	.block-2 .description .number{
		font-size: 50px;
	}
	.block-3 .circle-items .item .text{
		font-size: 14px;
	}
	.block-4 .contact-item .item-text.phone a{
		font-size: 30px;
	}
	.block-4 .contact-item .item-text,
	.block-4 .contact-item .item-text a{
		font-size: 20px;
	}
}*/

/*@media(max-width: 411px){
	.block-1 .typed-text{
		font-size: 14px;
		min-height: 50px;
	}
	.block-1 .number{
		font-size: 19px;
	}
	.block-1 .email{
    	font-size: 18px;
    	margin-top: 10px;
	}
	.block-1 .logo-and-text .text{
		font-size: 8px;
	}
	.title,
	.block-3 .title {
		font-size: 24px;
	}
	.block-2 .description .number{
		font-size: 30px;
	}
	.block-2 .text{
		font-size: 12px;
	}
	.block-3 .circle-items .item .icon img{
    	width: 50%;
    	max-height: 50px;
	}
	.block-3 .circle-items .item .icon{
		width: 84px;
		height: 84px;
	}
	.block-3 .circle-items .item .text{
		font-size: 12px;
	}
	.block-3 .circle-items .item{
		min-height: calc(130px + 50px);
	}
	.block-trusted .trusted-item .text-wrapper .text{
		font-size: 10px;
	}
}*/

.generator-link {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    text-decoration: none;
}

.generator-link:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.generator-link svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}

@media (max-width: 768px) {
    .generator-link {
        width: 45px;
        height: 45px;
        top: 15px;
        right: 15px;
    }
    
    .generator-link svg {
        width: 20px;
        height: 20px;
    }
}
