.ant-section__ant058_contact {
	position: relative;
	z-index: 999;
	overflow: hidden;
	position: relative;
  	padding-top: 50px;
  	padding-bottom: 50px;
  	background-color: #f9f9f9;
}

.ant-section__ant058_contact h1{
	margin-bottom: 15px;
    color: #071e55;
}

.ant-section__ant058_contact p{
	margin-bottom: 30px;
	max-width: 600px;
	font-size: 17px;
	line-height: 26px;
	font-weight: 400;
	color: #405263;
}

/* -----  Register ----- */
.ant058_contact-register-form-wrapper{
	margin-top: 25px;
	padding-right: 20px;
}

input.ant058_contact-register-input, select.ant058_contact-register-input{
	width: 100%!important;
    height: 48px!important;
    padding-left: 4%!important;
    padding-right: 4%!important;
    margin-bottom: 10px!important;
    color: #555!important;
    border: 1px solid #cecece!important;
    background-color: #fff!important;
    font-size: 16px!important;
    border-radius: 5px 5px 5px 5px!important;
}

input.ant058_contact-register-submit{
	background: #d4471b;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 10px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

input.ant058_contact-register-submit:hover{
	background:#23374d;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#ant058_contact-register-form input.ant058_contact-register-input:focus, #ant058_contact-register-form select.ant058_contact-register-input:focus {
  border-color:#656565!important;
  color: #454545!important;
  outline: none;
}

#ant058_contact-register-form input.ant058_contact-register-input:focus, #ant058_contact-register-form select.ant058_contact-register-input:focus {
  border-color:#656565!important;
  color: #454545!important;
  outline: none;
}

p.ant058_contact-register_success_box{
	display:inline-block;
	color:#0c75fb;
	border: 1px solid #dedede;
	padding: 25px 25px;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	border-radius: 8px 8px;
	margin:15px 0;
}

p.ant058_contact-register-form-terms{
	margin-top: 15px;
	font-size: 14px;
	color: #7c8595;
}

/* -----  Integration ----- */
.ant058_contact-integration-platforms{
	margin: 45px 0 0 20px;
}

.ant058_contact-integration-platforms h5{
	float: left;
	margin: 10px 10px 0 0;
}

ul.ant058_contact-integration-mentions{
	float: left;
}

ul.ant058_contact-integration-mentions li {
    display: inline-block;
    margin: 7px 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

ul.ant058_contact-integration-mentions li img {
    max-height: 32px;
}

.ant058_contact-margin-left-20 {
    margin-left: 20px !important;
}

.ant058_contact-margin-top-20 {
    margin-top: 20px !important;
}

.ant058_contact-padding-top-20 {
    padding-top: 20px !important;
}

.ant058_contact-video-popup-wrapper {
    position: relative;
}

.ant058_contact-popup-gallery {
    display: inline-block;
    position: relative;
}

.ant058_contact-popup-gallery img {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.ant058_contact-width-100 {
    width: 100%;
}
.ant058_contact-popup-gallery img, .ant058_contact-popup-gallery a span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.ant058_contact-video-popup-wrapper img.ant058_contact-hero-images {
    padding: 10px 10px;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
}

.ant058_contact-video-play-icon {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.70);
    border-radius: 50% 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.ant058_contact-video-play-icon:hover {
    background-color: rgba(0, 123, 255, 0.99);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.ant058_contact-video-play-icon i {
    color: #fff;
}

.ant058_contact-video-popup-wrapper:after {
    background-image: radial-gradient(#dee1e0 15%,transparent 25%);
    background-size: 20px 20px;
    content: "";
    position: absolute;
    width: 204px;
    height: 200px;
    right: -64px;
    top: -40px;
    z-index: -1;
}
/*
Theme Name: art-net-theme-html
Theme URI: https://html6.com.ru
Author: html6.com.ru
Author URI: https://html6.com.ru
Description: Тема-оболочка для контент-секций.
Version: 1.0

*/

img {
	max-width: 100%;
}

p:last-child {
	margin-bottom: 0;
}

blockquote, q {
    padding-left: 10px;
    border-left: 2px solid #eee;
}

table {
	width: 100%;
}

table td, table th {
	padding: 10px 10px;
    border: 1px solid #c7c7c7;
}

table tr:nth-child(odd) td {
	background: #f1f1f1;
}



table tr:nth-child(even) td {
	background: #dadada;
}

/* SCROLL TO TOP */
.art_net_theme-scroll-to-top {
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	position: fixed;
	bottom: 150px;
	right: 20px;
	display: none;
	z-index: 999;
	background-color: #44b2fe;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	overflow: hidden;
}
.art_net_theme-scroll-to-top:before, .art_net_theme-scroll-to-top:after {
	content: '';
	position: absolute;
	display: block;
	top: 15px;
	background-color: #fff;
	height: 20px;
	width: 5px;
}
.art_net_theme-scroll-to-top:before {
	-webkit-transform: rotate(-45deg);
	      transform: rotate(-45deg);
	left: 28px;
	box-shadow: -8px 14px 0px 8px #1ba1fe;
}
.art_net_theme-scroll-to-top:after {
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
	right: 28px;
}
.art_net_theme-scroll-to-top:focus {
	outline: none;
}

/* CONTENT IMAGE */

img.alignleft {
    float: left;
    margin: 15px;
}

img.alignright {
    float: right;
    margin: 15px;
}

img.aligncenter {
    display: block;
    margin: 15px auto;
}

/* BREADCRUMBS */
div#ant-section__breadcrumbs {
    background-image: url(https://resources.html6.com.ru/images/breadcrumb-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 90px 0 90px;
    background-color: #FBFBFB;
    z-index: 0;
}

div#ant-section__breadcrumbs:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    content: '';
    z-index: -1;
}

.art_net_theme_breadcrumbs {
    font-size: 16px;
    color: #fff;
}

.ant-section__breadcrumbs span.ant_sep {
    margin: 0 10px;
    color: #fff;
}

.art_net_theme_breadcrumbs a {
    color: #03a9f4;
}

.art_net_theme_breadcrumbs a:hover {
    color: #fff;
}

.art_net_theme_breadcrumbs .ant_title {
    color: #fff;
}

/* HEADERS SECTIONS */

.art_net_theme_header-section {
    text-align: center;
}

.art_net_theme_section-overtitle,
.art_net_theme_section-overtitle * {
    font-size: 24px;
    color: #0BBBF8;
    line-height: 30px;
}

.art_net_theme_section-title h2 {
    font-size: 35px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: bold;
    color: #313131;
}

.art_net_theme_section-subtitle,
.art_net_theme_section-subtitle * {
    font-size: 15px;
    color: #777777;
    line-height: 27px;
}

.art_net_theme_header-section div * {
    margin: 0;
    padding: 0;
}

.art_net_theme_section-title-separator {
    text-align: center;
    margin: 10px auto 23px;
}