

/* цветовая схема */



.bg_1{
    background: #23afa9!important;
}

.bg_2 {
    background: #145f5b!important;
}


.bg_3 {

background: #ffffff!important; /* Old browsers */

}

.bg_4 {
background: #f5fbfb!important;
}


/* цветовая схема конец */

/* шрифты*/

.cl_1 {
color: #35403f!important;
}

.cl_2 {
    color: #9c9c9c !important;
}

.cl_3 {
color: #23afa9!important;
}

.cl_4 {
    color: #6e6e6e!important;
}

.cl_f {
color: #fff!important;
}



h1 {

    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 35px;
    margin: 0;
    padding: 20px 0px;
}

h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}

h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 400;

}


h4 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
	    font-weight: 400;

}


p {
	font-size: 14px;
    line-height: 25px;
	
}


.p2 {
    font-size: 16px;
	
}

.p3 {
    font-size: 18px;

	
}
.p4 {
    font-size: 14px;
    text-transform: uppercase;
}

.p-2 {
    font-size: 12px;
	line-height: 14px;
}




a {
color: #469491;
  text-decoration: none;
}
a:hover {
    text-decoration: underline;
}



@media screen and (max-width: 1024px){


h1 {
    font-size: 23px;
}


h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}





}






/* шрифты конец*/



/* кнопки */

.knop_1 {
    background: #23afa9;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    font-size: 15px;
	    text-decoration: none !important;

}

.knop_1:hover {

    background: rgba(35, 175, 169, 0.71);
    color: #fff;

}

.knop_2 {
    background: #23afa9;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    font-size: 17px;
	    text-decoration: none !important;
}

.knop_2:hover {
    background: rgba(35, 175, 169, 0.71);
    color: #fff;
}


.knop_3 {
    background: #23afa9;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    font-size: 17px;
	    text-decoration: none !important;
}

.knop_3:hover {
    background: rgba(35, 175, 169, 0.71);
    color: #fff;
}


.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;

}







/* кнопки конец */



/* боксы */

.box_1 {	
	    background: #fff;
    border-radius: 5px;	
	    padding: 20px;
}



/* загаловки */

.zagalov_sh {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 0;
}

.zagalov_sh span {
    border-bottom: 2px solid #23afa9;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -2px;
}


/* модалки */


.modal_box_1 {
    max-width: 1000px !important;
    padding: 40px;
    border-radius: 5px;
}

.modal_box_1 img {
  width: 100%;
}

