/*
Theme Name: purplesky
Author: The Site Design Team
Author URI: https://sitedesign.ee/
Version: 1
*/

.content-wrapper, .main-content {
    padding: 0;
}
.main-content {
    padding: 0;
}

/*#header{
	display: none;
}*/


.vc_btn3.vc_btn3-color-sky, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat {
    background-color: #A8518A !important;
}
.vc_btn3.vc_btn3-color-sky:hover, .vc_btn3.vc_btn3-color-sky.vc_btn3-style-flat:hover {
    background-color: #00AFEF !important;
}

.pum-theme-8 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    height: 32px !important;
    width: 32px !important;
    font-size: 30px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: #A34F88 !important;
}

input.wpcf7-submit {
    background-color: #A8518A !important;
    color: #fff !important;
    font-size: 14px!important;
    padding: 14px 20px!important;
    border-radius: 5px;
    border: 0px solid;
}
input.wpcf7-submit:hover {
    background-color: #00AFEF !important;
}

.pum-container, .pum-theme-lightbox .pum-container {
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 0.2 ) !important;
}

.buttons_row{
	text-align: center;
}
.button_sd{
	margin: 0 15px;
}


.telegram {
            width: 60px;
			margin-right: 20px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            animation: radial-pulse infinite 1.2s;
            position: fixed;
            right: 0;
            bottom: 0;
        }
        @keyframes radial-pulse {
            0% {

                box-shadow: 0 0 0 0px rgb(0, 166, 227);
            }
            
            100% {
                box-shadow: 0 0 0 16px rgba(143, 212, 77, 0);
            }
        }
        .telegram img {
            width: 100%;
            height: 100%;
			border: 2px solid #fff;
			border-radius: 50%;
			background-color: #00a7e3;
			box-sizing: border-box;
        }

@media screen and (min-width: 591px) {
	.separator{
		width: 535px !important;
	}
}

@media screen and (min-width: 768px) {
	body:not(.menu-sandwich) .navbar-header {
	    max-width: 90%;
	    width: 350px;
	}
}

@media screen and (max-width: 767px) {
	body, html{
		overflow-x: hidden; 
	}
	h1{
		font-size: 30px !important;
	}
	h2{
		font-size: 18px !important;
	}
	.main_row{
		margin-top: -50px;
	}
}