#text .cont .ext  {
	padding-top: 20px;
}
#text .cont .ext .block.th1 {
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 36px;
}
#text .cont .ext .block.th1 td {
	vertical-align: middle;
}
#text .cont .ext .block.th1 h3 {
	color: #639;
	font-size: 36px;
	line-height: 40px;
    font-family: 'myNunito-Black', Tahoma, Geneva, sans-serif;
}
#text .cont .ext .block.th1 ul li {
	color: #639;
	font-size: 26px;
	line-height: 28px;
	padding-left: 36px;
	background: url(../img/check-ext-1.svg) no-repeat 0 4px;
	margin-bottom: 6px;
    font-family: 'myNunito-Bold', Tahoma, Geneva, sans-serif;
}
#text .cont .ext .block.th1 p {
	font-size: 22px;
	line-height: 28px;
}
#text .cont .ext .block.th1 .buttons .gorequest {
	font-family:'myNunito-Bold', Tahoma, Geneva, sans-serif;
	display: inline-block;
	width: 320px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	background: #639;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 26px;
	margin-right: 6px;
	border-radius: 7px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
	cursor: pointer;
}
#text .cont .ext .block.th1 .buttons .gorequest .icon {
	width: 21px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 6px;
	vertical-align: middle;
	background: url(../img/icon-ext-1.svg) no-repeat;
}
#text .cont .ext .block.th1 .buttons .gorequest:hover {
	background: #804db3;
}

#text .cont .ext .block.th1 .buttons .goquestion {
	display: inline-block;
	width: 260px;
	padding: 12px 0 12px 4px;
	text-align: center;
	font-size: 20px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#text .cont .ext .block.th1 .buttons .goquestion .arrow {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 2px;
	vertical-align: middle;
	background: url(../img/arr-ext-1.svg) no-repeat;
}
#text .cont .ext .block.th1 .buttons .goquestion:hover {
	background: #f5f5f5;
}
#text .cont .ext .block.th1 .img img {
	border-radius: 10px;
	margin-left: 40px;
}


#text .cont .ext .block.th2 ul.notcheck li {
	font-size: 20px;
	line-height: 26px;
}
#text .cont .ext .block.th2 .block1.width1 ul {
	margin-bottom: 0;
}

#orange {
	background: #fbf1e3;
}
#orange .cont {
    width: 90%;
    max-width: 1600px;
	margin: auto;
	padding: 30px 0 40px;
}
#orange .cont h2 {
	text-transform: uppercase;
	color: #fc800a;
	font-size: 24px;
	line-height: 30px;
	font-family:'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
#orange .cont h3 {
	color: #333;
	font-size: 30px;
	font-family:'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
	line-height: 34px;
	margin-right: 20px;
}
#orange .cont h4 {
	color: #333;
	font-size: 24px;
	font-family:'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
}
#orange .cont h5 {
	color: #333;
	font-size: 28px;
	font-family:'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
}
#orange .cont p {
	color: #333;
	font-size: 20px;
	line-height: 26px;
	text-align: justify;
}
#orange .cont td.border {
	border-left: 2px dashed #fc800a;
	padding-left: 3%;
	padding-right: 0;
	width: 40%;
	vertical-align: middle;
}
#orange .cont .formats {
	padding-right: 6%;
}
#orange .cont .formats  .hidden {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
#orange .cont .formats  .hidden .hide {
	display: none;
}
#orange .cont .formats  .hidden .tit {
	color: #333;
	font-size: 20px;
	font-family:'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	padding: 12px 50px 12px 50px;
	background: #fff;
	cursor: pointer;
	position: relative;
	text-align: left;
}
#orange .cont .formats  .hidden .tit .black {
	font-family:'myNunito-Black', Tahoma, Geneva, sans-serif;
	font-size: 22px;
}
#orange .cont .formats  .hidden .tit .check {
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	left: 19px;
	top: 13px;
	background: url(../img/check-ext-2.svg) no-repeat 0px 0px;
}
#orange .cont .formats  .hidden .tit:hover .check {
	background-position: 0 -30px;
}
#orange .cont .formats  .hidden .tit .arr {
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -8px;
	background: url(../img/arr-ext-2.svg) no-repeat 0px 0px;
}
#orange .cont .formats  .hidden .tit:hover .arr {
	background-position: 0 -60px;
}
#orange .cont .formats  .hidden .tit.open .arr {
	background-position: 0 -30px;
}
#orange .cont .formats  .hidden .tit.open:hover .arr {
	background-position: 0 -90px;
}
#orange .cont .formats  .hidden .first p {
	padding-left: 52px;
}
#orange .cont .formats  .hidden table {
	width: 100%;
}
#orange .cont .formats  .hidden tr {
	background: #f5f5f5;
}
#orange .cont .formats  .hidden tr:nth-child(2n) {
	background: #fff;
}
#orange .cont .formats  .hidden td {
	padding: 7px 0;
}
#orange .cont .formats  .hidden .last {
	width: 44%;
}
#orange .cont .orange-table {
	border-radius: 10px;
	overflow: hidden;
}
#orange .cont .orange-table table {
	width: 100%;
}
#orange .cont .orange-table table tr {
	background: #fff;
}
#orange .cont .orange-table table tr:nth-child(2n) {
	background: #f5f5f5;
}
#orange .cont .orange-table table tr.white {
	background: #fff;
}
#orange .cont .orange-table table td {
	border-right: 1px solid #ccc;
	padding: 15px 20px;
}
#orange .cont .orange-table table .white td {
	padding-top: 0;
}
#orange .cont .orange-table table td.th3 {
	border-right: none;
}
#orange .cont .orange-table table td p {
    color: #333;
    font-size: 20px;
    font-family: 'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	text-align: center;
}
#orange .cont .orange-table table td p.green {
    color: #21b821;
}
#orange .cont .orange-table table td.th1 {
	width: 40%;
}
#orange .cont .orange-table table td.th2 {
	width: 30%;
	text-align: center;
	vertical-align: middle;
}
#orange .cont .orange-table table td.th3 {
	width: 30%;
	text-align: center;
	vertical-align: middle;
}
#orange .cont .orange-table table td.th1 p {
	text-align: left;
}
#orange .cont .orange-table table td p.small {
    font-family: 'myNunito-Medium', Tahoma, Geneva, sans-serif;
}
#orange .cont .orange-table p.yes {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/yes-ext-1.svg) no-repeat 0px 0px;
}
#orange .cont .orange-table p.yes.green {
	background: url(../img/yes-ext-2.svg) no-repeat 0px 0px;
}
#orange .cont .orange-table p.no {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/no-ext-1.svg) no-repeat 0px 0px;
}
#orange .cont .orange-table p.gorequest {
	font-family:'myNunito-Bold', Tahoma, Geneva, sans-serif;
	display: inline-block;
	width: 280px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	background: #639;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	border-radius: 7px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
	cursor: pointer;
}
#orange .cont .orange-table p.gorequest:hover {
	background: #804db3;
}
#orange .cont .final {
	max-width: 1030px;
	margin: auto;
}
#orange .cont .final p {
	text-align: center;
	color: #fc800a;
	margin: 10px 0;
    font-family: 'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 30px;
}

#text .cont .ext .block.th3 p {
	font-size: 20px;
}
#text .cont .ext .block.th3 td {
	vertical-align: top;
}
#text .cont .ext .block.th3 .circles {
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e6e6e6;
}
#text .cont .ext .block.th3 .circles h3 {
	text-align: center;
}
#text .cont .ext .block.th3 .circles table {
	margin-top: 40px;
}
#text .cont .ext .block.th3 .circles table td {
	width: 21%;
	padding: 0 2%;
}
#text .cont .ext .block.th3 .circles table td p {
    color: #333;
    font-size: 24px;
    font-family: 'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
    line-height: 28px;
	margin: 0;
}
#text .cont .ext .block.th3 .circles table td p.small {
    color: #333;
    font-size: 20px;
    font-family: 'myNunito-Medium', Tahoma, Geneva, sans-serif;
    line-height: 24px;
	margin: 0;
	margin-top: 5px;
}
#text .cont .ext .block.th3 .img img {
    margin-left: 40px;
}
#text .cont .ext .block.th3 .circles .img img {
    margin-left: 0;
}

#text .cont .ext .block.th4 h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 12px;
	padding-left: 34px;
	position: relative;
}
#text .cont .ext .block.th4 h3 .circle {
	position: absolute;
	left: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	color: #fff;
	background: #333;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-right: 8px;
	margin-bottom: 7px;
}
#text .cont .ext .block.th4 table {
	width: 100%;
}
#text .cont .ext .block.th4 table.blocks {
	margin-bottom: 20px;
}
#text .cont .ext .block.th4 table td.th1 .bl {
	margin-right: 10px;
}
#text .cont .ext .block.th4 table td.th2 .bl {
	margin-left: 10px;
}
#text .cont .ext .block.th4 table .bl {
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	padding: 15px 20px;
}
#text .cont .ext .block.th4 table .bl .tit {
    color: #333;
    font-size: 24px;
    font-family: 'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
    line-height: 28px;
}
#text .cont .ext .block.th4 table .bl .tit .small {
    color: #333;
    font-size: 20px;
    font-family: 'myNunito-Regular', Tahoma, Geneva, sans-serif;
    line-height: 28px;
	margin-left: 6px;
}
#text .cont .ext .block.th4 table .bl .gorequest {
	font-family:'myNunito-Bold', Tahoma, Geneva, sans-serif;
	display: inline-block;
	width: 296px;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	background: #639;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-right: 6px;
	border-radius: 7px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
	cursor: pointer;
}
#text .cont .ext .block.th4 table .bl .gorequest .icon {
	width: 21px;
	height: 18px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 6px;
	vertical-align: middle;
	background: url(../img/icon-ext-1.svg) no-repeat;
}
#text .cont .ext .block.th4 table .bl .gorequest:hover {
	background: #804db3;
}
#text .cont .ext .block.th4 table .bl .goquestion {
	display: inline-block;
	width: 260px;
	padding: 12px 0 12px 4px;
	text-align: center;
	font-size: 20px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 7px;
	background: #fff;
	cursor: pointer;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#text .cont .ext .block.th4 table .bl .goquestion .arr {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
	background: url(../img/arr-ext-1.svg) no-repeat;
}
#text .cont .ext .block.th4 table .bl .goquestion:hover {
	background: #f5f5f5;
}

#blue {
	background: #3f6981;
}
#blue .cont {
    width: 90%;
    max-width: 1600px;
    margin: auto;
    padding: 30px 0px 40px;
}
#blue .cont h2 {
    text-transform: uppercase;
    color: #fc800a;
    font-size: 24px;
    line-height: 28px;
    font-family: 'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
#blue .cont h3 {
    color: #fff;
    font-size: 28px;
    font-family: 'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
}
#blue .cont td {
	vertical-align: top;
}

#blue .cont td.th1 {
	width: 100%;
}
#blue .cont td.th1 .hidden {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
#blue .cont td.th1 .hidden .tit {
    color: #333;
    font-size: 20px;
	line-height: 26px;
    font-family: 'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
    padding: 22px 50px 22px 21px;
    background: #fff;
    cursor: pointer;
    position: relative;
    text-align: left;
}
#blue .cont td.th1 .hidden .tit .arr {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -10px;
	background: url(../img/arr-ext-3.svg) no-repeat 0px 0px;
}
#blue .cont td.th1 .hidden .tit:hover .arr {
	background-position: 0 -30px;
}
#blue .cont td.th1 .hidden .tit.open .arr {
	background-position: 0 -60px;
}
#blue .cont td.th1 .hidden .tit.open:hover .arr {
	background-position: 0 -90px;
}
#blue .cont td.th1 .hidden .hide {
    padding: 22px;
	background: #fbf1e3;
	display: none;
}
#blue .cont td.th1 .hidden .hide p {
	font-size: 20px;
	line-height: 26px;
	color: #333;
}
#blue .cont td.th2 .contacts {
	border:2px dashed #d9d4f5;
	padding: 30px;
	border-radius: 10px;
	margin-left: 30px;
	width: 536px;
}
#blue .cont td.th2 .contacts p {
	color: #f5f7f8;
    font-family: 'myNunito-Bold', Tahoma, Geneva, sans-serif;
    font-size: 22px;
	line-height: 28px;
}
#blue .cont td.th2 .contacts p a {
	color: #cfefff;
	letter-spacing: 0.5px;
    font-family: 'myNunito-Bold', Tahoma, Geneva, sans-serif;
    font-size: 22px;
	line-height: 28px;
}
#blue .cont td.th2 .contacts p a:hover {
	color: #fff;
}
#blue .cont td.th2 .contacts .tels {
	margin-top: 20px;
	margin-bottom: 20px;
}
#blue .cont td.th2 .contacts .tels .tel a .icon {
    width: 19px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px;
    vertical-align: middle;
    background: url(../img/tel-ext-1.svg) no-repeat;
}
#blue .cont td.th2 .contacts .tels .tel a:hover .icon {
	background-position: 0 -30px;
}
#blue .cont td.th2 .contacts .tels .plus {
	position: absolute;
	top: 15px;
	left: 7px;
	color: #cfefff;
    font-family: 'myNunito-Black', Tahoma, Geneva, sans-serif;
	font-size: 24px;
}
#blue .cont td.th2 .contacts .tels .icons {
	vertical-align: middle;
	padding-left: 30px;
	position: relative;
}
#blue .cont td.th2 .contacts .tels .icons p {
	font-size: 0;
}
#blue .cont td.th2 .contacts .tels .viber {
    width: 41px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/viber-ext-1.svg) no-repeat;
}
#blue .cont td.th2 .contacts .tels .telegram {
    width: 41px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/telegram-ext-1.svg) no-repeat;
}
#blue .cont td.th2 .contacts .tels .whatsapp {
    width: 41px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/whatsapp-ext-1.svg) no-repeat;
	margin-left: 2px;
}
#blue .cont td.th2 .contacts .tels .icons p a:hover {
	background-position: 0 -45px;
}
#blue .cont td.th2 .contacts .mail a .icon {
    width: 22px;
    height: 17px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    vertical-align: middle;
    background: url(../img/mail-ext-1.svg) no-repeat;
}
#blue .cont td.th2 .contacts .mail a:hover .icon {
	background-position: 0 -30px;
}
#blue .cont td.th2 .contacts .goquestion {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 16px 0;
	text-align: center;
	width: 360px;
	margin-top: 36px;
	background: #4c768e;
	letter-spacing: 0.5px;
    font-family: 'myNunito-Bold', Tahoma, Geneva, sans-serif;
    font-size: 21px;
	line-height: 25px;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
	cursor: pointer;
}
#blue .cont td.th2 .contacts .goquestion:hover {
	background: #56829c;
}
#blue .cont td.th2 .contacts .goquestion .icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    vertical-align: middle;
    background: url(../img/question-ext-1.svg) no-repeat;
}
#blue .cont td.th2 .contacts .goquestion .arr {
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-left: 4px;
    margin-bottom: 1px;
    vertical-align: middle;
    background: url(../img/arr-ext-4.svg) no-repeat;
}
#black .block .radiocont {
    overflow: hidden;
    position: relative;
    margin: 2px 0;
    display: block;
}
#black .block .radiocont .radio {
	float: left;
	margin-bottom: 0;
	color: #333;
	cursor: default;
	cursor: pointer;
    user-select: none;
}
#black .block .radiocont .radio .input {
	display: table-cell;
	vertical-align: top;
}
#black .block .radiocont .radio .txt {
	display: table-cell;
	vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
}
#black .block .radiocont .radio .input .img {
	display: block;
	width: 19px;
	height: 19px;
	margin-right: 16px;
	margin-top: 1px;
}
#black .block .radiocont .radio .input .img {
    background: url(../img/radio-1.svg) no-repeat 0px 0px;
}
#black .block .radiocont .radio.checkbox .input .img {
    background: url(../img/checkbox-1.svg) no-repeat 0px 0px;
}
#black .block .radiocont .radio.active .input .img {
	background-position: 0 -38px;
}
#black .block .radiocont .radio:hover .input .img {
	background-position: 0 -19px;
}
#black .block .radiocont .radio.active:hover .input .img {
	background-position: 0 -57px;
}
#black .block .radiocont .radio:hover {
	color: #bf40bf;
}
#black .block .radiocont .radio input {
	position: absolute;
	margin: 0;
	width: 0;
	height: 0;
}
#black .block input#submit5 {
	display: block;
	width: 188px;
	float: none;
	margin: auto;
	text-transform: uppercase;
	font-family:'myNunito-ExtraBold', Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	background: #fc800a;
	color: #fff;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 14px 0;
	border-radius: 5px;
	font-size: 20px;
	border: none;
    -webkit-transition: all 0.125s ease-in-out;
    -moz-transition: all 0.125s ease-in-out;
    -o-transition: all 0.125s ease-in-out;
    transition: all 0.125s ease-in-out;
}
#black .block input#submit5:hover {
	background: #ff9a24;
}

@media
only screen and (max-width : 1620px), only screen and  and (max-device-width : 1620px) {
	
#orange .cont,
#blue .cont {
    width: 96%;
    max-width: none;
}
#orange .cont .formats  .hidden .last {
	width: 30%;
}
#blue .cont td.th2 .contacts {
    width: 430px;
}
	
}	
@media
only screen and (max-width : 1480px), only screen and  and (max-device-width : 1480px) {

#text .cont .ext .block.th1 .img img {
	width: 518px;
	height: auto;
}
#text .cont .ext .block.th1 td {
	vertical-align: top;
}
#text .cont .ext .block.th1 .buttons .gorequest {
    width: 296px;
}
#text .cont .ext .block.th1 .buttons .goquestion {
    width: 236px;
}
#orange .cont .formats .hidden .last {
    width: 20%;
}
#text .cont .ext .block.th3 .txt .img img {
	width: 518px;
	height: auto;
}    
#blue .cont td.th2 .contacts {
    width: 396px;
}
#text .cont .ext .block.th4 table .bl .gorequest {
    width: 270px;
	font-size: 18px;
}
#text .cont .ext .block.th4 table .bl .goquestion {
    width: 240px;
	font-size: 18px;
}

}


@media
only screen and (max-width : 1220px), only screen and  and (max-device-width : 1220px) {

#text .cont .ext .block.th1 .img img {
    margin-left: 30px;
	width: 354px;
}
#text .cont .ext .block.th2 td {
	display: block;
}
#text .cont .ext .block.th2 .block1 {
    width: 92%;
    padding: 4%;
}
#orange .cont .formats .hidden .last {
    width: 10%;
}
#text .cont .ext .block.th3 .txt .img img {
    margin-left: 30px;
	width: 354px;
}
	
#text .cont .ext .block.th4 table.blocks td {
	display: block;
}		
#text .cont .ext .block.th4 table.checks td {
	display: table-cell;
}
#text .cont .ext .block.th4 table td.th1 .bl {
	margin-right: 0;
	margin-bottom: 20px;
}
#text .cont .ext .block.th4 table td.th2 .bl {
	margin-left: 0;
}
/*#text .cont .ext .block.th4 table.checks td ul {
	margin: 0;
}
#text .cont .ext .block.th4 table .bl .goquestion {
    width: 264px;
}
#text .cont .ext .block.th4 table .bl .gorequest {
    margin-top: 20px;
}*/

}
@media
only screen and (max-width : 1048px), only screen and  and (max-device-width : 1048px) {
	
#text .cont .ext .block.th1 td.img {
    display: none;
}
	

#orange .cont .text td {
	display: block;
}
#orange .cont .formats {
    padding-right: 0;
}
#orange .cont .text .formats td {
	display: table-cell;
}
#orange .cont td.border {
    border: 2px dashed #fc800a;
    padding-left: 0;
    width: 91%;
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 4%;
}
#orange .cont td.border h4,
#orange .cont td.border p {
	text-align: center;
}
#orange .cont .orange-table p.gorequest {
    width: 162px;
    font-size: 17px;
}
#text .cont .ext .block.th3 .txt .img img {
	display: none;
}
#text .cont .ext .block.th3 .circles table td {
	display: inline-block;
	width: 46%;
	padding: 0 2%;
	margin-bottom: 20px;
}
#blue .cont td.th1,
#blue .cont td.th2 {
	display: block;
}
#blue .cont td.th2 .contacts {
    margin-left: 0;
	width: 91%;
	padding: 4%;
}
	
}
@media
only screen and (max-width : 700px), only screen and  and (max-device-width : 700px) {
	
#text .cont .ext .block.th1 td.img {
    display: block;
}
#text .cont .ext .block.th1 .img img {
    margin-left: 0;
	width: auto;
	max-width: 100%;
	margin-top: 40px;
}
#text .cont .ext .block.th1 .buttons {
	text-align: center;
}
#text .cont .ext .block.th1 .buttons .goquestion {
    width: 290px;
}
#text .cont .ext .block.th1 .buttons .gorequest {
	margin-right: 0;
}
#text .cont .ext .block.th1 h3 {
    font-size: 32px;
    line-height: 36px;
}
#orange .cont .formats .hidden .first p {
    padding-left: 10px;
}
#orange .cont .formats .hidden td p {
	font-size: 16px;
}
#orange .cont .formats .hidden .last {
    display: none;
}
#orange .cont .orange-table table td.th1 {
}
#orange .cont .orange-table p.gorequest {
	width: auto;
	padding: 6px 14px;
}
#orange .cont .orange-table p.gorequest .m1 {
	display: none;
}
#orange .cont .orange-table {
	overflow-x: scroll;
}

#text .cont .ext .block.th3 .txt .img img {
	display: block;
	margin: 0;
	width: auto;
	max-width: 100%;
}
#text .cont .ext .block.th3 .circles table td p.small {
    font-size: 18px;
    line-height: 22px;
}
#blue .cont td.th2 .contacts .goquestion {
	margin: auto;
	margin-top: 24px;
	width: 312px;
}
#blue .cont td.th2 .contacts .tels td {
	display: block;
}
#blue .cont td.th2 .contacts .tels .plus {
	display: none;
}
#blue .cont td.th2 .contacts .tels .icons {
    padding-left: 0;
	margin-top: 12px;
}

#text .cont .ext .block.th4 table.checks td {
    display: block;
}
#text .cont .ext .block.th4 table.checks ul {
	margin: 0;
}
#text .cont .ext .block.th4 table .bl .gorequest {
    margin-top: 18px;
}
#text .cont .ext .block.th4 table .bl .goquestion {
    width: 264px;
}
	
}
@media
only screen and (max-width : 428px), only screen and  and (max-device-width : 428px) {
	
#text .cont .ext .block.th1 .buttons .goquestion {
    width: 100%;
}
#text .cont .ext .block.th1 .buttons .gorequest {
    width: 100%;
}
#text .cont .ext .block.th1 .buttons .goquestion {
	padding: 12px 0;
}
#text .cont .ext h2 {
    font-size: 18px;
    line-height: 22px;
	text-align: center;
}    
#text .cont .ext .block.th1 h3 {
    font-size: 28px;
    line-height: 32px;
}
#text .cont .ext .block.th1 ul li {
    font-size: 24px;
    line-height: 26px;
}
#orange .cont .formats .hidden td {
	display: block;
}
#orange .cont .formats .hidden .tit {
    padding: 12px 20px 12px 36px;
	font-size: 18px;
}
#orange .cont .formats .hidden .tit .check {
    left: 10px;
}
#orange .cont .formats .hidden .tit .arr {
    right: 8px;
}
#orange .cont .formats .hidden .first p {
    padding-left: 0;
}
#orange .cont .formats .hidden td {
    padding: 0;
}
#orange .cont .formats .hidden p {
	text-align: center;
}
#orange .cont h3 {
    font-size: 24px;
    line-height: 28px;
    margin-right: 0;
}
#orange .cont h4 {
    font-size: 22px;
	line-height: 24px;
}
#orange .cont h5 {
    font-size: 24px;
}
#orange .cont .orange-table p.gorequest .m1 {
    display: inline;
}
#orange .cont .orange-table table td p {
    font-size: 18px;
	line-height: 22px;
	margin-bottom: 6px;
}
#orange .cont .orange-table table td p.small {
    font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
}
#orange .cont .orange-table table td {
    padding: 10px 15px;
}
	
#text .cont h3 {
    font-size: 22px;
    line-height: 26px;
}
#text .cont .ext .block.th3 .circles table td p {
    font-size: 22px;
    line-height: 28px;
}    
#text .cont .ext .block.th3 .circles table td {
    width: 94%;
}
#text .cont .ext .block.th3 h2 {
    text-align: left;
}
	
#blue .cont td.th2 .contacts {
    width: 87%;
    padding: 6%;
}
#blue .cont td.th2 .contacts .goquestion .arr {
	display: none;
}
#blue .cont td.th2 .contacts .goquestion {
    width: 260px;
	padding-right: 4px;
}
#blue .cont td.th2 .contacts .goquestion .icon {
    margin-right: 6px;
}
#text .cont .ext .block.th4 table .bl .tit .small {
	display: block;
	margin: 0;
}
	
}