@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body, html {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Open Sans",sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #354655;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.45;
}
a {
	color: #354655;
	transition:0.5s;
}
a:active {
	text-decoration: none;
	list-style-type: none;
}
a:hover {
	text-decoration: none!important;
	list-style-type: none;
	transition:0.5s;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	border: none;
}
ul{
	padding-left: 0;
	margin-bottom:0px!important;
}
li{
	list-style:none;
}
input:focus {
	outline: none!important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type=number]{
  -moz-appearance: textfield;
}
.display-inline{
	display:inline-block;
}
.padding-0{
	padding:0px!important;
}
.padding-10{
	padding:10px;
}
.margin-0{
	margin:0!important;
}
.margin-5-0{
	margin:5px 0;
}
.margin-8-0{
	margin:8px 0;
}
.margin-10-0{
	margin:10px 0;
}
::-webkit-input-placeholder { 
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
}
::-moz-placeholder { 
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
}
:-ms-input-placeholder {
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
}
:-moz-placeholder { 
    color: #fff!important;
    font-weight: 400;
    font-size: 16px;
}
.bold{
    font-weight: 700;
}
.font-light{
    font-weight: 300;
}
.color-black{
    color: #222222;
}
.color-white{
    color: #fff!important;
}
.font-12{
    font-size: 12px!important;
}
.font-16{
    font-size: 16px;
}
.font-20{
    font-size: 20px;
}
.font-24{
    font-size: 24px;
}
.text-uppercase{
    text-transform: uppercase;
}
.flex-block .container:before,
.flex-block .container:after,
.flex-row:before,
.flex-row:after {
   content: normal; 
}
.flex-row {
	display: -webkit-box; 
	display: -moz-box;    
	display: -ms-flexbox; 
	display: -webkit-flex;
    display: flex;
}
.flex-wrap{
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-reverse{
    -webkit-flex-direction: row-reverse; 
    flex-direction: row-reverse;
}
.items-center {
    align-items: center;
}
.items-baseline{
    align-items: baseline;
}
.items-stretch{
    align-items: stretch;
}
.justify-between{
    justify-content: space-between;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.px-15{
    padding-left: 15px;
    padding-right: 15px;
}
.ppg-form-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.ppg-form-description{
    font-size: 14px;
    margin-bottom: 30px;
}
.ppg-title-with-line::after{
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #4284fb;
    margin: 17px auto 21px;
}
.g-reacaptha-info {
    margin-top: 35px;
    font-size: 14px;
}
.g-reacaptha-info a{
    color:inherit;
}
.form-group {
    margin-bottom: 25px;
}
.input-icon {
    position: relative;
}
.input-icon .ppg-info{
	position:absolute;
	right:12px;
	top:50%;
	transform:translateY(-50%);
	color:#3d3939;
}
.form-control {
    height: 54px;
    border: 1px solid #f0f2f6;
    outline: none;
    box-shadow: none;
    background: #f0f2f6;
    border-radius: 11px;
    padding: 5px 35px 5px 18px;
}
textarea.form-control{
    width: 100%!important;
    max-height: 180px!important;
    padding-top: 15px;
}
.form-group.has-error .form-control{
    border: 1px solid #e9191a;
}
.input-icon .has-error {
    position: absolute;
    font-size: 12px;
    color: #e9191a;
}
.input-icon .ie89-hidden {
    position: absolute;
    left: 3px;
    top: 14px;
    color: #a5a6a6;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
}
.required {
    color: #e9191a;
}
.page-block{
    padding: 45px 0;
}
.page-block .block-title-info{
    margin-bottom: 50px;
}
.ppg-btn{
    color: #fff!important;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 11px;
    border: none;
    outline: none;
    padding: 19px 65px;
    border: 2px solid transparent;
    display: inline-block;
}
.ppg-btn[disabled]{
	background:#c5c5c5;
}
.ppg-btn-green{
    background: #13d799;
}
.ppg-btn-blue{
    background: #4284fb;
}
.ppg-btn-cancel{
	color:#4284fb!important;
	background:transparent;
	border-color: #4284fb;
}
.btn-w-full{
    width: 100%;
}
.ppg-sm-btn{
    font-size:18px;
    padding: 15px 30px;
}
.btn-group > .ppg-btn:nth-child(1){
	margin-right:15px;
}
.btn-group > .ppg-btn:nth-child(2){
	margin-left:15px;
}
.modal-dialog{
    width: auto;
    max-width: 720px;
}
.modal-content{
    padding: 75px;
    border-radius: 20px;
}
.modal-body,
.modal-footer{
    padding: 0;
}
.modal-footer {
    text-align: center;
    border-top: none;
}
.modal-footer .btn-group{
	width:100%;
	display: flex;
	margin-top: 10px;
}
.modal-footer .btn-group > .ppg-btn{
	width: 50%;
	display:inline-block;
}
.ty-modal .modal-dialog {
    max-width: 480px;
    position: relative;
}
.ty-modal  .modal-content {
    padding: 70px 20px;
}
.ty-modal .thank-you-icon{
    margin-bottom: 30px;
}
.ty-modal .close {
    position: absolute;
    top: 11px;
    right: 15px;
    outline: none!important;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 0;
}
.page-menu a{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.ppg-page-banner {
    background: url(../images/banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 125px 0 20px;
}
.banner-content {
    color: #fff;
    max-width: 550px;
    margin-top: 120px;
}
.banner-content .banner-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px;
}
.ppg-page-banner .ppg-form {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 9px 49px 0px rgba(51, 53, 58, 0.13);
    padding: 45px 45px 35px;
    position: relative;
    z-index: 1;
}
.ppg-form.ppg-find-order:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .47);
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 20px;
    z-index: -1;
}
.have-questions-text {
    max-width: 1020px;
    margin: 50px auto 0;
}
.have-questions-text .btn-area {
    margin-top: 45px;
}
.about-us .about-us-grid{
    margin-left: -30px;
    margin-right: -30px;
}
.about-us .about-us-grid > div{
    padding-left: 30px;
    padding-right: 30px;
}
.about-us-item {
    box-shadow: 0px 9px 49px 0px rgba(51, 53, 58, 0.13);
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    height: 100%;
    position: relative;
}
.about-us-item:after {
    content: '';
    width: calc(100% - 15px);
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    background: #26e5ff;
    border-radius: 0 0 40px 40px;
}
.about-us .about-us-grid > div:nth-child(even) .about-us-item:after{
    background: #4284fb;
}
.about-us-item .title-row{
	margin-bottom: 25px;
}
.about-us-item .title-icon {
    width: 80px;
    min-width: 80px;
}
.about-us-item .title-icon img{
   border-radius: 15px;
   box-shadow: 0px 9px 18px 0px rgba(38, 229, 255, 0.45);
}
.about-us .about-us-grid > div:nth-child(even) .about-us-item .title-icon img{
    box-shadow: 0px 9px 18px 0px rgba(69, 140, 247, 0.4);
}
.sertifacates-list {
    box-shadow: 0px 0px 30px 0px rgba(42, 42, 42, 0.09);
    padding: 34px 50px;
    border-radius: 22px;
}
.sertifacates-list .sertifacate-item{
	margin:8px 0;
}
/*---------------CONTACT US PAGE---------------*/
.contact-us-page .banner-content {
    color: #fff;
    max-width: 880px;
    margin: 60px auto 80px;
}
.contact-us-page .contact-us-form {
    margin-bottom: -120px;
}
.contact-us-page .contacts-info-block{
    margin-top: 130px;
}
.contact-us-form textarea.form-control {
    max-height: 135px!important;
}
.contact-us-form .submit-area-wrapper {
    margin-top:15px;
}
.contact-us-form .ppg-sm-btn{
    padding-left: 10px;
    padding-right: 10px;
    width: 260px;
}
.contacts-info-grid {
    padding-top: 15px;
}
.contacts-info-grid .contacts-info-col{
    padding:25px 0;
    height: 100%;
}
.contacts-info-grid > div:nth-child(2){
    border-left:1px solid #d0d1d5;
    border-right:1px solid #d0d1d5;
}
.contacts-info-col .contacts-phone-group{
    max-width:240px;
    margin-left: auto;
    margin-right: auto;
}
.contacts-info-col .contacts-phone-group:not(:last-child) {
    margin-bottom:35px;
}
.contact-country-label {
    margin-bottom: 5px;
    margin-left: 30px;
}
.phone {
    background: #ebf2fd;
    padding: 9px 4px;
    text-align: center;
    border-radius: 30px;
}
.phone-global{
    background:#f3f3f4;
}
.phone .phone-number{
    font-weight:700;
    color:#4284fb;
}
.phone-global .phone-number{
    color:#3161b9;
}
.phone-icon {
    width: 14px;
    height: 16px;
    display: inline-block;
    background: url(../images/phone-icon.png);
    background-size: contain;
    vertical-align: middle;
    margin-right: 4px;
}
footer {
    padding: 20px 0 40px;
    font-size: 14px;
}
#pp-copyrights {
    font-weight: 700;
    margin-bottom: 20px;
}
.pgg-footer-links li {
    display: inline-block;
    margin: 8px 15px;
}
html > body > div#gdpr-notification {
    position:fixed !important;
    bottom:0 !important;
    z-index:2000000001 !important;
    background: rgba(81, 115, 144, 0.8) !important;
    padding: 10px 60px 10px 20px !important;
    color:#fff !important;
    font-size:13px !important;
    width: 100%;
}

html > body > div#gdpr-notification p{
    margin:10px 0 !important;
}
html > body > div#gdpr-notification .gdpr-notification-close{
    position:absolute !important;
    top: 13px !important;
    right: 13px !important;
    font-size: 18px !important;
    cursor:pointer !important;
    background:#fff !important;
    color:#517390 !important;
    font-weight:700 !important;
    border-radius: 50%;
    line-height: 34px;
    width: 34px;
    height: 34px;
    text-align: center;
}
html > body > div#gdpr-notification a{
	color:#fff !important;
    font-size:13px !important;
	text-decoration:underline !important;
	cursor:pointer;
}
@media screen and (min-width: 821px) {
    .container {
        width: 100%;
        padding: 0 30px;
        max-width: 1220px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-content .banner-title {
        font-size: 36px;
    }
}
@media screen and (max-width: 991px) {
    .banner-content {
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .contact-us-page .banner-content{
    	margin-bottom:50px;
    }
    .contacts-info-grid > div:nth-child(2){
		border-right:none;
	}
}
@media screen and (max-width: 820px) {
    .ppg-form.ppg-find-order:after{
        display: none;
    }
    .about-us .about-us-grid{
        margin-left: -15px;
        margin-right: -15px;
    }
    .about-us .about-us-grid > div{
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .modal-content {
        padding: 30px;
    }
    .ppg-form-title{
        text-align: center;
    }
    .sertifacates-list{
        padding-left: 25px;
        padding-right: 25px;
    }
    .sertifacates-list > .row{
        justify-content: center;
    }
    .page-block .block-title-info {
        margin-bottom: 25px;
    }
    .contacts-info-grid > div{
    	border:none!important;
    }
    .contacts-info-grid .contacts-info-col {
        padding: 15px 0;
    }
    .contacts-info-col .contacts-phone-group:not(:last-child) {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 600px) {
    .ppg-page-banner .ppg-form{
        padding: 25px 25px 20px;
    }
    .ppg-form-title {
        font-size: 18px;
    }
    .input-icon .ie89-hidden {
        top: 18px;
        font-size: 12px;
    }
    .about-us-item {
        padding: 35px;
    }
}
@media screen and (max-width: 600px) {
    header .page-logo img{
        max-width: 150px;
    }
}
