html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
* {
    margin: 0;
    padding: 0;
  }
  
  a img {
    border: none;
  }
  a {
    text-decoration: none;
  }
  
  header, nav, section, article, aside, footer, video, figure {
    display: block;
  }
  :root{ --maincolor: hsl(0, 1%, 63%);
         --width1290: 1290px; 
  }

.clrb{
    clear: both !important;
}
body{
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    background: #ffffff;
}
header{
    width: 100%;
    height: 58px;
    position: fixed;
    display: flex;
    transition: 1s;
    z-index: 99;
    justify-content: center;
    background: #ffffff;
}
header img{
    width: 20px;
}
header span{
    font-size: 20px;
}
.logo{
    width: 50px;
}
header button{
    padding: 7px 39px;
    font-size: 19px;
    background: none;
    border: none;
    border-left: 2px solid #333333;
    cursor: pointer;

}
header a{
    color: #000;
    transition: 0.3s;
}
header a:hover{
    color: var(--maincolor);
    transition: 0.3s;
}
header div{
    width: var(--width1290);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header ul{
    list-style-type: none;
    display: flex;
}
header ul>li{
    padding: 0 16px;
    font-size: 20px;
    font-weight: 600;
}
.slider_container_top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.sp-full-screen-button{
    display: none;
}
.container{
    width: var(--width1290);
}
.prices_container{
    width: 100%;
    font-size: 16px;
    height: 600px;
}
.prices_container ol{
    list-style-type: none;
    margin-top: 20px;
    width: 100%;
}
.prices_container ol>li{
    line-height: 28px;
}
.questionDiz img,.questionMob img,.questionCont img,.questionSeo img{
    width: 16px;
    margin: -2px 0px -4px 4px;
    transform: rotate(90deg);
    transition: 0.5s;
    background: #eee;
}
.designprice_li p,.mobileprice_li p,.contentprice_li p,.seoprice_li p{
    font-size: 14px;
    padding: 5px 19px;
    display: none;
    line-height: 20px;
}
.results label{
    font-size: 17px;
    font-weight: 600;
}
.prices_container h3{
    text-align: center;
    width: 100%;
    font-size: 25px;
    margin: 0 0 17px 0;
}
.prices_container>div:last-child img{
    width: 30px;
    height: 30px;
    margin: 0px 2px -8px 5px;
}
.prices_container h2{
    text-align: center;
    font-size: 39px;
    margin: 45px 0 0 0;
    font-weight: 600;
}
.prices_container h6{
    text-align: center;
    margin: 23px 0;
    width: 100%;
    font-weight: 600;
}
.prices_container hr{
    background: var(--maincolor);
    height: 1px;
    border: none;
    width: 100%;
    margin: 30px 0;
}
.prices_container ul{
    font-size: 19px;
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
}
.prices_container ul>li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 38px;
}
.prices_container ul>li:first-child{
    font-weight: 600;
    margin-bottom: 35px;
}
.prices_container ul>li>p{
    width: 30%;
}
.prices_container ul>li>span{
    width: 23%;
}
.for_clients_container{
    width: 100%;
}
.for_clients_container img{
    width: 39%;
}
.for_clients_container b{
width: 100%;
}
.for_clients_container div{
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.for_clients_container div>p{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.for_clients_container ul{
    list-style-type: none;
    width: 100%;
    display: flex;
}
.for_clients_container ul>li{
    padding: 18px 30px;
}
.for_clients_container h3{
    text-align: center;
    font-size: 39px;
    margin: 50px 0;
    width: 100%;
}
.team_container h5{
    background: #fff;
    text-align: center;
    font-size: 33px;
    margin-top: 70px;
}
.worcsheme_container{
    width: 100%;
    position: relative;
}
.worcsheme_container img{
    width: 39%;
    float: left;
    margin: 0 31px 9px 0;
    
}
.worcsheme_container p{
    font-size: 20px;
}
.worcsheme_container h4{
    text-align: center;
    font-size: 33px;
    margin-top: 80px;
}
.services{
    width: 100%;
}
.services>p{
    text-align: center;
    margin: 100px 0 0 0 !important;
    font-size: 39px;
    font-weight: 600;
}
.services>div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services>div>div{
    width: 31%;
    height: 200px;
    margin-top: 50px;
}
.services ul{
    list-style-type: none;
}
.services hr{
    width: 15%;
    background: var(--maincolor);
    margin: 6px 0 21px 0;
    height: 3px;
    border: none;
}
.services img{
    width: 45px !important;
}
.main_container_cms{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services ul>li:nth-child(2){
    font-weight: 600;
}
.team_container{
    background: #fff;
    text-align: center;
}
.team_container > div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team_container div>div{
    margin: 18px 33px;
    width: 9%;
}
.team_container div>div img{
    border-radius: 50%;
    border: 2px solid var(--maincolor);
    transition: 0.3s;
    margin-left: -4px;
    width: 100%;
}
.team_container div>div img:hover{
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 12px 2px var(--maincolor);
    -moz-box-shadow: 0px 0px 12px 2px var(--maincolor);
    box-shadow: 0px 0px 12px 2px var(--maincolor);
    transition: 0.3s;
}
.team_container div>div p{
    font-size: 13px;
    font-weight: 600;
    color: rgb(110, 110, 110);
}
.form_footer{
    width: 30%;
}

.worcsheme_container>div:last-child{
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}
.form_footer input{
    width: 100%;
    float: none;
    font-size: 16px;
    margin: 4px 0;
    border-radius: 50px;
    height: 31px;
    padding: 0 25px;
    border: 1px solid var(--maincolor);
}
.form_footer h6{
    margin: 70px 0 30px 27px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 29px;
}
.form_footer textarea{
    width: 103.6%;
    float: none;
    border-radius: 19px;
    padding: 12px 15px;
}
.form_footer input[type="checkbox"]{
    float: left;
    width: 20%;
}
.form_footer input[type="submit"]{
    width: 46%;
    float: none;
    border: none;
    background: #000;
    color: #fff;
    border-radius: 25px;
    margin: 20px 0 70px 34%;
    cursor: pointer;
    text-transform: uppercase;
}
.form_footer textarea:focus, .form_footer input, .form_footer select{
    outline: none;
}
.form_footer select{
    margin: 0 0 6px 0;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 16px;
    width: 109%;
    color: #777777;
}
.prices_container>div:last-child>span{
    padding: 6px 14px;
    margin: 7px 2px;
    border-radius: 21px;
    white-space: nowrap;
    line-height: 49px;
    background: none;
    border: 1px solid var(--maincolor);
    font-size: 15px;
    font-weight: 400;
    transition: 0.3s;
}

.portfolio_container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.portfolio_container h4{
    text-align: center;
    font-size: 39px;
    margin: 90px 0 34px 0;
    font-weight: 600;
    width: 100%;
}
.portfolio_container h3{
    font-size: 25px;
    font-weight: 600;
}
.portfolio_container p{
    padding: 20px 0;
}
.portfolio_container div{
    width: 32%;
    margin-bottom: 50px;
}
.portfolio_container div img{
    width: 100%;
}

.etapi_shkala{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 129px;
    margin-top: 45px;
}
.etapi_shkala div{
    z-index: 9;
    width: 10%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    font-weight: 100;
    font-size: 52px;
    color: var(--maincolor);
    border: 1px solid var(--maincolor);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.etapi_shkala span{
    z-index: 2;
}
#step1{
    background: #ffffff;
    color: #000;
    border: 1px solid #000;
}
.string_betveen{
    width: 10%;
    height: 3px;
    margin-left: 1%;
    background: #000;
    position: absolute;
    top: 155px;
}
.jalo {
    border-radius: 10px;
    padding: 0px;
    position: relative;
    color: #fff;
   }
   .jalo::after {
    content: '';
    position: absolute;
    right: -22px;
    top: -14px;
    transform: rotate(270deg);
    border: 7px solid transparent;
    border-top: 24px solid #000;
   }
#h4shema{
    text-align: center;
    margin: 55px 0 35px 0;
    font-size: 29px;
    font-weight: 600;
    width: 100%;
}
.first_string1{
    font-size: 90px !important;
    right: 1250px !important;
    top: -357px !important;
}
.second_string2{
    font-size: 30px !important;
    right: 0px !important;
}
.form_footer_container{
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 100px 0 0 0;
}
footer{
    width: 100%;
    height: 58px;
    display: flex;
    transition: 1s;
    z-index: 99;
    justify-content: center;
    background: #000;
}
footer button{
    padding: 7px 39px;
    font-size: 14px;
    background: none;
    color: #ffffff;
    border: 2px solid var(--maincolor);
    transition: 0.3s;
    border-radius: 4px;
}
footer button:hover{
    transition: 0.3s;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 22px 2px var(--maincolor);
    -moz-box-shadow: 0px 0px 22px 2px var(--maincolor);
    box-shadow: 0px 0px 22px 2px var(--maincolor);
}
footer a{
    color: #ffffff;
    transition: 0.3s;
}
footer a:hover{
    color: var(--maincolor);
    transition: 0.3s;
}
footer div{
    width: var(--width1290);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}
footer ul{
    list-style-type: none;
    display: flex;
}
footer ul>li{
    padding: 0 21px;
    font-size: 14px;
    font-weight: 600;
}
footer b{
    font-size: 13px;
    color: #8d8c8c;
}
footer img{
    width: 13px;
}
#modal_form {
	width: 350px; 
	height: 300px; 
	border-radius: 5px;
	background: #fff;
	position: fixed; 
	top: 45%; 
	left: 50%; 
	margin-top: -135px;
	margin-left: -175px; 
	display: none; 
	opacity: 0; 
	z-index: 5; 
	padding: 20px 10px;
}
#modal_form select{
    width: 100%;
    padding: 8px 3px;
    font-size: 15px;
    color: #8d8c8c;
}
#overlay {
	z-index:3; 
	position:fixed; 
	background-color:#000; 
	opacity:0.8; 
	-moz-opacity:0.8; 
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; 
	top:0; 
	left:0;
	cursor:pointer;
	display:none; 
}

#modal_form input[type="text"] {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 1px;
    color: #555;
    display: block;
    font-size: 15px;
    height: 30px;
    padding: 3px 7px;
    margin-bottom: 17px;
    width: 95%;
    float: left;
}

#modal_form  h2{
	text-align: center;
    font-size: 20px;
    color: var(--maincolor);
}
#modal_form .comment {
    color: #797979;
    padding: 10px 0 9px 0;
    text-align: center;
    font-size: 13px;
}

.exit {
    position: absolute;
    top: 11px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
.exit:after{
    display: block;
    font-size: 20px;
    content: "x";
    padding-left: 6px;
    line-height: 18px;
    cursor: pointer;
    text-decoration: none;
    color: #3e5368;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.exit:hover {
    background: #DCDCDC;
}

#modal_form .button {
	display: block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    margin: 10px 0;
    padding: 2px 16px;
    width: 185px;
    margin: 0 auto;
    transition: 0.4s;
}
#modal_form .button:hover {
    background-color: var(--maincolor);
    border: 1px solid var(--maincolor);
    color: #fff;
    transition: 0.4s;
}





.line-top{
	width: 100%;
    background: #2c3e50;
    color: #fff;
    font-size: 12px;
    margin-bottom: 40px;
	height: 50px;
}
.line-top-inner{
	margin: auto;
    max-width: 80%;
    padding: 4px 0;
}
.logo {
    float: left;
    width: 125px;
    height: 38px;
}

.stat a {
    color: #fff;
    position: relative;
    text-decoration: none;
    border: 0;
    line-height: 40px;
    float: left;
    padding: 0 30px;
    font-size: 16px;
}
.content-form {
    position: relative;
    width: 750px;
    margin: 0 auto;
}
.results, .results2{
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.results2 span{
    width: fit-content;
    margin: 0 0 10px 100px;
    line-height: 38px;
    padding: 2px 16px;
    border-radius: 21px;
    border: 1px solid var(--maincolor);
    cursor: pointer;
    font-weight: 600;
}
.results ol>li>span{
    color: rgb(95, 95, 95);
    font-size: 12px;
    margin: 2px 0 0 8px;
    position: absolute;
    text-align: -webkit-center;
    border-radius: 4px;
    cursor: pointer;
}
.results ol img{
    width: 15px !important;
    height: 15px !important;
    margin: 0px 2px -3px 5px !important;
    border-radius: 50%;
    background: #000;
}
.questionDiz a{
color: var(--maincolor);
}

