.clientMBut
{
	font-size: 14px;
    background-color: #248cc8;
    color: white !important;
    padding: 8px;
    white-space: nowrap;
    /* margin-bottom: 5px !important; */
    margin-bottom: 3px;
    display: inline-block;
    width: fit-content;
	margin: 20px 10px 10px 10px;
}

.subsubTitle2
{
	padding-left: 28px;
    font-size: 14px;
    color: grey;
}

.myDisabled
{
	opacity: 0.25;
	pointer-events: none;
}

.submitBox
{
	position: relative;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: none;
  position: absolute;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
	
  left: Calc(50% - 24px);
  top: Calc(50% - 24px);
  transform: translate3d(-50%, -50%, 0);
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #FF3D00 transparent;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.entry-content
{
	background: linear-gradient(328deg, rgba(224, 224, 224, 1) 0%, rgb(236 245 255) 52%, rgba(228, 228, 228, 1) 100%);
}

.blue
{
	background-color: #005ae0;
    color: white;
}

.bold
{
	font-weight: 500;
}

.tsw
{
	text-shadow: 0px 0px 10px #ffffff !important;
}

.yellow
{
	background-color: #ffaa29;
	color: black;
}

.ul
{
	border-bottom: 1px solid;
}

.rb
{
	border-radius: 0 0 10px 10px;	
}

.rt
{
	border-radius: 10px 10px 0 0;
}

.bt
{
	border-top: 2px solid white;	
}

.bb
{
	border-bottom: 2px solid white;	
}

.red
{
	background-color: red !important;
	color: white;
}

.black
{
	background-color: black !important;
	color: white;
}

.oDesc
{
    padding: 8px 0;
    font-size: 16px;
}

.oPeriod
{
    margin-top: -10px;
    padding-bottom: 20px;
}

.oPrice
{
    font-size: 40px;
    padding-top: 20px;
    font-weight: 600;
}

.oTitle
{
    font-size: 25px;
    font-weight: 500;
    margin-top: -9px;
	padding: 4px 0;
}

.oQuality
{
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-top: 5px;
	padding-bottom: 6px;
	text-shadow: 0px 0px 10px #080808ed;
}

.offer
{   
	display: inline-block;
    /* padding: 10px 10px; */
    color: black;
    /* border: 2px solid black; */
    /* background-color: red; */
    margin: 15px 15px;
    max-width: 300px;
    box-shadow: 0px 0px 40px 8px #00000052;
    border-radius: 10px;
    overflow: hidden;
}

.myOffers
{
	text-align: center;
    display: block;
   /* background-color: #8d8f93;*/
    padding: 40px 25px;
    margin: 40px 0;
}

.notice
{
	width: 80%;
    text-align: right;
    font-size: 12px;
}

.notice2
{
	
    text-align: center;
    font-size: 12px;
}

.success
{
	display: none;
	font-size: 18px;
    padding: 10px;
    background-color: #55653c;
    margin: 10px 0;
    color: white;
    text-align: center;
}

.req:after
{
	content: " *";
	display: inline;
}

.hidden
{
	visibility: hidden;
	display: block;
}

.getinfo
{
	display: flex;
    width: 100%;
    max-width: 1170px;
    /*background-color: #f6f6f6;*/
    margin: auto;
    margin-bottom: 30px;
	/*border: 2px solid #782a2a;*/
	padding: 15px;
}

.label
{
	display: inline-block;
	width: 100px;
}

.infoIHolder
{
	width: 20%;
	max-width: 100px;
	align-content: center;
}

.infoInputs
{
	
	width: 100%;
    align-content: center;
    text-align: -webkit-center;
}

.myButton
{
	box-shadow: 2px 2px 16px 0px;
	border: 2px solid #782a2a;
}

.cardTitle
{
	font-size: 20px;
    color: black;
    font-weight: 500;
    margin-top: 20%;
    margin-bottom: 5%;
}

.cardText
{
	font-size: 16px;
}

.boxCont
{
	text-align: center;
    width: 90%;
    margin: auto;
	margin-top: 30px;
}

.iBox
{
    position: relative;
    display: inline-block;
    height: 350px;
    width: 350px;
	margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 250px;
}

.iBox_u
{
	position: absolute;
    display: block;
    width: 320px;
    height: 240px;
    background-color: white;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: -85%; */
    top: 90%;
    box-shadow: 0px 20px 40px 8px #00000052;
	padding: 2px;
}

.blackPart
{
	display: none;
}
.blackCont
{
	background-color: black;
}

.tBlock
{
	
}

button
{
	margin: auto !important;
    display: block;
    margin-top: 25px !important;
	font-size: 16px !important;
}

#searchForm, .getinfo
{
	color: black;
	/*background-color: #f6f6f6;*/
}

#searchForm
{
	padding: 15px 0 !important;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.info
{
	padding-left: 5px;
    font-weight: 500;
    font-size: 16px;
	display: none;
	
}

#result
{
	padding: 20px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    color: #b43232;
}

.scont
{
	text-align: center;
	max-width: 1200px;
    margin: auto;
	padding: 15px 0;
    /*background-color: #f6f6f6;*/
}

.scont select, .scont input[type="text"]
{
	width: 160px;
    height: 36px;
}

.sBlock
{
	padding: 3px 8px;
	display: inline-block;
}

.sBlock label
{
	display: inline-block;
    width: 108px;
	text-align: left;
	font-size: 14px;
}

.subTitle2
{
    font-size: 24px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
    max-width: 1200px;
    margin: auto;
	margin-bottom: 2px;
}

.blockPicture
{
	    padding: 3% !important;
}

.blockInner
{}

.blockData
{
	
}

.labelR
{
	    float: right;
}

.myLabel
{
	font-weight: 500;
    font-size: 14px;
    color: black;
}

.connHead
{
	color: #16316d;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 10%;
}

.connFoot
{}

.connStrip
{
	padding: 10px 0;
	width: 80%;
}

.stripHolder
{
	position: relative;
    display: block;
    width: 100%;
    height: 6px;
    background-color: #eeeeee;
    border-radius: 10px;
}

.csik
{
	display: block;
    background-color: #17316e;
    height: 100%;
}

.smallSpeed
{
	width: 25%;
}

.mediumSpeed
{
	width: 50%
}

.highSpeed
{
	width: 100%;
}

.connCont2
{
	max-width: 80%;
    text-align: justify;
    padding: 5px 0px;
}

.connCont
{
    font-size: 2.5vw;
   
    width: 100%;
    max-width: 350px;
    text-align: left;
    color: black;
    font-weight: 500;
	padding: 5% 0;
}


.conn
{
	display: flex;
    /* position: relative; 
    max-width: 1000px;*/
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

.oColor
{
	 /*background-color: #e6e6e6;*/
}

.dBlock
{
   	display: inline-block;
    position: relative;
    padding: 0%;
    width: 50%;
	align-content: center;
}

.entry-content
{
	background-color: white;
}

.conn img
{
	margin: 20px 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 100% !important;
    object-fit: contain;
}

.bIcon
{
    background-size: contain;
    background-repeat: no-repeat;
    width: -webkit-fill-available;
    background-position: center;
    margin: 20px 0px 1px 0px;
}

.bIcon1
{
	background-image: url(/resurces/global.png);
	padding: 10px;
    height: 40px;
}

.bIcon2
{
	background-image: url(/resurces/multimedia.png);
	padding: 10px;
    height: 40px;
}

.bIcon3
{
	background-image: url(/resurces/pc.png);
    padding: 10px;
    height: 40px;
}

.subTitle
{
	/*background-color: #001132;*/
    padding: 8px;
	border-bottom: 1px solid white;
	font-size: 20px;
    font-weight: 500;
}

.bContent
{
	height: -webkit-fill-available;
    width: -webkit-fill-available;
    /* background-color: #2f3a4a; */
    /* border: 4px red solid; */
    display: block;
    position: relative;
    padding: 4px 10px;
}

.boxes
{
    display: block;
    width: 80%;
    text-align: center;
    margin: auto;
    position: relative;
    /* background-color: red; */
    color: white;
    text-align: center;
    font-size: 18px;
    /* margin: 18px 0; */
    margin-top: 60px;
    margin-bottom: 28px;
}

@media screen and (max-width: 550px) {
	.subTitle2 {
		padding-left: 4px !important;
		padding-right: 4px !important;
		text-align: center !important;
	}
	.subsubTitle2
	{
		padding: unset !important;
	}
}

@media screen and (max-width: 1200px) {
	.subTitle2 {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media screen and (max-width: 691px) {
	.hidden {
		display: none !important;
	}
}

@media screen and (max-width: 556px) {
	.box {
    	min-width: 100% !important;
		margin: 0 !important;
		margin-bottom: 5px !important;
	}
	.myTitle
	{
		padding-left: 7% !important;
	}
	.myDesc
	{
		padding-left: 7% !important;
	}
}

@media screen and (max-width: 287px) {
	.scont select, .scont input[type="text"], .infoInputs input[type="text"], .infoInputs input[type="email"]{
    	width: 100% !important;
	}
		.sBlock {
		width: 95% !important;
	}
	.sBlock label {
   		width: 100%;
	}
}

@media screen and (max-width: 440px) {
	.iBox {
		margin-left: 0px !important;
		margin-right: 0px !important;
		height: unset !important;
		width: 100% !important;
	}
	.iBox_u {
		width: 90% !important;
	}
	
	.getinfo {
    	display: block !important;
		padding: 15px 2px !important;
	}
	.infoIHolder { 
		width: unset !important; 
		max-width: 150px !important;
		text-align: center !important;
		margin: auto !important;
	}
}

@media screen and (max-width: 577px) {
	
	.connCont
	{
		font-size: 20px !important;
	}

	.dBlock
	{
		width: 100% !important;
	}
	.conn
	{
		display: block !important;
	}
	.dBlock, .notice
	{
		width: 100% !important;
	}
	.blockInner
	{
		display: block !important;
		width: 90% !important;
		margin: auto !important;
	}
	.connCont2 {
    max-width: 100% !important;
	}
	.connStrip {
    width: 100% !important;
	}
	
}

@media screen and (min-width: 577px) and (max-width: 940px){
	.box {
    	min-height: 542px !important;
	}
}

@media screen and (min-width: 940px ) and (max-width: 1176px) {
	.box {
    min-height: 490px !important;
	}
}

@media screen and (min-width: 1176px) and (max-width: 1430px){
	.box {
    min-height: 398px !important;
	}
}

@media screen and (min-width: 1430px) {
	.box {
    min-height: 370px !important;
	}
}

.box
{
	display: inline-block;
    width: 30%;
    /* padding: 10px; */
    margin: 10px;
   /* border: 4px white solid;
    background-color: #2f3a4a;*/
    vertical-align: top;
    min-width: 200px;
	height: 255px;
}

.menu, .hgroup
{
	max-width: 1080px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.full-container
{
	max-width: none !important;
}

#myMain
{
	background-image: url(/resurces/bg2wm.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	background-color: black !important;
	overflow: hidden;
}

.myTitle
{
	    color: white;
    padding-left: 14%;
	 padding-top: 14%;
    font-size: 45px;
    font-weight: 500;
   /* text-shadow: 3px 3px 3px BLACK, -3px 3px 3px BLACK, 3px -3px 3px BLACK, -3px -3px 3px BLACK;*/
}

.myDesc
{
	padding-left: 14%;
    color: white;
    font-size: 19px;
	padding-top: 20px;
}

.entry-header
{
	margin-bottom: 0 !important;
}

#main
{
	padding: unset !important;
}

#searchForm
{
	padding: 35px;
}
