html, body {
    height: 100%;
}
.content {
    flex: 1 0 auto;
}

.bg-page{
    background: url("../images/bg.jpg") center center;
    background-size: cover;
}

.bg-color-custom{
    background-color: #004773;
}
.color-custom{
    color: rgb(0, 71, 115);
}
.bg-section-decor{
    background-image: url("../images/decor2.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}
.bg-block-decor{
    background-image: url("../images/decor.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 130%;
}
.bg-footer{
    background: url("../images/bgbottom.png") center center;
    background-size: cover;
    background-color: #004773;
}
.max-width-650{
    max-width: 650px;
}
.max-width-800{
    max-width: 800px;
}
.box-shadow-1{
    box-shadow: 0px 7px 16.92px 1.08px rgba(133, 133, 132, 0.21);
}
.ml-img-space{
    margin-left: 3.5rem;
}
.border-radius-10{
    border-radius: 10px;
}
.height-80{
    height: 80%;
}
.text-secondary2{
    color: #9bb6c9;
}
.section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.header-border-radius{
    -moz-border-radius-bottomleft: 200px;
    -webkit-border-bottom-left-radius: 200px;
    border-bottom-left-radius: 200px;

    -moz-border-radius-bottomright: 200px;
    -webkit-border-bottom-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.header-border-radius-smaller{
    -moz-border-radius-bottomleft: 60px;
    -webkit-border-bottom-left-radius: 60px;
    border-bottom-left-radius: 60px;

    -moz-border-radius-bottomright: 60px;
    -webkit-border-bottom-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.block-border-radius{
    border-radius: 200px;
}
.block-border-radius-smaller{
    border-radius: 60px;
}

.navbar{
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: -6.691px 7.431px 20px 0px rgba(0, 0, 0, 0.15);
}

.navbar-brand img{
    height: 80px;
}
.navbar-contacts{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;

    /*border-left: 1px solid #dee2e6;
    border-top: 0;*/
}
.nav-link-img{
    width: 40px;
}
.navbar .dropleft .dropdown-toggle::before{
    margin-right: 0;
    margin-left: -5px;
}
.navbar-nav a{
    font-weight: 500;
    transition: all .2s;
}
a.dropdown-item:focus, a.dropdown-item:hover{
    color: #004773!important;
    /*background-color: transparent;*/
}
a.dropdown-item:active{
    background-color: #eee;
}

.custom-control-input:checked~.custom-control-label::before{
    border-color: #67c23b;
    background-color: #67c23b;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 0.2rem rgba(103,194,59,.25);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #67c23b;
}

span.vertical-hr{
    border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    height:         100%;
    width:          1px;
}

.website-global-link{
    background: url("../images/earth.svg") center center;
    background-repeat: no-repeat;
    background-size: 450px 450px;
    margin: auto;
    display: flex;
    width: 450px;
    height: 450px;
    text-decoration: none;
    border-radius: 1rem;
    /*padding-right: 30px;
    padding-left: 30px;*/
    transition: box-shadow .3s;
    box-sizing: content-box;
    padding: 0 16px;
}
    .website-global-link img{
        margin-bottom: 45px;
        width: 350px;
        height: auto;
    }
.website-global-link:hover{
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.hint-icon-wrapper{
    cursor: pointer;
    color: gray;
    transition: all .3s;
}
    .hint-icon-wrapper:hover{
        color: black;
    }

.header-text-size{
    font-size: 4rem;
}
.bg-header{
    background: url("../images/bgtop.png") center center;
}
.icon-gallery{
    position: absolute;
    top: 8px;
    right: 25px;
}
.ekko-lightbox.modal .modal-body{
    padding: 0;
}

.margin-header-text{
    margin: 5rem 0;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.cancel-button{
	font-size: 14px;
    padding: 8px 46px;
    margin: 0 10px;
}


.custom-control-input:checked~.custom-control-label::before{
    border-color: #67c23b;
    background-color: #67c23b;
}
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 0.2rem rgba(103,194,59,.25);
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{
    border-color: #67c23b;
}

.custom-radio-input:checked~.custom-radio-label::before{
    border-color: #005c8c;
    background-color: #005c8c;
}
.custom-radio-input:focus~.custom-radio-label::before{
    box-shadow: 0 0 0 0.2rem rgba(230, 230, 230,.25);
}
.custom-radio-input:focus:not(:checked)~.custom-radio-label::before{
    border-color: #67c23b;
}

.custom-control-label{
	font-weight: 500;
}
.color-black{
	color: #131313;
}

.color-blue{
	color: #005c8c;
}
.color-pink{
	color: #ec69a4;
}
.color-grey{
	color: #7d7d7d;
}
.color-dark{
	color:#383838;
}

.navbar .nav-item{
	margin-top: 5px;
}


.dropdown-translate{
	margin-top: 0px !important;
}


	
.custom-checkbox .custom-radio-input:indeterminate~.custom-radio-label::before {
	border-radius: 50px;
    border: 4px solid rgb(230, 230, 230);
    background-color: transparent;
}
.custom-radio-group{
	display: flex;
	max-width: 480px;
}

.custom-radio{
	padding-left: 30px;
}


@media only screen and (max-width: 991px) {
    /*.navbar-contacts{
        border-left: 0!important;
        border-top: 1px solid #dee2e6;
        padding-top: .75rem;
        padding-bottom: .75rem;
    }*/
    .file-preview-button{
        float: initial;
        display: block;
    }
    .file-preview-button  .btn-primary{
        padding: 8px 16px;
    }
}
@media only screen and (max-width: 768px) {

    .header-text-size{
        font-size: 2rem;
    }
    .header-border-radius{
        -moz-border-radius-bottomleft: 50px;
        -webkit-border-bottom-left-radius: 50px;
        border-bottom-left-radius: 50px;

        -moz-border-radius-bottomright: 50px;
        -webkit-border-bottom-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .header-border-radius-smaller{
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;

        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .block-border-radius{
        border-radius: 50px;
    }
    .block-border-radius-smaller{
        border-radius: 20px;
    }
    .website-global-link{
        background-size: 260px 260px;
        width: 260px;
        height: 260px;
    }
    .website-global-link img{
        width: 180px;
        margin-bottom: 20px;
    }
    .file-preview-button  .btn-primary{
        padding: 4px 8px;
    }
}



/*modal*/

.cart__modal-dialog {
	font-family: Myriad Pro;
    margin-top: 10% !important;
}

.modal-dialog {
    margin: 10% auto;
}

.modal-content {
    border-radius: 15px;
}

.cart__nav {
    margin: 20px;
}

.cart__close {
    margin: 12px 20px 0 0;
    opacity: 1;
    transition: .3s all;
}

.cart__tab-content {
    margin: 0 25px 20px 25px;
}

.catalog__btn-block {
    display: flex;
    justify-content: flex-end;
}

.catalog_info {
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: Myriad Pro;
	width: 100%;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #383838;
	color: #383838;
    transition: .3s all;
}

.catalog_cart {
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: Myriad Pro;
	width: 100%;
    background-color: #383838;
    border-radius: 50px;
    border: 2px solid #383838;
	color: #ffffff;
    transition: .3s all;
}

.catalog_buy {
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: Myriad Pro;
	width: 100%;
    background-color: #005c8c;
    border-radius: 50px;
	color: #ffffff;
    border: 2px solid #005c8c;
    transition: .3s all;
}


.cart__btn-block {
    margin: 30px 0px 25px 0;
    display: flex;
    justify-content: flex-end;
}

.cart__shopping {
    background-color: #383838;
    border-radius: 50px;
    border: 2px solid #383838;
    transition: .3s all;
}

.cart__btn {
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    color: white;
    font-family: Myriad Pro;
}

.cart__btn {
    padding: 10px 20px;
    border: none;
    text-transform: uppercase;
    color: white;
    font-family: Myriad Pro;
}

.cart__checkout {
    background-color: #005c8c;
    border-radius: 50px;
    padding: 10px 50px;
    border: 2px solid #005c8c;
    transition: .3s all;
}

.msg-error {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 16px;
    color: #005c8c;
    font-family: Myriad Pro;
}

.cart__type-body-li:first-child {
    width: 31%;
}

.cart__type-body-li {
    list-style: none;
    width: 23%;
    color: #555555;
    font-family: Myriad Pro;
}

.totalPrice-li {
    color: #005c8c !important;
}

.cart__main {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.cart__type-header-ul {
	font-family: Myriad Pro;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 20px 10px 0;
    border: 1px solid #e8e8e8;
    border-left:0;
	border-right: 0;
}


.nav-tabs{
	border: 0;
	margin-bottom: 30px;
}
	
.cart__type-header-li:first-child {
    width: 31%;
}

.cart__type-close {
    z-index: 100;
    position: absolute;
    top: 29px;
    right: 0;
    cursor: pointer;
}
.cart__type-close img {
    height: 10px;
    width: 10px;
}
.cart__type-header-li {
    list-style: none;
    color: #383838;
    font-size: 16px;
    font-family: Myriad Pro;
    width: 10%;
}

.cart__type-body-ul {
	font-family: Myriad Pro;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;	
    margin-bottom: 0;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.cart__type-quantity {
    display: flex;
    justify-content: space-between;
    width: 100px;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
}

.cart__type-quantity-minus {
    cursor: pointer;
    text-align: center;
    width: 30px;
    border-right: 1px solid #f0f0f0;
}

.cart__type-body-li {
    list-style: none;
    width: 23%;
    color: #555555;
    font-family: Myriad Pro;
}

.cart__type-quantity-plus {
    cursor: pointer;
    text-align: center;
    width: 30px;
    border-left: 1px solid #f0f0f0;
}

.cart__type:first-child {
    transform: translateY(1px);
}

.cart__type-minus {
    margin: 1px 0 0 0;
}
.cart__type-number {
    color: #383838;
}
.cart__type {
    display: block;
    margin-top: 2px;
    color: #7d7d7d;
}
.cart__type-close img {
    height: 10px;
    width: 10px;
}
.totalPrice-ul{
	border-bottom: none;
	color: #383838;
}

.cart__type-body-li {
    list-style: none;
    width: 10%;
    color: #7d7d7d;
    font-family: Myriad Pro;
}
.totalPrice-device {
    color: #005c8c !important;
}
.device-price {
    color: #005c8c;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.cart__li{
	text-align: center;
	text-transform: uppercase;
	padding: 0 8px;
	
}

.cart__li a{
	color: #7d7d7d;
}

.cart__li.active a{
	color: #005c8c;
}

.cart__row-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.cart__customer-ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.cart__customer-li {
    width: 100%;
    list-style: none;
}

.cart__customer-total {
	border: 1px solid #f0f0f0;
	border-left: 0;
	border-right: 0;
	color: #383838;
    padding: 15px 10px 15px 0px;
    width: 100%;
    margin-top: 15px;
}
.cart__purchase-block{
	/*padding-bottom: 30px;*/
}

.cart__form-caption, .cart__payment-caption{
	font-size: 16px;
	line-height: 2.2;
	padding-top: 30px;
}

.thank__caption{
	font-size: 18px;
	font-weight: bold;
	line-height: 2.2;
	margin-top:10px;
	font-family: Myriad Pro !important;
}
	
.thank__desc{
    font-family: Myriad Pro;
	font-size: 14px;
}
	
.thank__img{
	margin: 15px 10px 30px 10px;
	width: 200px;
}	

.thank__btn, .thank__error{
	margin-bottom: 25px;
}

.cart__form-group-two {
    width: 49%;
}

.cart__form .form-group input {
    font-family: Myriad Pro;
    border-radius: 7px;
    padding: 5px 40px 6px 15px;
}

.form-control {
    height: 40px !important;
}

.btn-send-final .preloader {
    top: 13px;
    left: 49%;
}

.vis_hidden {
    visibility: hidden;
}

.displayNone {
    display: none;
}

.preloader {
    position: absolute;
    text-align: center;
    width: 24px;
    height: 24px;
    top: 8px;
    left: 46%;
}

.cart__back {
	height: 49px;
    background-color: #383838;
    border-radius: 50px;
    border: 2px solid #383838;
    transition: .3s all;
    padding: 10px 76px;
}

.cart__back:hover {
    /*transition: .3s all;
    border: 2px solid #e8e8e8;
    background-color: transparent;
    color: #383838;*/
}

.cart__customer-product {
	border-top: 1px solid #f0f0f0;
	color: #383838;
    padding: 15px 10px 0px 0px;
	width: 100%;
}

.btn-default {
    border-radius: 10px !important;
    color: #555 !important;
    margin-top: 0px !important;
    min-height: 35px !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-family: Myriad Pro !important;
}

.product-img{
	width: 80%;
	max-width: 340px;
}
.catalog-title{
	font-weight: bold;
    font-size: 16px;
	color: #383838;
}
.catalog-price{
	font-weight: bold;
    font-size: 16px;
	color: #005c8c;
}

.text-right{
	text-align: right;
}

.catalog-desc{
	color:#7d7d7d;
	padding-bottom: 10px;
}

.catalog-pack{
	color:#7d7d7d;
	padding-bottom: 10px;
}

.catalog-colour{
	color:#005c8c;
	padding-bottom: 10px;
}

.catalog-label{
	color:#383838;
}

#customer-info-product-name {
    display: inline-block;
}

.catalog_btn{
	min-width: 140px;
}

@media (max-width: 575px){	
	.catalog_btn{
		margin-bottom: 10px;
		/*margin-left: 20px;*/	
	}
}
@media (min-width: 576px){	
	.catalog_btn{
		/*margin-left: 20px;*/	
	}
	.cart__shopping, .cart__back{
		margin-right: 20px;
	}
	.cart__li:first-child{
		text-align:right;
		width: 40%;
	}
	.cart__li:last-child{
		text-align:left;		
		width: 40%;
	}
	.modal-dialog {
		max-width: 880px;
	}
}

#thank-modal .modal-content, #erorr-modal .modal-content , #cancel-modal .modal-content  {
	text-align: center;
	border: none;
}

 
.thank__error{
	padding: 10px 20px;
    text-transform: uppercase;
    font-family: Myriad Pro;
	width: 165px;
    background-color: #e30613;
    border-radius: 50px;
	color: #ffffff !important;
    border: 2px solid #e30613;
    transition: .3s all;
}

.thank__btn{ 
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: Myriad Pro;
	width: 165px;
    background-color: #3aaa35;
    border-radius: 50px;
	color: #ffffff !important;
    border: 2px solid #3aaa35;
    transition: .3s all;
 }
 
 
.radio-custom {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.radio-custom:not(:disabled):active~.radio-custom-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.radio-custom:focus:not(:checked)~.radio-custom-label::before {
    border-color: #67c23b;
}

.radio-custom:focus:not(:checked)~.radio-custom-label::before {
    border-color: #80bdff;
}

.radio-custom:focus~.radio-custom-label::before {
    box-shadow: 0 0 0 0.2rem rgba(103,194,59,.25);
}



.radio-custom-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
	border-radius: .25rem;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.radio-custom-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

#paypal-button-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    opacity: 0.00001;
}

.displayBlock{
	display: block;
}

.bg-page-products{
	background-image: none;
	background-color: #fdfdfd;
}

.header__basket:after {
    position: absolute;
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 7px;
    background-color: #f83454;
    top: 5px;
    right: 7px;
    opacity: 0;
}

.active-basket.header__basket:after {
    opacity: 1;
}



