

ul {
    margin: 0;
    padding: 0;
}

li {
	display: block;
	
}



/* цветовая схема */



.bg_1{
background: #ce0000!important;
}

.bg_2 {
background: #212121!important;
}


.bg_3 {
background: #658dff!important;
}

.bg_4 {
background: #cacaca!important
}
/* цветовая схема конец */

/* шрифты*/

.cl_1 {
color: #1a181d!important;
}

.cl_2 {
color: #a0a0a0!important;
}

.cl_3 {
color: #658dff!important;
}

.cl_4 {
color: #717171!important;
}

.cl_f {
color: #fff!important;
}



h1 {

    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
    padding: 20px 0px;
}

h2 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 30px;

    line-height: 35px;
    text-transform: uppercase;
}

h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 25px;
	    text-transform: uppercase;

}


h4 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;

}


p {
	font-size: 14px;
    line-height: 25px;
	
}


.p2 {
    font-size: 16px;
	
}

.p3 {
    font-size: 18px;

	
}






a {
  color: #447ab8;
  text-decoration: none;
}
a:hover {
       color: #e52d32 !important;
    text-decoration: none;
}

@media screen and (max-width: 1450px){

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

}


@media screen and (max-width: 1024px){


h1 {
    font-size: 23px;
}


h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}





}






/* шрифты конец*/



/* кнопки */

.knop_1 {
background: #447ab8;
    padding: 10px 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    border-radius: 30px;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    border: 0;
    margin-right: 30px;
}

.knop_1:hover {
color: #fff !important;
    background: #325782;

}

.knop_2 {
background: linear-gradient(to right, #fde642 50%, #54b9fd 50%) no-repeat scroll right bottom / 210% 100% rgba(255,255,255,0) !important;
    padding: 20px 40px;
    display: inline-block;
	color: #fff;
    font-size: 17px;
    border-radius: 30px;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
	font-weight: 600;
	    border: 0;
		    margin-right: 30px;
}

.knop_2:hover {
 color: #1a181d;
	    background-position: left bottom !important;
    -webkit-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    -ms-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
}


.knop_3 {
    background: #fde642;
    text-align: center;
    display: inline-block;
    padding: 15px 50px;
    font-weight: 600;
    font-size: 16px;
	    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
}

.knop_3:hover {
    box-shadow: 0px 0px 20px #fde642;
}


.knop_4 {
	padding: 20px 25px;
    display: inline-block;
    color: #1a181d;
    font-size: 17px;
    border-radius: 30px;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    font-weight: 600;
    border: 0;
}

.knop_4:hover {

	color: #54b9fd;
	    background-position: left bottom !important;
    -webkit-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    -ms-transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;
    transition: color 0.3s ease !important,border-color 0.3s ease !important,background-position 0.3s ease !important,background-color 0 linear 0.3s !important;

}

.knop_5 {
	background: #dedede;
    text-align: center;
    padding: 10px 75px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
	border: 2px solid #325782;
}

.knop_5:hover {
	color: #fff !important;
    background: #325782;
}




/* кнопки конец */



/* модалки */

.modal_box_mod_polz {
    max-width: 1500px !important;
}

.modal_box_mod_polz img {
	width: 100%;
}

.modal_box_mod_polz p {
	line-height: 18px;
}

.modal_box_1 {
	max-width: 500px;
}