@font-face {
    font-family: 'Gotham Pro Regular';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro.woff') format('woff'),
        url('../fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Light';
    src: url('../fonts/GothamPro-Light.eot');
    src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Light.woff') format('woff'),
        url('../fonts/GothamPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Medium';
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Medium.woff') format('woff'),
        url('../fonts/GothamPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamPro-Bold.woff') format('woff'),
        url('../fonts/GothamPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    outline: none;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

:invalid {
    box-shadow: none;
}

input[type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

body {
    font-family: 'Gotham Pro Regular';
    font-weight: normal;
    font-size: 14px;
    background-color: #010103;
    background-image: url(../images/gradient-bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    min-height: 1000px;
    color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.none-m {
    margin-bottom: 0;
}

/* Header */

header {
    background: url(../images/gradient-header.png) no-repeat top center;
    padding-top: 115px;
}

header .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#white-polosa.normal {
    display: none;
}
#white-polosa.fix {
    position: fixed;
    height: 85px;
    background: #0D172A;
    display: block;
    width: 100%;
    max-width: 1920px;
    top: 0;
    z-index: 100;
    /*box-shadow: 0 0 15px #000;*/
    box-shadow: 0 0 13px #1b346f;
    border-bottom: solid 1px #1b346f;
}
#top-head {
    height: 85px;
    display: none;
    justify-content: space-between !important;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    width: 100%;
    max-width: 1180px;
}
#top-head.fix {
    position: fixed;
    max-width: 1170px;
    top: 0;
    z-index: 1000;
    height: 85px;
    display: flex;
}

#top-head .name {
	font-size: 34px;
	margin-bottom: 0;
}
#top-head .name .expert {
    display: none;
}
#top-head.fix .name .expert {
    display: block;
       font-size: 15.6px;
margin-bottom: 0px;
margin-top: 2px;
}
.phone a {
	color: #fab53d;
	font-size: 26px;
	font-family: 'Gotham Pro Medium';
}
.name-mob {
	display: none;
}
#left-foto {
    width: 45%;
}

#left-foto img {
    width: 100%;
}

#info-head {
    width: 50%;
}

.name {
    font-size: 66px;
    margin-bottom: 18px;
    color: #fff;
    margin-bottom: 80px;    
}

.expert {
    font-size: 22px;
    font-family: 'Gotham Pro Light';
    margin-bottom: 18px;
}

.opyt {
    font-size: 50px;
    font-family: 'Gotham Pro Bold';
    line-height: 60px;
    margin-bottom: 40px;
    display: flex;
    color: #fab53d;
    flex-wrap: wrap;
}

.opyt span {
    font-size: 180px;
    font-family: 'Gotham Pro Medium';
    line-height: 137px;
    text-shadow: 0 9px 16px #000;
    margin-right: -16px;
    display: block;
    z-index: 10;
}

.razr {
    font-size: 23px;
    font-family: 'Gotham Pro Light';
    line-height: 26px;
    margin-bottom: 81px;
}

.effect {
    font-size: 30px;
    font-family: 'Gotham Pro Bold';
    text-align: right;
    color: #fab53d;
    text-transform: uppercase;
}
.effect-mob {
	display: none;
}



/*  Презентация  */

#prezentaciya {
    margin-top: 80px;
}

.smotr {
    position: relative;
}

.smotr::after {
    content: " ";
    background: url(../images/str-video.png) no-repeat center right;
    display: block;
    position: absolute;
    width: 34px;
    height: 64px;
    right: 0;
    bottom: 0;
}

.video {
    position: relative;
}

/*.video a {
	display: block;
	background: url(../images/prev-video.png);
	position: absolute;
	z-index: 1000;
	width: 350px;
	height: 210px;
}*/
.start-video {
 /*    position: absolute;
    top: 93px;
    padding: 12px;
    left: 160px;
    opacity: .3;*/
    cursor: pointer;
    transition: all 0.3s;
    display: block;
	margin-top: -59%;
}

.start-video:hover {
    opacity: 1;
    -webkit-filter: brightness (1);
}

div.thumbnail_container {
    width: 434px;
    height: 257px;
    /*  overflow: hidden;*/
    background: url(../images/ramka-video.png) top center;
    background-size: 100% 100%;
    padding: 10px;
    cursor: pointer;
    display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

div.thumbnail_container:hover {
    border: 1px solid #fff;
    background: none;
    margin: -1px;
}

img.thumbnail {
    width: 100%;
    box-shadow: 0 0px 96px rgba(0, 102, 255, 0.6);
    max-height: 257px;
    /*opacity: 0.5;*/
}

.smotr {
    width: 54%;
}

.posm-v {
    font-size: 31px;
    margin-bottom: 10px;
    font-family: 'Gotham Pro Bold';
}

.text-video {
    font-size: 18px;
    font-family: 'Gotham Pro Light';
}

.video {
    width: 33%;
    margin-right: 5%;
}

#prezentaciya .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

/*  Портфолио  */

.title-section {
    text-transform: uppercase;
    font-size: 44px;
    text-align: center;
    font-family: 'Gotham Pro Medium';
    padding-bottom: 50px;
    margin-top: 200px;
    /*margin-top: 70px;*/
}

.tabs .tab__content {
    display: none;
}

.tabs .tab__content.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabs .tab__item.active .title-tabs {
    color: #FAB53D;
    border-bottom: none;
    border-bottom: 1px solid #FAB53D;
    background-position: 0 1.14em;
    background-repeat: repeat-x;
    background-size: 2px 1px;
    display: flex;
    cursor: default;
    align-items: center;
    float: left;
}
.all-obl .title-tabs {
    float: left;
}
.tabs .tab__item:hover .title-tabs {
    color: #FAB53D;
    border-bottom: none;
    border-bottom: 1px solid #FAB53D;
    background-position: 0 1.14em;
    background-repeat: repeat-x;
    background-size: 2px 1px;
    cursor: pointer;
    line-height: 28px !important;
}
.real-hint:hover {
    background: #493B1B;
    color: #fff;
}

.real-hint:hover a {
    color: #fff;
}

.tab__item span {
    border: 1px solid #FAB53D;
    border-radius: 16px;
    width: 15px;
    color: #FAB53D;
    display: block;
    height: 15px;
    line-height: 1.1;
    font-size: 12px;
    float: right;
    margin-left: 7px;
    margin-top: 6px;
    cursor: pointer;
}

.tab__item span p {
    display: none;
}

.real-hint {
    display: none;
    position: absolute;
    left: auto;
    /*
    bottom: 30px;
    right: auto;*/
    /*left: 0 !important;*/
bottom: 27px;
right: auto !important;
    background-color: #2b2c2f;
    border-radius: 10px;
    padding: 15px 5px !important;
    line-height: 14px;
    text-align: center !important;
    color: #999999;
    width: 340px !important;
    font-size: 12px;
    z-index: 100;
    font-family: 'Gotham Pro Light';
    cursor: auto !important;
    min-height: 30px !important;
}

.real-hint a {
    color: #999999;
    text-decoration: underline;
    display: block;
}

.tabs .tab-items {
    position: relative;
    display: flex;
    list-style: none;
    margin: 50px auto;
    width: 100%;
    justify-content: center;
}

.item-port {
    width: 49%;
    margin-bottom: 20px;
    border: 2px solid #1b346f;
    position: relative;
}
.item-port a{
    color: #fff;
}
.item-port img {
    width: 100%;
    height: 100%;
    max-height: 320px;
  /*  height: 320px;*/
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    cursor: pointer;
    -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.item-port:hover {
    border: 2px solid #f9b43d;
}

.item-port:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    /* IE 6-9 */

}

.real-hint .hint-caption {
    font-weight: bold;
    text-transform: uppercase;
}

.real-hint .prm-cross {
    cursor: pointer;
    float: right;
    height: 13px;
    margin-top: -11px;
    padding-left: 0;
    right: 5px;
    width: 13px;
    position: absolute;
    line-height: 10px;
    font-size: 14px;
    border: none;
}

.real-show-hint {
    cursor: pointer;
    border-bottom: dashed 1px;
    color: #8c0000;
}


.port-title {
    margin-bottom: -50px;
    border-left: 5px solid #f9b43d;
 /*   padding: 30px 25px;*/
    padding: 19px 25px;
    font-size: 30px;
    font-family: 'Gotham Pro Light';
    bottom: 70px;
    position: absolute;
    height: 100px;
    left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.port-title span {
    font-family: 'Gotham Pro Medium';
    font-size: 26px;
    display: block;
    margin-top: 7px;
}
.port-title.black {
    color: #000 !important;
}
.port-title.black_bg {
    color: #000 !important;
    background: rgba(255, 255, 255, .7); 
}
.port-title .process {
    font-size: 20px;
    margin-top: 10px;
    background: rgba(255, 255, 255, .7); 
    color: #000;
    padding: 3px;
}
.tabs .tab__item {
    position: relative;
    top: 1px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    font-family: 'Gotham Pro Light';
    margin: 0 40px;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
   /* align-items: flex-start;*/
   align-items: center;
    flex-direction: column;
}

#pokaz-vse, #pokaz-vse2, #pokaz-vse3 {
	width: 292px;
  	height: 53px;
  	border-radius: 26px;
  	background: #fab53d;
  	font-size: 20px;
  	line-height: 53px;
  	text-align: center;
 	color: #111111;
 	font-family: 'Gotham Pro Medium';
 	margin: 48px auto 0;
 	cursor: pointer;
}

/*  Тарифы  */

.descr-section {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    font-family: 'Gotham Pro Light';
    text-transform: none;
}

.tarifs-bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 75px;
}

.tarif {
    width: 290px;
    border: 2px solid #1b346f;
    padding: 55px 15px 30px;
    text-align: center;
    cursor: pointer;
}

.tarif:hover {
    border: 2px solid #f9b43d;
}

.top {
    height: 150px;
}

.sayt {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Gotham Pro Light';
}

.detail-sayt {
    font-family: 'Gotham Pro Medium';
    font-size: 36px;
    line-height: 38px;
    background: url(../images/poloska.png) no-repeat bottom center;
    padding-bottom: 20px;
}

.price {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Gotham Pro Medium';
    margin-top: 45px;
}

.text-about {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Gotham Pro Light';
    height: 75px;
    margin-top: 70px;
    margin-bottom: 83px;
}

.detail {
    border-radius: 26.5px;
    background: #E9B647;
    padding: 15px 0;
    color: #111111;
    width: 200px;
    margin: 0 auto 15px;
    cursor: pointer;
    font-family: 'Gotham Pro Medium';
}

.detail:hover, #pokaz-vse:hover, .button:hover {
    background: #F3D16A !important;
}

.primery {
    font-size: 18px;
    font-family: 'Gotham Pro Light';
    text-decoration: underline;
    cursor: pointer;
}
.primery a {
    color: #fff;
}
.primery:hover {
    text-decoration: none;
}
.primery a:hover {
    color: #F3D16A;
}

.tarif1 {
    background: url(../images/lend-express.png) no-repeat top center;
    background-size: 100% 100%;
}

.tarif2 {
    background: url(../images/lend-detail.png) no-repeat top center;
    background-size: 100% 100%;
}

.tarif3 {
    background: url(../images/mnogostranichnyi.png) no-repeat top center;
    background-size: 100% 100%;
}

/*  Заявка  */

#zayavka {
    margin-bottom: 90px;
}

#zayavka .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#zayavka .title-section {
    font-size: 40px;
}
.left-zayavka {
    margin-top: 5px;
    width: 48%;
    margin-left: 7%;
}

.bl-text-zayavka {
    margin-top: 80px;
    color: #fab53d;
    font-size: 40px;
    line-height: 40px;
}

.bl-text-zayavka a {
    color: #fab53d;
    font-family: 'Gotham Pro Medium';
}

.bl-text-zayavka span {
    font-size: 26px;
    font-family: 'Gotham Pro Light';
    color: #fff;
    display: block;
}

.bl-t-zayavka {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Gotham Pro Light';
    margin-top: 30px;
    padding-top: 10px;
    background: url(../images/str-zayavka.png) no-repeat right 3px;
}

.social {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 70px;
}

.soc {
    margin-right: 18px;
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    height: 37px;
}

.soc:hover {
    text-decoration: none;
    background: #293C54;
    border-radius: 18px;
}

.soc img {
    margin-right: 11px;
    width: 36px;
    height: 36px;
}

.text-soc {
    font-size: 18px;
    color: #fab53d;
    line-height: 37px;
    font-family: 'Gotham Pro Light';
}

.mobile-vk {
    display: none;
}

.form-zayavka {
    width: 38%;
    margin-top: 68px;
    margin-right: 7%;
}

.form-zayavka form {
    border: solid 1px #1b346f;
    background: #0C1224;
    padding: 39px 0;
    width: 422px;
    float: right;
}

.title-zayavka {
    font-size: 24px;
    text-align: center;
    font-family: 'Gotham Pro Medium';
    margin-bottom: 22px;
    text-transform: uppercase;
}

.text-zayavka {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: 'Gotham Pro Light';
    margin-bottom: 40px;
}

.fofm input {
    background: #232735;
    border-radius: 26px;
    border: 1px solid #1b346f;
    margin: 14px auto 0;
    padding: 0 25px;
    height: 52px;
    display: block;
    color: #fff;
    width: 73%;
}

.button {
    border-radius: 26px;
    background: #fab53d !important;
    margin-bottom: 10px;
    color: #111111 !important;
    font-size: 20px;
    text-align: center;
    font-family: 'Gotham Pro Medium';
    cursor: pointer;
    width: 85% !important;
    display: block;
    height: 55px !important;
}

.soglasie {
    font-size: 13px;
    font-family: 'Gotham Pro Light';
    line-height: 18px;
    color: rgba(255, 255, 255, 0.3);
    margin: 10px auto 0;
    display: block;
    /*width: 84%;*/
    cursor: pointer;
    /*text-align: center;*/
    width: 81%;
}

.soglasie input {
    width: 30px;
    float: left;
    height: 18px;
    margin-top: 3px;
    display: none;
}

.soglasie a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: underline;
}
.soglasie a:hover {
	color: #ccc;
}

/*  Всплывающие формы  */

#popup-portfolio, #popup-tarif {
	background: #fff;
	border: 2px solid #e5af51;
	padding: 22px;
	color: #000;
	max-width: 800px;

}
.content-popup {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
                position: relative;
}
.popup {
	font-family: 'Gotham Pro Light';
	/*position: relative;*/
}
#popup-tarif .popup {
                 position: relative;
}
.left-popup {
	width: 58%;
}
.left-popup .tab-contents {
	height: 315px;
}
.left-popup .tab-items {
	margin: 15px auto;
	width: 100%;
	justify-content: space-between;
}
#taby-popups-tarif .tabs .tab__item {
	margin: 0 25px 0 0;
}
#taby-popups-tarif .tabs .tab-items {
    	margin: -3px 0 -26px;
   	 width: 54%;
    	justify-content: flex-start;
}
.left-popup .title-tabs {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	border: none !important;
	font-size: 12px;
}
#taby-popups-tarif .left-popup {
    margin-top: 45px;
}
.left-popup .tab__item.active .title-tabs div {
	font-family: 'Gotham Pro Medium';
	color: #000;
	border: none;
	cursor: pointer;
	border: none;
}

.right-popup {
	width: 45%;
	font-size: 16px;

}
.text-about-sayt span {
	font-family: 'Gotham Pro Medium';
}
.text-about-sayt a {
	color: #000;
}
.close_modal {
	color: #888;
	font-size: 20px;
	position: absolute;
	right: -13px;
	top: -20px;
	cursor: pointer;
                z-index: 10;
}
.close_modal:hover {
	color: #333;
}
#popup-form .close_modal  {
                right: 11px;
                top: 5px;
                color: #ccc;
}
#popup-form .close_modal:hover {
                color: #fff;
}
.sayt-title-popup {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.sayt-title-popup span {
	font-family: 'Gotham Pro Medium';
	margin-bottom: 10px;
}
.cat-sayt {
	padding: 5px 10px;
	background: #fab53d;
	font-family: 'Gotham Pro Medium';
}
.text-about-sayt {
	margin-top: 15px;
	line-height: 20px;
}
.ssylka-zayavka {
	padding: 25px 0;
	background: #e6e6e6;
	margin: 20px -21px -21px -21px;
	text-align: center;
	/*opacity: 0.7;*/
}
.ssylka-zayavka a {
	/*color: rgba(0, 0, 0, 0.7);*/
	text-decoration: underline;
	
}
#popup-portfolio .tabs .tab__item {
    margin: 0;
}
.popup .form-zayavka {
    width: auto;
    margin-top: 0;
    margin-right: 0;
}
#politika-konf {
	max-width: 800px;
	color: #000;
	background: #fff;
	border: 2px solid #e5af51;
	padding: 22px;
                position: relative;
}
#popup-tarif {
	font-size: 16px;
}
#popup-tarif .left-popup .title-tabs {
	font-size: 16px;
	padding: 0 15px;
}
#popup-tarif .tab__item.active .title-tabs {
	background: #fab53d;
	font-family: 'Gotham Pro Medium';
	color: #000;
	padding: 0 15px;
}
.title-tarif-popup {
	border-left: 6px solid #f9b43d;
	padding: 10px 15px;
	font-size: 24px;
	font-family: 'Gotham Pro Medium';
}
#popup-tarif .tab__content ul {
	margin: 25px 15px 15px;
}
#popup-tarif .tab__content ul li {
	list-style: none;
	line-height: 18px;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}
#popup-tarif .tab__content ul li:before {
    color: red; 
    content: "•"; 
    padding-right: 10px;
    color: #f9b43d;
    font-size: 21px;
    margin: 1px 0 0;
	display: block;
}
.text-tarif-popup {
	font-size: 15px;
	font-family: 'Gotham Pro Light';
	text-align: justify;
	line-height: 22px;
	background: #eeeeee;
	border-left: 6px solid #f9b43d;
	padding: 20px 15px;
}
.text-tarif-popup span {
	font-family: 'Gotham Pro Medium';
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}
#popup-tarif .left-popup .tab-items {
    margin: 0 auto 20px;
}
#popup-tarif .right-popup {
 	background: #e6e6e6;
 	padding: 20px;
 	margin: -22px -22px -21px;
 	width: 38%;
}
#popup-tarif .right-popup .item-port {
    width: 300px;
    margin-bottom: 10px;
    height: 130px;
    overflow: hidden;
}
#popup-tarif .right-popup .port-title {
    margin-bottom: -40px;
    border-left: 3px solid #f9b43d;
    padding: 7px 15px;
    font-size: 16px;
    bottom: 48px;
    height: 45px;
    left: 20px;
    color: #fff;
}
#popup-tarif .right-popup .port-title span {
    font-size: 14px;
    margin-top: 5px;
}
#popup-tarif .ssylka-zayavka a {
    font-size: 14px;
    width: 235px;
    display: block;
    margin: 0 auto;
    /*color: #aaa;*/
    color: #777;
    line-height: 18px;
}
#popup-tarif .ssylka-zayavka {
    padding: 0px 0 25px;
    background: none;
}
#popup-tarif .item-port img {
    height: auto;
}

#loading-div{
    display: none;
}
.bl-podgr2, .bl-podgr22, .bl-podgr23 {
    display: none;
}
.tabs .tab__content .bl-podgr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tabs .tab__content .bl-podgr2, .tabs .tab__content .bl-podgr22, .tabs .tab__content .bl-podgr23 {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/*.fofm input[type="checkbox"] {
    display: block;
}*/
.fofm .soglasie input:checked + span {
    background-position: left center;
}
.fofm .soglasie span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: right center;
    background-image: url('../images/inp-check.png');
    margin-bottom: 3px;
    margin-right: 7px;
    float: left;
    margin-top: 2px;
}
.fofm .soglasie div {
    margin-left: 20px;
    text-align: left;
}
#thanks .popup {
    border: solid 1px #1b346f;
    background: #0C1224;
    padding: 39px 0 0;
    width: 422px;
}
#thanks .popup .form-zayavka {
    margin-right: auto;
    margin-left: auto;
}
#thanks .close_modal {
    right: 8px;
    top: -38px;
}
.button[disabled] {
    opacity: 0.5;
}
.button[disabled]:hover {
    cursor: no-drop;
}
.status::after {
    content: " ";
    width: 187px;
    height: 43px;
    position: absolute;
    bottom: -30px;
    left: 34%;
    transform: translateX(-50%);
    background: url('../images/wrong.png') no-repeat;
    z-index: 5;
    display: block;
}
.status {
    /*margin: -10px 0 8px 20px !important;*/
    margin: 14px 0 0 0 !important;
    display: none;
    color: #C36C79;
    position: relative;
}
.phone:focus > .status {
	display: none;
}
.right-popup .process {
    font-size: 12px;
    margin-top: 4px;
}

/*  Footer  */

#polit {
    margin-bottom: 70px;
    text-align: center;
}

#polit a {
    color: #575f71;
    font-size: 13px;
    font-family: 'Gotham Pro Light';
    text-decoration: underline;
}

#polit a:hover {
    color: #fff;
}
#text-pers p {
	margin-bottom: 10px;
}
#text-pers h4 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: 'Gotham Pro Medium';
	font-weight: normal;
	font-size: 15px;
}
#politika-konf h3 {
	text-align: center;
	margin-bottom: 20px;
	font-family: 'Gotham Pro Medium';
	font-weight: normal;
	font-size: 18px;
}
#politika-konf .close_modal {
    right: 7px;
    top: 0;
}
.close-bottom {
    font-size: 18px;
    text-align: center;
    margin: 25px auto 0;
    color: #e5af51;
    font-family: 'Gotham Pro Bold';
    cursor: pointer;
    width: 110px;
}
input[name="txtname"], input[name="txtphone"] {
    font-size: 16px;
    font-family: "Gotham Pro Light";
}

/*  Адаптив  */


@media screen and (min-width: 850px) {
	#popup-portfolio, #popup-tarif {
	    height: 519px;
	}
}
@media screen and (max-width: 1199px) {
    .container {
        width: 95%;
    }
	.name {
	    font-size: 60px;
	}
	.expert {
	    font-size: 20px;
	    margin-bottom: 60px;
	}
	.opyt {
	    font-size: 40px;
	    margin-bottom: 60px;
	}
	.opyt span {
	    font-size: 160px;
	    margin-right: -13px;
	}
	.razr {
	    margin-bottom: 50px;
	}
	div.thumbnail_container {
	    width: 100%;
	    height: auto;
	    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
	.smotr {
	    width: 58%;
	}
	.posm-v {
	    font-size: 29px;
	}
	.text-video {
	    font-size: 16px;
	}
	.video {
	    width: 38%;
	    margin-right: 0;
	    display: flex;
	    flex-wrap: wrap;
	}
	.tabs .tab-items {
	    width: 100%;
	    justify-content: space-around;
	}
	.tabs .tab__item {
	    margin: 0;
	    display: flex;
	    flex-wrap: nowrap;
	    align-items: center;
	}
	.port-title {
	    padding: 10px 25px;
	}
	.title-section {
	    font-size: 41px;
	}
	.descr-section {
	    font-size: 22px;
	}
	.tarifs-bl {
	    justify-content: space-between;
	}
	.tarif {
	    width: 28%;
	}
	.sayt {
	    font-size: 27px;
	}
	.detail-sayt {
	    font-size: 34px;
	}
	.left-zayavka {
	    width: 53%;
	    margin-left: 0;
	}
	.form-zayavka {
	    width: 43%;
	    margin-right: 0;
	}
	.bl-text-zayavka a {
	    font-size: 38px;
	}
	.form-zayavka form {
	    width: 100%;
	}
	#popup-form form {
	    width: 400px;
	}
	.text-zayavka {
	    font-size: 17px;
	    margin-bottom: 30px;
	}
	.soglasie {
	    font-size: 12px;
	}
	.soc {
	    margin-right: auto;
	}
	.bl-t-zayavka {
	    font-size: 16px;
	    padding-top: 19px;
	    background-size: 70px auto;
	}
	.real-hint {
	    left: -34px;
	}
	#top-head .name {
	    margin-left: 15px;
	}
	#top-head .phone {
	    margin-right: 15px;
	}
                #mnogostr.tipbubble.upper-pos {
                    right: 0 !important;
                    left: auto !important;
                }
}


@media screen and (max-width: 980px) {
	header {
	    padding-top: 70px;
	}
	.name {
	    font-size: 48px;
	}
	.expert {
	    font-size: 16px;
	}
	.opyt {
	    font-size: 28px;
	    line-height: 30px;
	}
	.opyt span {
	    font-size: 130px;
	    margin-right: -11px;
	    line-height: 100px;
	}
	.razr {
	    font-size: 18px;
	}
	.effect {
	    font-size: 28px;
	}
	.smotr {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	    width: 55%;
	}
	.smotr-d {
		width: 90%;	
	}
	.smotr::after {
	    /*position: relative;*/
	    bottom: auto;
	    background-size: 75%;
	}
	.video {
	    margin-left: 3%;
	}
	.start-video img {
		width: 60px;
	}
	.posm-v {
	    font-size: 28px;
	}
	.title-section {
	    font-size: 34px;
	    margin-top: 120px;
	}
	.tabs .tab__item {
	    font-size: 16px;
	}
	.tab__item span {
	    border-radius: 10px;
	    width: 12px;
	    height: 12px;
	    font-size: 11px;
	    margin-left: 5px;
	}
	.item-port {
	    width: 48%;
	}
	.port-title {
	    height: 61px;
	    left: 20px;
	    padding: 10px 15px;
	    font-size: 22px;
	    border-left: 3px solid #f9b43d;
	}
	.port-title span {
	    font-size: 22px;
	}
                .port-title .process {
                    font-size: 16px;
                    margin-top: 7px;
                }
                .right-popup .process {
                    font-size: 12px;
                    margin-top: 4px;
                }
                .item-port img {
                    max-height: 236px;
                }
	.descr-section {
	    font-size: 19px;
	}
	.sayt {
	    font-size: 22px;
	    line-height: 30px;
	}
	.detail-sayt {
	    font-size: 26px;
	}
	.price {
	    font-size: 26px;
	}
	.text-about {
	    font-size: 20px;
	}
	.primery {
	    font-size: 16px;
	}
	.bl-text-zayavka span {
	    font-size: 22px;
	}
	.bl-text-zayavka a {
	    font-size: 32px;
	}
	.left-zayavka {
	    width: 48%;
	}
	.form-zayavka {
	    width: 49%;
	}
	.text-soc {
	    font-size: 16px;
	}
	.social {
	    margin-top: 5px;
	}
	.soc {
	    width: 32%;
	    display: flex;
	    flex-wrap: wrap;
	    height: 28px;
	    align-items: center;
	}
	.soc img {
	    margin-right: 5px;
	    width: 25px;
	    height: 25px;
	}
	.text-soc {
	    font-size: 14px;
	}
	.text-zayavka {
	    font-size: 15px;
	}
	.soglasie {
	    /*width: 92%;*/
                    width: 74%;
	}
	#popup-tarif .right-popup .item-port {
	    width: auto;
	}

}

@media screen and (max-width: 769px) {
	header {
	    padding-top: 70px;
	    padding-bottom: 30px;
	}
	#left-foto {
	    width: 49%;
	    margin-left: -8%;
	}
	#left-foto img {
	    width: 110%;
	}
	.name {
	    font-size: 36px;
	}
	.expert {
	    font-size: 20px;
	    margin-bottom: 35px;
	}
	.opyt {
	    font-size: 24px;
	    line-height: 28px;
	    margin-bottom: 35px;
	}
	.opyt span {
	    font-size: 110px;
	    margin-right: -10px;
	    line-height: 90px;
	}
	.razr {
	    font-size: 16px;
	    margin-bottom: 25px;
	}
	.effect {
	    font-size: 22px;
	}
	#prezentaciya {
	    margin-top: 60px;
	}
	.smotr::after {
	    /*display: none;*/
	    position: relative;
	}
	.posm-v {
	    font-size: 24px;
	}
	.text-video {
	    font-size: 14px;
	}
	.smotr {
	   /* width: 48%;*/
	}
	.video {
	    width: 42%;
	}
	.title-section {
	    font-size: 28px;
	    margin-top: 100px;
	}
	.tabs .tab__item {
	     line-height: 22px;
                    max-width: 33%;
                    align-items: flex-start !important;
	}
             .tabs .tab__item.active {
                    align-items: center !important;
             }
	.tabs .tab__item .title-tabs {
	    height: 60px;
	}
	.tabs .tab__item.active .title-tabs {
	   /* margin-top: -20px;*/
                    color: #F9B43D;
                    border: none;
                    height: 60px;
                    align-items: flex-start;
	}
	.tab__item span {
	    position: absolute;
	    right: 0;
	    top: -14px;
                  display: none;
	}
	.tabs .tab-items {
	    margin: 50px auto 20px;
	}
	.port-title {
	    height: 40px;
	    font-size: 16px;
	}
	.port-title span {
	    font-size: 16px;
	}
                 .item-port img {
                    max-height: 162px;
                }
                .real-hint {
                    left: -20px;
                }
	.descr-section {
	    font-size: 15px;
	}
	.sayt {
	    font-size: 17px;
	    line-height: 30px;
	}
	.detail {
	    width: 100%;
	}
	.tarif {
	    padding: 30px 10px 30px;
	    background-size: auto 100%;
	}
	.detail-sayt {
	    font-size: 20px;
	    line-height: 24px;
	    margin-top: 20px;
	}
	.price {
	    font-size: 22px;
	    margin-top: 10px;
	}
	.text-about {
	    font-size: 16px;
	    line-height: 20px;
	    margin-top: 35px;
	    height: 60px;
	    margin-bottom: 50px;
	}
	.primery {
	    font-size: 14px;
	}
	.bl-text-zayavka span {
	    font-size: 20px;
	}
	.bl-text-zayavka a {
	    font-size: 24px;
	    justify-content: center;
	}
	.bl-text-zayavka {
	    line-height: 25px;
	    margin-top: 65px;
	}
	.social {
	    margin-top: 15px;
	}
	.soc:hover {
	    background: none;
	}
	.bl-t-zayavka {
	    font-size: 14px;
	    padding-top: 20px;
	}
	.left-zayavka {
	    width: 42%;
	}
	.form-zayavka {
	    width: 54%;
	}
	.title-zayavka {
	    font-size: 20px;
	    margin-bottom: 15px;
	}

	.text-zayavka {
	    font-size: 13px;
	    line-height: 20px;
	}
	.fofm input {
	    height: 43px;
	    width: 68%;
	}
	.button {
	    height: 50px !important;
	    font-size: 17px;
	}
	.soglasie {
	    font-size: 11px;
	}
	.soglasie input {
	    width: 30px !important;
	    height: 17px;
	}
	#taby-popups-tarif .tabs .tab-items {
	    margin: -3px 0 45px;
	    width: 100%;
	    justify-content: space-around;
	}
	#taby-popups-tarif .tabs .tab__item .title-tabs {
	    height: 30px;
	    align-items: center;
	}
               #taby-popups-tarif .tabs .tab__item:hover .title-tabs {
                    /*height: 28px;*/
                    line-height: 30px !important;
                }
	#taby-popups-tarif .tabs .tab__item.active .title-tabs {
	    height: 30px;
	}
	#taby-popups-tarif .left-popup {
	    width: 49%;
	    margin-top: -10px;
	}
	.title-tarif-popup {
	    font-size: 20px;
	}
	#popup-tarif .tab__content ul li {
	    margin-bottom: 5px;
	}
	.text-tarif-popup {
	    font-size: 14px;
	    line-height: 20px;
	}
	.text-tarif-popup span {
	    font-size: 15px;
	}
	#popup-tarif .right-popup {
	    width: 45%;
	}
	.sayt-title-popup {
	    font-size: 20px;
	    line-height: 27px;
	}
	#taby-popups-tarif .tabs .tab__item {
	    align-items: center !important;
	    /*line-height: 30px;*/
                    line-height: 30px;
                    height: 30px;
	}
               .mobile-vk {
                    display: flex;
                }
            .vk {
                    display: none;
                }
                .port-title .process {
                        font-size: 14px;
                }
                .tabs .tab__item:hover .title-tabs {
                    line-height: 22px !important;
                    height: 59px;
                }
                .tipbubble.upper-pos {
                    bottom: 60px !important;
                }
}

@media screen and (max-width: 650px) {
	header {
	    padding-top: 45px;
	}
	.name-mob {
		display: block;
		margin: 0 auto 30px;
		text-align: center;
	}
	#info-head .name {
		display: none;
	}

	.expert {
	    display: none;
	}
	.opyt {
	    margin-left: -10px;
	}
	.razr {
	    font-size: 13px;
	    margin-bottom: 35px;
	    line-height: 22px;
	}
	.effect {
	    font-size: 20px;
	}
	#prezentaciya .container {
	    flex-direction: column;
	}
	.smotr {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 40px;
	}
	.smotr-d {
	    width: 100%;
	}
	.smotr::after {
		-moz-transform: rotate(90deg); /* Для Firefox */
		    -ms-transform: rotate(90deg); /* Для IE */
		    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
		    -o-transform: rotate(90deg); /* Для Opera */
		    transform: rotate(90deg);
	}
	.smotr::after {
	    margin-top: 0;
	}
	.smotr {
	    flex-direction: column;
	}
	.video {
	    width: 350px;
	}
	.title-section {
	    font-size: 24px !important;
	}
	.tabs .tab__item {
	    font-size: 14px;
	}
	.tabs .tab__content {
	    flex-direction: column;
	    align-items: center;
	}
	.item-port {
	    width: 370px;
	}
                .tabs .tab__content .bl-podgr2, .tabs .tab__content .bl-podgr22, .tabs .tab__content .bl-podgr23 {
                    justify-content: center;
                    align-items: center;
                }
            .tabs .tab__content .bl-podgr {
                justify-content: center;
            }
            #pokaz-vse, #pokaz-vse2, #pokaz-vse3 {
                margin: 15px auto 0;
            }
             .item-port img {
                    max-height: 200px;
                }
	.descr-section {
	    line-height: 20px;
	    margin-top: 10px;
	}
	.tarifs-bl {
	    margin-top: 40px;
	    flex-direction: column;
	    align-items: center;
	}
	.tarif {
	    width: 240px;
	    margin-bottom: 20px;
	    background-size: 100% 100%;
	}
	.detail-sayt {
	    font-size: 24px;
	    line-height: 30px;
	    margin-top: 0px;
	}
	.detail-sayt {
	    background-size: auto 4px;
	}
	.top {
	    height: auto;
	    margin-bottom: 40px;
	}
	.detail {
	    width: 65%;
	    padding: 13px 0;
	}
	#zayavka .container {
	    flex-direction: column;
	    align-items: center;
	}
	.left-zayavka {
	    width: 370px;
	    text-align: center;
	}
	.form-zayavka {
	    width: 370px;
	     margin-top: 30px;
	}
	.soc {
	    height: 28px;
	    width: 115px;
	    justify-content: flex-start !important;
	}
	.soc:hover {
	    background: #293C54;
	}
	.text-soc {
	    line-height: 28px;
	}
	.social {
	    margin-bottom: 40px;
	}
	.bl-t-zayavka {
	    margin-top: 0px;
	    padding-top: 10px;
	    background: none;
	}
	.button {
	    width: 82% !important;
	}
               .bl-text-zayavka {
                    margin-top: 35px;
                }
                .left-zayavka {
                    margin-top: 20px;
                }
	.soglasie {
	    /*width: 82%;*/
                     width: 79%;
	}
	#taby-popups-tarif .left-popup {
	    width: 100%;
	}
	#popup-tarif .right-popup {
	    width: 91%;
	    margin: 30px -22px 10px;
	}
	#popup-tarif .right-popup .item-port {
	    height: 160px;
	}
	#popup-tarif .all-obl.tabs {
	    margin-top: 10px;
	}
	#top-head .name {
	    font-size: 28px;
	}
	.phone a {
	    font-size: 24px;
	}

	
}

@media screen and (max-width: 499px) {
	#left-foto img {
	    width: 102%;
	}
	header {
		 padding-bottom: 80px;
	}
	#portfolio .title-section {
	    margin-top: 5px;
	}
	.tabs .tab-items {
                    display: block;
                    flex-direction: column;
	}
	.all-obl.tabs {
	    margin-top: 40px;
	}
                #info-head .effect {
                    display: none;
                }
	 .effect-mob {
                    display: block;
                    margin: 15px auto 0;
                    text-align: center;
                }
                .tabs .tab__item {
                    max-width: 100%;
                    align-items: center !important;
                }
                .tabs .tab__item .title-tabs {
                    height: 35px;
                    margin: 0 auto;
                }
                .tabs .tab__item.active .title-tabs {
                    height: 35px;
                }
                #popup-form form {
	    width: 330px;
	}
	#popup-tarif .right-popup .item-port {
	    height: 130px;
	}
               #popup-tarif  .tabs .tab__item {
	    font-size: 18px;
	}
	#taby-popups-tarif .tabs .tab__item {
	    margin-bottom: 10px;
	}
                #thanks .popup {
                    border: solid 1px #1b346f;
                    background: #0C1224;
                    padding: 35px 25px 5px;
                   width: auto;
                }
                
	#top-head .name {
	    font-size: 22px;
                    width: 100%;
                    text-align: center;
	}
                #top-head .phone {
                    margin-right: 0;
                    text-align: center;
                    width: 100%;
                    margin-top: 10px;
                }
	.phone a {
	    font-size: 20px;
	}
                .tabs .tab__item:hover .title-tabs {
                    line-height: 22px !important;
                    height: 22px;
                }
                .hovertip {
                    height: 35px;
                }
                 .tipbubble.upper-pos {
                    bottom:40px !important;
                }
}

@media screen and (max-width: 399px) {
                #left-foto img {
                    width: 165%;
                    margin-left: -49%;
                }
                .opyt {
                    margin-left: -20px;
                }
                .razr {
                    margin-left: 30px;
                }
                .name {
                    font-size: 34px;
                }
                .video {
                    width: 290px;
                }
                .item-port {
                    width: 290px;
                }
                 .item-port img {
                    max-height: 157px;
                }
                .social {
                    flex-direction: column;
                }
                .bl-text-zayavka a {
                    margin: 0 auto 10px;
                }
                .left-zayavka, .form-zayavka {
                    width: 95%;
                }
                .fofm .button {
                    width: 90% !important;
                }
                 .fofm input {
                    width: 75%;
                }
                .soglasie {
                    width: 89%;
                }
                #popup-form form {
	    width: 280px;
	}
	#popup-form input {
	    width: 68%;
	}
	#popup-form .button {
	    width: 86% !important;
	}
	#popup-portfolio, #popup-tarif {
	    padding: 22px 10px;
	}
	#popup-tarif .right-popup {
	    width: auto;
	    margin: 30px -10px 10px;
	    padding: 15px 10px;
	}
	.tarif {
	    width: 270px;
	}
	.title-section {
	    font-size: 22px;
	}
	#top-head {
	    justify-content: center !important;
	}
	#top-head .name {
	    margin-left: 0;
	}
	#top-head .phone {
	    margin-right: 0;
	}
	#top-head .name {
	    margin-bottom: 8px;
	}
                .tipbubble {
                    width: 295px !important;
                }
}

