@font-face {
    font-family: AvenirRegular; 
    src: url(/wp-content/themes/hide-ip/assets/fonts/unicode.arialr.ttf);
}

* {
	box-sizing: border-box;
}

body {
	font-family: Arial;
	margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}

ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

a {
	text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.figure-item {
	margin: 40px 0 0;
    display: flex;
}

.figure-item .img-wrap {
	position: relative;
}

.figure-item img {
	max-width: 640px;
    height: 480px;
    border: 3px solid #5994cc;
    border-radius: 3px;
}

.figure-item figcaption {
	margin-left: 40px;
}

.figure-item figcaption h2 {
	font-size: 32px;
    letter-spacing: 1.5px;
    font-family: AvenirRegular;
}

.figure-item figcaption .descr-wrap {
	margin-top: 40px;
}

.figure-item figcaption .descr-wrap .type-descr {
	margin-top: 20px;
    line-height: 20px;
}

.container {
	max-width: 968px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}

main {
	flex: 1 0;
}

.d-flex {
	 display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}

.logo-wrap {
	padding-top: 20px;
	display: flex;
    align-items: center;
    text-align: center;
    min-width: 240px;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
      margin: 0 auto;
}

.logo {
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
	font-family: AvenirRegular;
    font-size: 60px;
    line-height: 38px;
    margin-left: 18px;
    color: #5994cc;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.logo-img {
	max-width: 150px;
}

.main-title {
	font-family: Arial;
    font-size: 32px;
    color: #333333;
    font-weight: 400;
    line-height: 41px;
    max-width: 650px;
    text-align: center;
    margin: 30px auto 0;
}

.main-title span {
	font-weight: 700;
}

.contents {
	color: #666666;
    font-size: 12px;
    font-family: AvenirRegular; 
}

.footer {
	text-align: center;
    padding: 20px 0 10px;
    margin-top: 20px;
}

.copyright {
	font-size: 12px;
    color: #333333;
    font-family: ArialBold; 
    font-weight: bold;
    margin-top: 4px;
}

.nav ul {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

.nav ul li:nth-child(even) {
	margin: 0 4px;
    color: #52a6ff;
}	

.nav ul li a {
	color: #52a6ff;
    font-size: 14px;
    font-weight: bold;
}

.nav ul li a:hover {
	opacity: 0.8;
    transition: all .3s ease;
}

.proxy-list {
	margin-top: 20px;
    padding-left: 20px;
}

.proxy-list li {
	margin-top: 10px;
    list-style: decimal;
    text-transform: uppercase;
    font-weight: bold;
}

.proxy-list li a {
	color: #5994cc;
}

.proxy-list li a:hover {
	opacity: 0.7;
    transition: all .3s ease;
}

.proxy-item {
	align-items: center;
}

.table-wrap {
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}

.table-wrap table:first-child {
	margin-right: 50px;
}

.sortable {
	width: 40%;
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
    font-family: Arial;
}

td {
	border: 1px dashed #7f7f7f;
    padding-left: 12px;
}

tr:nth-child(even) {
	background-color: #e8e8e8;
}

td a {
	color: #4174b6;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}

td a:hover,
.link-more:hover {
	opacity: 0.7;
    transition: all .2s ease-in;
}

.link-more {
	font-family: Arial;
	text-align: center;
    margin-top: 5px;
    color: #4174b6;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}

.title {
    font-family: Arial;
	text-align: center;
	margin-top: 30px;
	line-height: 42px;
	font-size: 28px;
	font-weight: normal;
}

.list-variant li h3 {
    margin: 30px 0;
    color: #4d515a;
    font-size: 20px;
}

.p {
    color: #4c535b;
    font-size: 18px;
    line-height: 30px;
}

.p span {
    font-weight: bold;
    color: #e63000;
    margin-right: 4px;
}

.plus span {
    color: #3aa322;
    margin-right: 0;
}

.descr-wrap {
    margin-top: 30px;
    background: #f6f6f6;
    border: 3px solid #b5ecf3;
    display: flex;
    flex-direction: column;
    padding: 38px 38px 32px 34px;
}

.descr-wrap a {
    color: #2c95ff;
    font-size: 20px;
    line-height: 28px;
}

.descr-wrap a:hover {
    opacity: 0.8;
    transition: all .3s ease;
}

.orange {
    color: #e66c00;
}

.green {
    color: #3aa322;
}

.att-image {
    width: 60px;
    height: 60px;
}

.descr-wrap figure {
    align-items: center;
    margin: 0 0 30px;
}

.descr-wrap figure p {
    color: #4e525b;
    font-size: 16px;
    line-height: 26px;
    margin-left: 20px;
}

@media only screen and (max-width: 970px) {
	.figure-item {
    	flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .figure-item figcaption {
    	margin-left: 0;
        margin-top: 20px;
    }
    
    .figure-item figcaption .descr-wrap {
    	margin-top: 10px;
    }
    
    .title {
        font-size: 24px;   
    }
}

@media only screen and (max-width: 800px) { 
	.container {
    	max-width: 750px;
        padding: 0 15px;
    }
    
    .map-wrap {
    	flex-direction: column;
    }
    
    .data-wrap {
    	margin-right: 0!important;
        margin-bottom: 15px;
    }
    
}

@media only screen and (max-width: 767px) { 
	.figure-item img {
    	width: 100%;
        height: auto;
    }
    
	.table-wrap {
    	flex-direction: column;
         -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
    }
    
    .sortable {
    	width: 100%;
    }
    
    #queires-table-f {
    	margin-right: 0;
    }
    
    .action-wrap img {
        width: 50px;
        height: 50px;
    }
    
    .action-wrap figcaption h4 {
    	font-size: 18px;
    }
    
    .action-wrap figcaption p {
    	font-size: 14px;
    }
    
    .title {
        font-size: 20px;
        line-height: 24px;
    }
    
    .descr-wrap a {
        font-size: 16px;
        text-align: center;
        margin-top: 5px;
    }
    
    .descr-wrap figure {
        flex-direction: column;
    }
    
    .att-image {
        margin-bottom: 20px;
    }
    
    .descr-wrap figure p {
        margin-left: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) { 
	.nav ul {
        flex-direction: column;
             -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
          align-items: center;
    }
    
    .main-title {
        font-size: 20px;
        line-height: 22px;
    }
    
    .nav ul li {
        width: 100%;
        text-align: center;
        background: #5994cc;
        padding: 5px;
        margin-top: 1px;
    }
    
    .nav ul li:nth-child(even) { 
    	display: none;
    }
    
    .nav ul li a {
    	font-size: 16px!important;
        color: #FFFFFF!important;
    }
}

@media only screen and (max-width: 500px) { 
    .logo-wrap {
    	flex-direction: column;
         -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
    }
    
    .map-wrap .data-wrap .d-flex {
    	flex-direction: column;
    }
    
    .map-wrap .data-wrap h3 {
    	min-width: 100%;
        margin-bottom: 4px;
    }
    
    .logo {
        font-size: 48px;
    }
    
    .list-variant li h3 {
        font-size: 18px;
    }
}

#lt, #lg {
	display: none;
}

.id-descr {
	font-size: 30px!important;
    line-height: 30px;
    margin-top: 20px;
}

.map-wrap {
    margin-top: 20px;
	border: 2px solid #4788c7;
    border-radius: 3px;
    padding: 15px;
	color: #333333;
}

.data-wrap {
	margin-right: 15px;
}

.map-wrap h2 {
	text-align: center;
    background: #4788c7;
    color: #FFFFFF;
    padding: 10px 0;
}

.map-wrap .data-wrap .d-flex {
	border-bottom: 1px solid #4788c7;
    padding: 5px 0;
    margin-top: 7px;
}

.map-wrap .data-wrap h3 {
	font-weight: normal;
    font-size: 16px;
    min-width: 150px;
}

.map-wrap .data-wrap p {
	font-weight: bold;
    color: #4788c7;
}

.wrapper.wrpa-descr.d-flex {
	padding: 20px 80px 0;
    align-items: center;
    border-color: #c1b8c9;
}

.wrapper.wrpa-descr.d-flex img {
	max-width: 130px;
    height: 100px;
}

.wrapper.wrpa-descr.d-flex p {
	text-align: start;
    margin: 0 0 24px 30px;
    line-height: 33px;
}

@media only screen and (max-width: 904px) { 
	.wrapper.wrpa-descr.d-flex img {
    	margin-bottom: -23px;
    }	
}

@media only screen and (max-width: 644px) { 
	.wrapper.wrpa-descr.d-flex {
    	flex-direction: column;
    }	
    
    .wrapper.wrpa-descr.d-flex img {
    	margin-bottom: 20px!important;
    }	
    
    .wrapper.wrpa-descr.d-flex p {
    	margin: 0px!important;
    }	
}

#form-contact {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
      max-width: 400px;
      width: 100%;
      margin: 40px auto 0;
      text-align: center;
}

#contact-email {
	width: 100%;
    border-radius: 3px;
    border-color: #5994cc;
    height: 40px;
    outline: none;
    padding: 10px;
}

#contact-msg {
	width: 100%;
    border-radius: 3px;
    border-color: #5994cc;
    height: 200px;
    margin-top: 20px;
    outline: none;
    padding: 10px;
}

.btn-submit {
	background-color: #5994cc;
    height: 60px;
    color: #FFF;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    font-size: 20px;
    margin-top: 20px;
    outline: none;
}

.btn-submit:hover {
	opacity: 0.8;
    transition: all .2s ease-in;
}
.proxy-footer {
    padding: 40px 0 0;
    background: #f3f3f3;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.proxy-footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #555;
}

.proxy-footer p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}

.proxy-footer .sub-title {
    font-size: 16px;
    color: #505050;
    line-height: 24px;
    text-align: justify;
    max-width: 780px;
    margin: 20px auto 0;
}

.proxy-footer a {
    text-decoration: none!important;
    color: #288ce6;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.proxy-footer .sub-title a {
    font-size: 16px;
}
.proxy-footer .descr-it {
    margin-top: 20px;
    font-style: italic;
    color: #757575;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.proxy-footer h2 {
    margin-top: 30px;
}

.proxy-footer .copyright {
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    margin: 0 0 10px;
}

.proxy-footer .contents {
    margin: 30px 0 0;
	color: #666666;
    font-size: 12px;
    font-family: AvenirRegular; 
}