* {
	margin: 0;
	padding: 0;
	color: white;
	cursor: default;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body {
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, ul, ol, img, a, p, li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	color: white;
	border: none;
	outline: none;
}

a {
	transition: all .2s linear;
	height: fit-content;
}

#sol_kenar {
	width: calc((100% - 1560px)/2);
	height: 1000px;
	position: fixed;
	z-index: 99999;
}

#page {
	width: 1560px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-left: calc((100% - 1560px)/2);
	margin-right: calc((100% - 1560px)/2);
}

#sag_kenar {
	width: calc((100% - 1560px)/2);
	height: 1000px;
	position: fixed;
	z-index: 99999;
	right: 0px;
}

.content {
	display: inline-block;
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}

/*paginaciya*/

.list-pages {
    width: 100%;
    text-align: center;
    margin: 20px 0 20px 0;
    float: left;
}

.list-pages ul li {
    display: inline-block;
    margin: 0 1.5% 0 0;
}

.page-num, .page-num-selected {
    font-size: 24px;
    color: white;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 2px solid #d0d0d0;
    border-radius: 22px;
}

.page-num_hover:hover {
    color: gold;
    border: 2px solid black;
}

.page-num-selected {
    border: none;
    color: gold;
    font-size: 20px;
}

/* fixed form */

.fixed_form {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    z-index: 999999;
    cursor: pointer;
}

.fixed_form_mirror {
    left: 40px;
}

.fixed_form_icon {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    background-color: white;
    border: 1px solid black;
    transition: 0.5s background-color;
    padding: 10px;
    cursor: pointer;
}

.fixed_form_icon:hover {
    background-color: lightgray;
}

.fixed_form_icon img, .whatsapp_url img, .fixed_form_icon_close img, #fixed_form_icon_rotate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.hidden_input, .checked_div, .fixed_form_icon_color {
    display: none;
}

#fixed_form_input:checked + .checked_div {
    display: block;
}

.fixed_form_elements {
    position: absolute;
    top: -160px;
    left: 0px;
    background-color: white;
    border: 1px solid black;
    width: 60px;
    height: 130px;
    padding: 10px;
    border-radius: 40px;
}

.fixed_form_div, .whatsapp_url {
    float: left;
    width: 60px;
    height: 60px;
}

.fixed_form_div {
    margin-bottom: 10px;
}

.fixed_form_div .fixed_form_icon {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.fixed_form_div .fixed_form_icon:hover .fixed_form_icon_black {
    display: none;
}

.fixed_form_div .fixed_form_icon:hover .fixed_form_icon_color {
    display: block;
}

.whatsapp_url {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    cursor: pointer;
}

.whatsapp_url:hover .fixed_form_icon_black {
    display: none;
}

.whatsapp_url:hover .fixed_form_icon_color {
    display: block;
}

.fixed_form_icon_close {
	position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    cursor: pointer;
    right: -1px;
    bottom: -91px;
}

.absolute_form {
	position: absolute;
    width: 450px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid black;
    padding: 10px;
    cursor: pointer;
    right: 91px;
    bottom: -92px;
    cursor: default;
}

.absolute_form_mirror {
    left: 91px;
}

#main_form:checked + .checked_div {
    display: block;
}

.absolute_form h1 {
    width: 450px;
    color: black;
    padding: 10px 0px 30px;
    text-align: center;
    float: left;
}

.absolute_form label {
    width: 450px;
    color: black;
    font-size: 25px;
    margin-bottom: 5px;
    float: left;
}

.absolute_form_mirror label {
    text-align: right;
}

.absolute_form input {
    width: 436px;
    color: black;
    font-size: 18px;
    margin-bottom: 15px;
    outline: none;
    float: left;
    padding: 5px;
    border: 1px solid black;
}

.absolute_form input:focus {
    border-color: #dedceb;
    border-bottom: 1px solid black;
    background-color: aliceblue;
}

.absolute_form_mirror input {
    text-align: right;
}

.absolute_form .form_text {
    border: 1px solid black;
    font-size: 18px;
    outline: none;
    float: left;
    padding: 5px;
    width: 436px;
    color: black;
    height: 80px;
    line-height: 20px;
    margin-bottom: 10px;
    resize: none;
}

.absolute_form  .form_text:focus {
    border-color: #dedceb;
    border-bottom: 1px solid black;
    background-color: aliceblue;
}

.absolute_form_mirror .form_text {
    text-align: right;
}

.absolute_form button {
    width: 448px;
    color: black;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px 0px;
    float: left;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    transition: 0.3s color, 0.3s border, 0.3s background-color;
}

.absolute_form button:hover {
    color: darkblue;
    border: 2px solid darkblue;
    background-color: #dedceb;
}

#fixed_form_icon_rotate {
	position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 0px 0px;
    background-color: white;
    padding: 10px;
    cursor: pointer;
    right: -92px;
    bottom: 156px;
}

.absolute_form_mirror #fixed_form_icon_rotate {
    left: -92px;
}
























@media only screen and (max-width: 1570px) {
#sol_kenar {
    width: calc((100% - 1260px)/2);
}

#page {
    width: 1260px;
    margin-left: calc((100% - 1260px)/2);
    margin-right: calc((100% - 1260px)/2);
}

#sag_kenar {
    width: calc((100% - 1260px)/2);
}

.fixed_form {
    right: 35px;
    bottom: 35px;
    width: 60px;
    height: 60px;
}

.fixed_form_mirror {
    left: 35px;
}

.fixed_form_icon {
    width: 50px;
    height: 50px;
}

.fixed_form_elements {
    top: -150px;
    width: 50px;
    height: 110px;
    padding: 10px;
}

.fixed_form_div, .whatsapp_url {
    width: 50px;
    height: 50px;
}

.whatsapp_url {
    width: 50px;
    height: 50px;
}

.fixed_form_icon_close {
    width: 50px;
    height: 50px;
    right: -1px;
    bottom: -91px;
}

#fixed_form_icon_rotate {
    width: 50px;
    height: 50px;
    bottom: 146px;
}

}




@media only screen and (max-width: 1260px) {

#sol_kenar {
    width: calc((100% - 900px)/2);
}

#page {
    width: 900px;
    margin-left: calc((100% - 900px)/2);
    margin-right: calc((100% - 900px)/2);
}

#sag_kenar {
    width: calc((100% - 900px)/2);
}

/* fixed form */

.fixed_form {
    width: 50px;
    height: 50px;
}

.fixed_form_icon {
    width: 40px;
    height: 40px;
    padding: 10px;
}

.fixed_form_elements {
    top: -120px;
    width: 40px;
    height: 90px;
    border-radius: 40px;
}

.fixed_form_div, .whatsapp_url {
    width: 40px;
    height: 40px;
}

.fixed_form_div {
    margin-bottom: 10px;
}

.whatsapp_url {
    width: 40px;
    height: 40px;
}

.fixed_form_icon_close {
    width: 40px;
    height: 40px;
    right: -1px;
    bottom: -71px;
}

.absolute_form {
    width: 450px;
    right: 71px;
    bottom: -72px;
}

.absolute_form_mirror {
    left: 71px;
}

#main_form:checked + .checked_div {
    display: block;
}

#fixed_form_icon_rotate {
    width: 40px;
    height: 40px;
    right: -72px;
    bottom: 116px;
}

.absolute_form_mirror #fixed_form_icon_rotate {
    left: -72px;
}

}



@media only screen and (max-width: 900px) {

#sol_kenar {
    width: calc((100% - 720px)/2);
}

#page {
    width: 720px;
    margin-left: calc((100% - 720px)/2);
    margin-right: calc((100% - 720px)/2);
}

#sag_kenar {
    width: calc((100% - 720px)/2);
}


}

@media only screen and (max-width: 720px) {

#sol_kenar {
    width: 0px;
}

#page {
    width: 100%;
    min-width: 320px;
    margin-left: 0px;
    margin-right: 0px;
}

#sag_kenar {
    width: 0px;
}

/* fixed form */

.fixed_form {
    width: 50px;
    height: 50px;
    right: 5px;
    bottom: 5px;
}

.fixed_form_icon {
    width: 30px;
    height: 30px;
    padding: 10px;
}

.fixed_form_elements {
    top: -100px;
    width: 30px;
    height: 70px;
    border-radius: 25px;
}

.fixed_form_div, .whatsapp_url {
    width: 30px;
    height: 30px;
}

.fixed_form_div {
    margin-bottom: 10px;
}

.whatsapp_url {
    width: 30px;
    height: 30px;
}

.fixed_form_icon_close {
    width: 30px;
    height: 30px;
    right: -1px;
    bottom: -61px;
}

.absolute_form {
    width: 235px;
    right: 56px;
    bottom: -60px;
}

.absolute_form_mirror {
    left: 54px;
}

#main_form:checked + .checked_div {
    display: block;
}

#fixed_form_icon_rotate {
    width: 30px;
    height: 30px;
    right: -57px;
    bottom: 94px;
}

.absolute_form_mirror #fixed_form_icon_rotate {
    left: -55px;
}

.absolute_form h1 {
    width: 235px;
    color: black;
    padding: 10px 0px 30px;
    text-align: center;
    float: left;
    font-size: 20px;
}


.absolute_form label {
    width: 235px;
    color: black;
    font-size: 17px;
    margin-bottom: 5px;
    float: left;
}


.absolute_form input {
    width: 225px;
    color: black;
    font-size: 14px;
    margin-bottom: 15px;
    outline: none;
    float: left;
    padding: 5px;
    border: 1px solid black;
}


.absolute_form .form_text {
    border: 1px solid black;
    font-size: 14px;
    outline: none;
    float: left;
    padding: 5px;
    width: 225px;
    color: black;
    height: 64px;
    line-height: 20px;
    margin-bottom: 10px;
    resize: none;
}


.absolute_form button {
    width: 235px;
    color: black;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px 0px;
    float: left;
    cursor: pointer;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    transition: 0.3s color, 0.3s border, 0.3s background-color;
}

.fixed_form_mirror {
    left: 5px;
}

}