/*    FONTS    */
@font-face {
    font-family: Evolventa;
    font-weight: 400;
    src: url(fonts/Evolventa/Evolventa-Regular.ttf);
}

@font-face {
    font-family: Evolventa;
    font-weight: 600;
    src: url(fonts/Evolventa/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: Evolventa;
    font-weight: 700;
    src: url(fonts/Evolventa/Evolventa-Bold.ttf);
}





@keyframes content {
    from{
        opacity: 0;
    }

    to{
        opacity: 1;
    }
}

*{
    outline: none !important;
}

body, html{
    animation: content 1s ease;
}
html{
    scroll-behavior: smooth;
	overflow-x: hidden;
}

body{
    position: relative;
    overflow-x: hidden;
    padding-top: 60px;
    font-family: Evolventa;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    background-color: #f5f5f5;
}

section{
    position: relative;
    padding: 70px 0px;
    z-index: 1;
}

section .container{
    position: relative;
    z-index: 2;
}

.d-grid{
    display: grid;
    align-content: center;
}



a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus ,
.button,
.button-o,
[role="button"],
textarea:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  user-select: none !important;
}

h1{
    font-family: Evolventa;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    color: #fff;
}

h2{
    font-family: Evolventa;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    color: #364F6B;
}

p{
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}


.button{
    background: #364F6B;
    box-sizing: border-box;
    padding: 15px 32px;
	border: 1px solid transparent;
    border-radius: 16px;
    font-family: Evolventa;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    outline: none;
    text-decoration: none !important;
    cursor: pointer;
    width: max-content;
    margin:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    outline: none !important;
    transition: all 0.4s ease;
    text-align: center;
}

.button:hover{
    border-color: #364F6B;
	background: #fff;
	color: #364F6B;
}
.button svg path{
	transition: all 0.4s ease;
}
.button:hover svg path{
	stroke: #364F6B;
}
.button-fwb{
    font-weight: 700;
}
.button-wh-back{
    color: #364F6B;
    background: #fff;
}
.button.button-wh-back:hover{
	background: #364F6B;
	color: #fff;
	border-color: #fff;
}
.button.button-wh-back:hover svg path{
	stroke: #fff;
}


/*   Header   */
.top-nav {
    background: #141414;
    padding: 8px 0px;
    font-family: Evolventa;
    font-weight: 500;
    font-size: 10px;
    line-height: 120.69%;
    color: #FFFFFF;
}
.top-nav-two{
    display: grid;
    padding: 0px 5% 0px;
    max-width: 1140px;
    margin: auto;
    padding: 0px 15px;
    grid-template-columns: 2fr 2fr 2fr;
}

header{
    position: fixed;
    z-index: 110;
    display: block;
    width: 100%;
    transition: all 0.4s ease;
    top: 0px;
}

#navbar.nonactive{
}

#navbar.active{
    top: 0px;
}


.nav-div{
    display: grid;
    grid-template-columns: 112px 1fr auto auto;
    align-items: center;
    grid-gap: 25px;
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    padding: 16px;
    transform: translate(0px, 20px);
    background: #fff;
}
.logo-div{
    display: grid;
    justify-content: start;
}
.logo-div img{
    width: 100%;
    height: auto;
    pointer-events: all;
    cursor: pointer;
}

.cont-div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
	grid-gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.cont-div a{
    pointer-events: all;
    padding: 0px 0px 0px;
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #141414;
    transition: all 0.4s ease;
	position: relative;
}
.cont-div a::before{
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background: #364F6B;
	bottom: 0;
	left: 0;
	transition: all 0.4s ease;
}
.cont-div a:hover::before{
	width: 100%;
}
.cont-div a:hover{
    color: #364F6B;
	text-decoration: unset;
}
.phone-div a{
    pointer-events: all;
    padding: 0px 0px 0px;
    font-family: Evolventa;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #141414;
	position: relative;
}
.phone-div a::before{
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background: #364F6B;
	bottom: 0;
	left: 0;
	transition: all 0.4s ease;
}
.phone-div a:hover::before{
	width: 100%;
}
.phone-div a:hover{
    color: #364F6B;
	text-decoration: unset;
}



/* map */
.map.container-fluid {
    position: relative;
    width: 100%;
    height: 400px;
    padding: 0;
    background-image: url("../img/map.png");
    background-position: center center;
    background-size: cover;
}

.map.container-fluid::after{
    content: "Кликните для просмотра";
    width: max-content;
    height: auto;
    font-family: Evolventa;
    font-size: 24px;
    line-height: 159.69%;
    color: #000000;
    padding: 5px 30px;
    background: rgba(255, 255, 255, 0.651);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.active.map.container-fluid::after{
    display: none;
}
.promo{
    margin-top: 70px;
    padding-top: 0;
}
.promo-wrapper{
    height: 665px;
    position: relative;
    border-radius: 28px;
}
.promo-img{
    width: 100%;
    height: 100%;
    border-radius: 28px;
    object-fit: cover;
}
.promo-inner{
    position: absolute;
    top: 80px;
    left: 80px;
    width: 50%;
}
.promo-desc p{
    font-size: 20px;
    width: 85%;
}
.promo-desc span, .promo-desc strong{
    font-weight: 700;
}
.promo-svg{
    position: absolute;
    top: 130px;
    bottom: 0;
    margin: auto;
    right: 235px;
}
.promo-svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 6s ease-in-out forwards;
}
.promo-fl p{
    display: flex;
    width: 286px;
    grid-gap: 10px;
    align-items: center;
    margin-top: 35px;
}
.promo-fl span, .promo-fl strong{
    font-size: 36px;
    font-weight: 700;
}
.promo-title{
    margin-bottom: 35px;
    position: relative;
}
.stroke-anim{
    position: absolute;
    bottom: -10px;
    right: 65px;
}
.stroke-anim path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw 6s ease-in-out forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.promo-bottom{
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    position: absolute;
    bottom: -75px;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 70px 20px;
}
.promo-bottom-title{
    color: #364F6B;
    font-size: 24px;
    font-weight: 700;
}
.promo-bottom-desc p{
    font-size: 16px;
    color: #4D4D4D;
}
.findir-icon{
    background: #f5f5f5;
    border-radius: 12px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.findir-title{
    font-size: 24px;
    color: #364F6B;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 100%;
}
.findir-desc{
    font-size: 14px;
    color: #4D4D4D;
}
.findir-item{
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    background: #fff;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding: 30px;
}
.findir-inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}
.callback-wrapper{
    background: linear-gradient(180deg, #1C3D5A 0%, #123350 100%);
    border-radius: 28px;
}
.callback-inner{
    width: 50%;
    height: 100%;
    padding: 80px 0px 80px 80px;
}
.callback-title{
    line-height: 100%;
    color: #fff;
}
.callback-img{
    position: absolute;
    bottom: 0;
    width: auto;
    height: 510px;
    right: 0;
}
.callback-inner .button{
    margin-top: 30px;
}
.advans-item{
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    padding: 30px;
    background: #fff;
}
.advans-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-top: 20px;
}
.advans-title{
    color: #364F6B;
    font-weight: 700;
    font-size: 24px;
}
.advans-desc p{
    color: #1b1b1b;
}
.advans-bottom{
    background: url(../img/advans-bottom.jpg) center no-repeat;
    background-size: cover;
    padding: 35px;
    margin-top: 10px;
    border-radius: 28px;
    position: relative;
    overflow: hidden;
}
.advans-bottom p{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.advans-bottom::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(28, 61, 90, 0.9);
}
.revs-item{
    height: 480px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}
.revs-item::before{
	content: '';
	position: absolute;
	background: transparent;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
}
.revs-item:hover::before{
	background: rgba(54, 79, 107, 0.8);
}
.revs-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 70px;
	transition: all 0.4s ease;
}
.revs-item:hover .revs-btn{
	transform: scale(1.1);
}
.revs-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.rev-swiper{
    display: flex;
    grid-gap: 10px;
}
.swiper-button-prev, .swiper-button-next{
    background: #1C3D5A;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: unset;
    top: unset;
    margin-top: unset;
}
.swiper-button-prev svg, .swiper-button-next svg{
    width: 10px;
    height: 20px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}
.cases-item{
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.cases-item::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	top: 0;
	left: 0;
	transition: all 0.4s ease;
}
.cases-item:hover::before{
	background: rgba(54, 79, 107, 0.6);
}
.cases-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cases-wrapper{
    background: linear-gradient(180deg, #1C3D5A 0%, #123350 100%);
    border-radius: 28px;
    padding: 30px;
}
.cases-title{
    color: #fff;
}
.cases-inner{
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    margin-top: 20px;
}
.cases-item-title{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.cases-link{
    width: 40px;
    height: 40px;
    background-color: #1C3D5A;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.4s ease;
}
.cases-link svg{
	transition: all 0.4s ease;
}
.cases-item:hover .cases-link svg{
	transform: translate(4px, -3px);
}
.cases-con{
    display: flex;
    flex-direction: column;
	grid-gap: 20px;
    position: absolute;
    top: 20px;
	transform: translate(0px, 48px);
    left: 0;
    padding: 0px 20px;
    width: 100%;
	transition: all 0.4s ease;
}
.cases-head{
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
	cursor: pointer;
	padding: 77px 0px 0px;
}
.cases-item.active{
    height: 575px;
}
.cases-item.active .cases-head{
	padding: 20px 0px;
}
.cases-item.active::before{
	background: rgba(54, 79, 107, 0.6);
}
.cases-item.active .cases-link{
	transform: rotatex(180deg);
}
.cases-item.active .cases-con{
	transform: translate(0px, 0px);
}
.cases-desc{
	display: none;
}
.about-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.about-img{
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    width: 100%;
    height: 420px;
    overflow: hidden;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-desc p{
    color: #1b1b1b;
}
.about-con{
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    background-color: #fff;
    padding: 35px;
}
.about-team{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
    margin-top: 15px;
}
.about-team-item{
    width: 100%;
    height: 540px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid #1C3D5A;
}
.about-team-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-team-con{
    background: rgba(0, 0, 0, 0.2);
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.about-team-title{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 0;
}
.prods-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.prods-item{
    border: 1px solid #1C3D5A;
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 28px;
	transition: all 0.4s ease;
}
.prods-item:hover{
	background: #1C3D5A;
	border-color: #fff;
}
.prods-item::after{
    content: '';
    position: absolute;
    width: 117px;
    height: 134px;
    background: url(../img/prod-back.png) center no-repeat;
    bottom: -10px;
    right: -1px;
    background-size: contain;
}
.prods-title{
    color: #364F6B;
    font-size: 24px;
    font-weight: 700;
	transition: all 0.4s ease;
}
.prods-item:hover .prods-title{
	color: #fff;
}
.prods-link{
    color: #1b1b1b !important;
    font-size: 16px;
    font-family: Evolventa;
    font-weight: 400;
	transition: all 0.4s ease;
	cursor: pointer;
}
.prods-item:hover .prods-link{
	color: #fff !important;
	text-decoration: underline;
}
.clients-item{
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    background: #fff;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 20px;
}
.clients-item img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
	border-radius: 14px;
}
.clients-swiper{
    display: flex;
    grid-gap: 10px;
}
.contacts-header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
}
.contacts-header-item{
    font-size: 16px;
    color: #1b1b1b;
}
.contacts-header-item a{
    color: #1b1b1b;
}
.soc-div{
    display: flex;
    grid-gap: 15px;
}
.soc-div a{
	transition: all 0.4s ease;
}
.soc-div a:hover{
	transform: scale(1.1);
}
.contacts-form{
    border: 1px solid #1C3D5A;
    border-radius: 28px;
    background-color: #fff;
    padding: 35px;
    width: fit-content;
    margin: 80px auto auto;
}
.contacts-form-title{
    color: #364F6B;
    font-size: 24px;
    font-weight: 700;
    width: 90%;
    text-align: center;
    margin: auto;
}
.contacts-form-desc{
    width: 85%;
    text-align: center;
    margin: auto;
}
.contacts-form-desc p{
    color: #1b1b1b;
}
input{
    background-color: #f5f5f5;
    border-radius: 16px;
    padding: 24px;
    color: #2b2b2b;
    font-size: 16px;
    font-family: Evolventa;
    font-weight: 400;
    border: unset;
	width: 100%;
}
input::placeholder{
    color: #2b2b2b;
    font-size: 16px;
    font-family: Evolventa;
    font-weight: 400;
}
.contacts-form form{
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
}
.contacts-form form button{
    width: 100%;
}
footer{
    background: #141414;
}
.foot-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0px 0px;
}
.foot-logo img{
    width: 200px;
    height: auto;
}
.foot-nav{
    display: flex;
    grid-gap: 30px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.foot-nav a{
    color: #fff;
	position: relative;
}
.foot-nav a:hover{
	text-decoration: unset;
}
.foot-nav a::before{
	content: '';
	position: absolute;
	width: 0%;
	height: 1px;
	background: #fff;
	transition: all 0.4s ease;
	bottom: 0;
	left: 0;
}
.foot-nav a:hover::before{
	width: 100%;
}
.foot-end{
    border-top: 1px solid #555555;
    padding: 30px 0px;
    margin: 35px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foot-end a{
    color: #fff;
    font-size: 16px;
	position: relative;
}
.foot-end a:hover{
	text-decoration: unset;
}
.foot-end a::before{
	content: '';
	position: absolute;
	background: #fff;
	width: 0%;
	height: 1px;
	transition: all 0.4s ease;
	bottom: 0;
	left: 0;
}
.foot-end a:hover::before{
	width: 100%;
}
.foot-end p{
    color: #fff;
    margin-bottom: 0;
}
#callback .modal-dialog{
	max-width: max-content;
}
#callback .modal-content{
	border-radius: 28px;
}
#callback .modal-header{
	position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    border: unset;
}
#callback .close svg{
	width: 18px;
	height: 18px;
}
#callback .modal-body{
	padding: 0;
	border-radius: 28px;
}
#callback .contacts-form{
	margin: 0;
}
section:has(.thanks-wrapper){
	padding-top: 110px;
}
.thanks-wrapper{
	background: linear-gradient(180deg, #1C3D5A 0%, #123350 100%);
    border-radius: 28px;
    padding: 80px;
}
.thanks-inner{
	display: flex;
	flex-direction: column;
	grid-gap: 10px;
}
.wpcf7 form .wpcf7-response-output{
	display: none;
}
.whatsapp-widjet{
	position:fixed;
	bottom:25px;
	right:25px;
	border:1px solid #25D366;
	width:60px;
	height:60px;
	border-radius:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:140;
	transition:all .5s ease;
	background:#25D366;
	cursor:pointer;
}
.whatsapp-widjet-icon{
	width:60px;
	height:60px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:10;
}
.whatsapp-widjet-icon svg{
	fill:#fff;
	width:30px;
	height:30px;
}
.whatsapp-widjet-circle-left{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	left:0;
}
.whatsapp-widjet-circle-left{
	border:1px solid #25D366;
	position:absolute;
	top:-7px;
	bottom:0;
	left:-7px;
	right:0;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-left 4s both linear infinite;
	-moz-animation:pie-left 4s both linear infinite;
	-ms-animation:pie-left 4s both linear infinite;
	-o-animation:pie-left 4s both linear infinite;
	animation:pie-left 4s both linear infinite;
}
.whatsapp-widjet-circle-right{
	position:absolute;
	width:50%;
	top:0;
	bottom:0;
	overflow:hidden;
	right:0;
}
.whatsapp-widjet-circle-right{
	border:1px solid transparent;
	position:absolute;
	top:-7px;
	bottom:0;
	left:0;
	right:-7px;
	background-clip:padding-box;
	width:36px;
	height:72px;
	border-radius:76px 0 0 76px;
	border-right:none;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transform-origin:100% 50%;
	-moz-transform-origin:100% 50%;
	-ms-transform-origin:100% 50%;
	-o-transform-origin:100% 50%;
	transform-origin:100% 50%;
	-webkit-animation:pie-right 4s both linear infinite;
	-moz-animation:pie-right 4s both linear infinite;
	-ms-animation:pie-right 4s both linear infinite;
	-o-animation:pie-right 4s both linear infinite;
	animation:pie-right 4s both linear infinite;
}
@keyframes pie-left{
	0%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg);
	}
	10%{
		-webkit-transform:rotate(-180deg);
		-moz-transform:rotate(-180deg);
		-ms-transform:rotate(-180deg);
		-o-transform:rotate(-180deg);
		transform:rotate(-180deg);
	}
	20%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0);
	}
	30%{
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
		-ms-transform:rotate(0);
		-o-transform:rotate(0);
		transform:rotate(0);
	}
	40%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	50%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
	}
}
.promo-img-mob{
	display: none;
}
.m-tog-menu{
	display: none;
}
.m-tog{
	display: none;
}
.about-team-slider{
	display: none;
}
.team-swiper{
	display: none;
}
.prod-modal .modal-content{
	border-radius: 28px;
}
.prod-modal .modal-header{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 0;
    z-index: 1;
    border-bottom: unset;
}
.prod-modal .modal-body{
	padding: 0;
}
.prod-modal .contacts-form{
	margin-top: 0;
    padding: 60px 35px 35px;
}
.prod-modal .contacts-form-desc{
	margin-top: 20px;
}