body {
   background:#468699;
	padding: 0;
	margin: 0;
	font-family: 'Anton', sans-serif;
	color: white;
	font-size: 16px;
}

* {
	box-sizing: border-box;
}

button:focus {
	outline: none
}
.instryction img {
    width:35%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

h2 {
	font-size: 50px;
	margin-bottom: 58px;
	text-shadow: 1px 1px 1px black;
}

h3 {
	font-size: 25px;
	margin-bottom: 28px;
}

a {
	text-decoration: none;
}

.ava {
    border-radius:50px;
}
section {
	padding-top: 113px
}

p {
	margin: 0;
}

ul,
li {
	display: block;
	padding: 0;
	margin: 0;
}

.container {
	width: 1170px;
	/*позиционирование по центру*/
	margin: 0 auto;
}

.header {
	background: url('../image/header-bg.jpg') no-repeat center top / cover;
	padding-top: 57px;
	color: #fff;
	padding-bottom: 322px;
	text-shadow: 1px 1px 1px #000;
}

header a {
	color: #fff;
}

.logo {
	margin-right: 69px;
}

.menu {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu li a {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.menu li a:hover {
	border-bottom: 1px solid #fff;
	font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.menu li {
	margin: 20px;
}


.nav {
	display: flex;
align-items: center;
 /*    height: 60px;
 background: #4d5468;
 padding: 15px;
 flex-direction: row;
 justify-content: space-between; */
}

.offer {
	text-transform: uppercase;
	margin-top: 216px;
}

.offer p {
	font-size: 30px;
	letter-spacing: 0.1em;
}

.offer h1 {
	font-size: 100px;
	margin-bottom: 19px;
	margin-top: -9px;
	letter-spacing: 0.02em
}

.btn {
	display: block;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 17px 47px;
	border: 1px solid #fff;
	width: 238px;
	transition: all 0.5s ease;
}

.btn:hover {
	background: #fff;
	color: #000;
}

.description {
	display: flex;
	justify-content: space-between;
}

.description p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-align: justify;
	line-height: 1.62em;
}

.desc-left,
.desc-right {
	width: 567px;
}



.footer-text {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	display: flex;
	padding: 114px 0
}

.footer-text p {
	margin-right: 67px;
}

.forp p {
    margin: 0;
    padding-bottom:10px;
    padding-top:10px;
    font-size:18px;
}

.menu-open {
	background: none;
	border: none;
	margin-left: auto;
	display: none
}

.header .show-menu {
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	width: 100%;
	padding: 40px 20px 20px 40px;
}

.header .show-menu li {
	margin-bottom: 20px;
}

.headerr .show-menu {
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	left: 0;
	top: 0;
	width: 100%;
	padding: 40px 20px 20px 40px;
}

.headerr .show-menu li {
	margin-bottom: 20px;
}

/* Responsive starts here */

@media screen and (max-width: 1200px) {
    .instryction img {
    width:65%;
}
	.container {
		width: 1140px;
	}
}

@media screen and (max-width: 1199px) {
	.container {
		width: 960px;
	}

	.desc-left,
	.desc-right {
		width: 48%;
	}



}

@media screen and (max-width: 991px) {
	.container {
		width: 720px;
	}
    .menu li a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    }
    .menu li {
        margin: 13px;
    }
}

@media screen and (max-width: 767px) {
    .instryction img {
    width:100%;
}
	.container {
		width: 540px;
	}

	.menu {
		display: none;
	}

	.menu-open {
		display: block
	}

	.offer h1 {
		line-height: 1em;
		margin-top: 10px;
	}

	.description {
		flex-wrap: wrap;
	}

	.desc-left,
	.desc-right {
		width: 100%;
	}

	.desc-left {
		margin-bottom: 40px;
	}



	.footer-text {
		flex-wrap: wrap;
	}

	.footer-text p:nth-child(1) {
		margin-bottom: 20px;
	}


}

@media screen and (max-width: 575px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}

	.offer h1 {
		font-size: 70px;
	}

	.tel {
		display: none;
	}

	.menu-open {
		margin-left: auto;
	}


}


table.iksweb {
	text-decoration: none;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}

table.iksweb th {
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	background-color: #3268b6;;
}

table.iksweb td {
	font-size: 13px;
	color: #354251;
	background:white;
}

table.iksweb td,
table.iksweb th {
	white-space: pre-wrap;
	padding: 10px 5px;
	line-height: 13px;
	vertical-align: middle;
	border: 1px solid #354251;
}

table.iksweb tr:hover {
	background-color: #f9fafb
}

table.iksweb tr:hover td {
	color: #354251;
	cursor: pointer;
}

.mobile-table {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.text-field{
        padding-top: 10px;
    padding-bottom: 10px;
}
.text-field__input {
/*     display: block; */
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bdbdbd;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-fieldkrit {
/*     display: block; */
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #bdbdbd;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width:270px;
}
.textdogovor {
    display: inline-block;
    justify-content: left;
    align-items: center;
    color: rgb(0 4 126 / 55%);
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 35px;
}
.textdogovor:hover {
    display: inline-block;
    justify-content: left;
    align-items: center;
    color: rgb(0 4 126 / 82%);
    font-family: 'PT Sans Narrow', sans-serif;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-size: 35px;
    font-weight: 600;
}
.button:hover {
	box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
	transform: scale(1.05);
}
.button {
	background-color: #0078d0;
	border: 0;
	border-radius: 56px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: system-ui, -apple-system, system-ui, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 600;
	outline: 0;
	padding: 16px 21px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.button:before {
	background-color: initial;
	background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
	border-radius: 125px;
	content: "";
	height: 50%;
	left: 4%;
	opacity: .5;
	position: absolute;
	top: 0;
	transition: all .3s;
	width: 92%;
}

@media (min-width: 768px) {
	.button {
		padding: 16px 48px;
	}
}
.none {
    display:none;
}
#none {
    margin-top:20px;
}
.createTable {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.rass{
    padding-top: 30px;
}
#cy {

 height: 550px; 
width: auto;

  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 4px double black; 
}

.color{
   font-size: 24px;
    color: azure;
    
}

.navv{    
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 57px;
/*      padding: ; */
    text-shadow: 1px 1px 1px #000;
 /*    flex-direction: row;
 justify-content: space-between;
 flex-wrap: nowrap;
 align-content: space-around; */}
 .tyt3 {
		width:390px;
	}
	.tyt4 {
		width:390px;
	}
@media (max-width: 420px) {
	.tyt3 {
		width:300px;
	}
	.tyt4 {
		width:300px;
	}
}
.link {
    color: #a259a7;
    font-size: 30px;
    text-shadow: 3px 3px #1c2f34;
    font-weight: bold;
}
.link:hover {
    color:#5966a7;
    font-size: 30px;
    text-shadow: 3px 3px #0f191c;
    font-weight: bold;
}
.instryksiah1 {
    align-items: center;
    justify-content: left;
    display: flex;
    padding-right: 20px;
}