/**** add igrkiv.ru ***/
/*
color:  #7f3f98;
*/

input[type="text"]:focus { outline: none; }   
input[type="button"]:focus { outline: none; }   
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
a:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
/* input#search-area118:focus { outline: none; }  */
button:focus { outline: none; }   

button:active, button:focus {
outline: none !important;
}
button::-moz-focus-inner {
border: 0 !important;
}

html {
scroll-behavior: smooth;
}
body {
background:#fff;
font-family: 'Roboto', sans-serif;
}

img {
max-width:100%;
}
iframe {
max-width:100%;
}
a {color:#7f3f98;}
a:hover {
color:#7f3f98;
text-decoration:none;
}
h1 {
font-size: 40px;
font-weight: 700;
text-align: center;
}
h1 span{
color:  #7f3f98;
}
h2 {
color:#7f3f98;
display: flex;
align-items: center;
margin-bottom:30px;
}
h2:before {
content:"";
display:block;
background-color:  #7f3f98;
width: 30px;
height: 16px;	
margin-right:15px;
}
h3 {
color:  #7f3f98;
font-size: 27px;
font-weight: 700;
}

/**** nav ***/

.menu-sidebar .nav.menu {
border-radius: 5px;
background-color:  rgba(255, 255, 255, 0.1);
text-align: center;
padding:20px 0;
width: 100%;
}

.nav.menu li {
width:100%;
}
.nav.menu a{
color:  #ffffff;
font-size: 24px;
font-weight: 400;
line-height: 60px;
}
.nav.menu a:hover{
text-decoration:underline;
}

.navbar-toggler {
position: relative;
display: block;
width: 25px;
height: 25px;
background: transparent;
border-top: 4px solid;
border-bottom: 4px solid;
color: #ddd;
font-size: 0;
transition: all 0.25s ease-in-out;
border-radius: 0;
margin: 10px;
}
.navbar-toggler:before, .navbar-toggler:after {
content: '';
display: block;
width: 100%;
height: 4px;
position: absolute;
top: 50%;
left: 50%;
background: currentColor;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: -webkit-transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out;
transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}


/****** sidebar  ********/

.sidebar {
background:#7f3f98;
}
.sidebar-items  {
padding:0 15px;
  position: sticky;
  top: 0;
 
}


/***** main *****/

/****** section 01 ********/
.section01 {
background: url(/images/slider1.jpg) top center no-repeat;
padding: 170px 0px 140px 0px;
background-size: cover;
position:relative;
}
.contact-top {
color:  #231f20;
font-size: 26px;
font-weight: 700;
position:absolute;
top:20px;
right:20px;
}
.sitetitle {
max-width:420px;	
}


/****** section 02 ********/
.section02 {
padding:30px 20px;
background: url(/images/bg2.png) top center no-repeat;
background-size: cover;
}
.about-img {
box-shadow: 0 0 20px rgba(0,0,0,.4)!important;
}
.list-check {
	list-style-type: none;
	padding-left:0;
}
.list-check li {
	background:url(/images/check.png) left 5px  no-repeat;
	padding-left:30px;
margin-bottom:10px;
font-size:18px;
}


/****** section 02 ********/
.section03 {
padding:30px 20px;

}
.service-item {
display:flex;
align-items: center;
margin-bottom:30px;
}
.service-img {
padding:15px;
border: 2px solid #7f3f98;
border-radius: 5px;
width: 125px;
height: 125px;
float:left;
text-align:center;
margin-right:15px;
flex: none;
}
.service-desc {
color:  #231f20;
font-size: 23px;
}


/****** section bottom01 ********/
.bottom01 {
padding-left: 20px;
padding-bottom:20px;
}

/****** contact form  ********/

.verysmallfield {
display:block;
width:2px;
height:2px;
border:none!important;
padding:0!important;
background:none!important;
}
.sscf-form-container {
	text-align:center;
}
.sscf-header {
	opacity:1;
	color:  #ffffff;
font-size: 24px;
font-weight: 700;
}
.sscf-form .sscf-input {
	color:#fff;
}
#wrap-contact-form97 {
	padding-top:30px;
}
#wrap-contact-form97 .rf_submit {
    background: #ffffff;
	color:#7f3f98;
	border-radius:5px;
	margin:0 auto 20px auto;
	text-transform:uppercase;
	padding:10px 50px;
font-size: 18px;
font-weight: 700;
}
.sscf-form .fl_label {
font-family: 'Roboto', sans-serif;
    color: #eee;
}


#wrap-contact-form98 .mypopup-content {
background: #7f3f98;
	color:#fff;	
}
#wrap-contact-form98 .sscf-popup {
    background: #7f3f98;
		padding:7px 25px;
		color:  #ffffff;
font-size: 18px;
font-weight: 400;
	border-radius:5px;
}
#wrap-contact-form98 .rf_submit {
    background: #ffffff;
	color:#7f3f98;
	border-radius:5px;
	margin:0 auto;
	text-transform:uppercase;
	padding:10px 50px;
font-size: 18px;
font-weight: 700;
}

/****** footer  ********/
footer  {
margin-top:0;
background-color:  #231f20;
padding:20px;
color:#fff;
font-weight:700;
}
.footer-items {
display: flex;
justify-content: space-between;
align-items: center;	
}
footer a {
color:#ddd;
}





/***** media ********/


@media (min-width: 1200px){
.container {
max-width: 1200px;
}
.col-md-3.sidebar {
max-width:270px;
}
.menu-sidebar {
	width:240px;
	margin:0 auto;
}

}

@media(max-width: 1200px) {
	
.nav.menu a {
    font-size: 20px;
    line-height: 1.5;
}
.contact-top {
    left: 20px;
	font-size:18px;
}

#wrap-contact-form98 .sscf-popup {
padding:7px 20px;
font-size: 16px;
}

.service-img {
    padding: 5px;
    width: 85px;
    height: 85px;
    margin-right: 10px;
}
.service-img img{
    max-height: 85px;
}
.service-desc {
    font-size: 18px;
}
.footer-items {
	flex-wrap:wrap;
	text-align:center;
	justify-content: center;
}
}

@media (max-width: 768px) {


}

@media (max-width: 576px) {
/* sm */
h1 {
    font-size: 30px;
}
#wrap-contact-form97 {
	display:none;
}

.footer-items {
	text-align:center;
}
}
