/*! sprite style */
/*
  SASS variables are information about icon's compiled state, stored under its original file name

  .icon-home
    width: $icon-home-width

  The large array-like variables contain all information about a single icon
  $icon-home: x y offset_x offset_y width height total_width total_height image_path

  At the bottom of this section, we provide information about the spritesheet itself
  $spritesheet: width height image $spritesheet-sprites
  */
/*
  The provided mixins are intended to be used with the array-like variables

  .icon-home
    @include sprite-width($icon-home)

  .icon-email
    @include sprite($icon-email)

  Example usage in HTML:
    `display: block` sprite:
    <div class="icon-home"></div>

  To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class: */
/*
  The `sprites` mixin generates identical output to the CSS template
    but can be overridden inside of SASS

  @include sprites($spritesheet-sprites)
  */
  
  

.docs-send_popup-checkbox {
	position: relative;
	margin-bottom: 0;
	margin-top: 0px
}

.docs-send_popup-checkbox-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden
}

.docs-send_popup-checkbox-input:checked+.docs-send_popup-checkbox-text:before {
	background-color: #689f1a;
	border-color: transparent
}

.docs-send_popup-checkbox-input:checked+.docs-send_popup-checkbox-text:after {
	opacity: 1
}

.docs-send_popup-checkbox-text {
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	padding-left: 35px;
	display: block;
	color:#000;
}

.docs-send_popup-checkbox-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	border: solid 1px rgba(120, 120, 120, .5);
	background:#fff;
}

.docs-send_popup-checkbox-text::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 6px;
	width: 10px;
	height: 7px;
	background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='8'%3E%3Cdefs%3E%3Cpath id='rml4a' d='M790.193 698.28l3.605 3.439 6.009-5.731 1.201 1.146-7.21 6.877-4.807-4.584z'/%3E%3C/defs%3E%3Cuse fill='%23fff' xlink:href='%23rml4a' transform='translate(-789 -696)'/%3E%3C/svg%3E") center/contain no-repeat;
	opacity: 0
}


form button:disabled {
      background: unset;
}


form button:disabled  span {
  
      background: rgba(120, 120, 120, .7);
	background-image:unset;
    cursor: auto;
  
}





form button:disabled  span:hover {
    background-color: rgba(120, 120, 120, .7);
	background-image:unset;
    cursor: auto;
}


.docs-send_popup-checkbox {
	
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	display:table;
}

.seven .docs-send_popup-checkbox {
	margin-top:10px;
	margin-bottom:0;
}

.seven .docs-send_popup-checkbox-text {
	color:#fff;
}

.seven .docs-send_popup-checkbox-text::before {

    border: solid 1px #fff;
}


  
  
  
  
  
  
  
  
.subtitle {
    display: table;
    font-family: pfdindisplaypro-reg;
    font-size: 18px;
    line-height: 21px;
    color: #192038;
    background: #fff;
    background: #FFFFFF;
    border-radius: 100px;
    padding: 15px 25px 15px 65px;
    background: url(../img/ico/gift.svg) #fff 15px center no-repeat;
}

.subtitle span {
    color: red;
}

.icon {
    display: inline-block;
    background-image: url(../img/sprite.png);
}

.phone_ico {
    background-position: -486px -297px;
    width: 16px;
    height: 18px;
}

.ok_ico {
    background-position: -445px -245px;
    width: 27px;
    height: 27px;
}

.form_usr {
    background-position: -445px -340px;
    width: 14px;
    height: 18px;
}

.form_phone {
    background-position: -445px -297px;
    width: 16px;
    height: 18px;
}

.work_ico1 {
    background-image: url(../img/aw1.png);
    
}

.work_ico2 {
     background-image: url(../img/aw2.png);
}

.work_ico3 {
     background-image: url(../img/aw3.png);
}

.work_ico4 {
     background-image: url(../img/aw4.png);
}



.sert_ico {
    background-position: 0px 0px;
    width: 89px;
    height: 88px;
}

.how_work1 {
    background-position: -343px 0px;
    width: 77px;
    height: 60px;
}

.how_work2 {
    background-position: -182px -329px;
    width: 77px;
    height: 46px;
}

.how_work3 {
    background-position: -343px -85px;
    width: 59px;
    height: 74px;
}

.how_work4 {
    background-position: 0px -222px;
    width: 76px;
    height: 82px;
}

.how_work5 {
    background-position: -445px -166px;
    width: 60px;
    height: 54px;
}

.how_work6 {
    background-position: -202px -222px;
    width: 71px;
    height: 71px;
}

.how_work8 {
    background-position: -445px -82px;
    width: 58px;
    height: 59px;
}

.answ {
    background-position: -114px 0px;
    width: 84px;
    height: 84px;
}

.quest {
    background-position: 0px -113px;
    width: 84px;
    height: 84px;
}

.mail_ico {
    background-position: -484px -340px;
    width: 18px;
    height: 12px;
}

/*! sprite style end*/
/*!font style*/
@font-face {
    font-family: PFDinDisplayPro-light;
    src: url(../font/pfdindisplaypro-light.ttf);
    font-display: swap;
}

@font-face {
    font-family: pfdindisplaypro-reg;
    src: url(../font/pfdindisplaypro-reg.ttf);
    font-display: swap;
}

@font-face {
    font-family: pfdindisplaypro-bold;
    src: url(../font/pfdindisplaypro-bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: pfdindisplaypro-black;
    src: url(../font/pfdindisplaypro-black.ttf);
    font-display: swap;
}

body {
    padding-top: 101px;
    font-size: 19px;
    font-family: PFDinDisplayPro-light;
}

h1 {
    font-size: 40px;
    font-family: pfdindisplaypro-bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 1.3;
    margin-bottom: 20px;
}

h1 span {
    color: #cc74ff;
}

h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: #5a5a5a;
    margin: 0;
    position: relative;
    text-align: center;
    font-weight: normal;
}

h2 span {
    color: #572c4c;
    font-family: pfdindisplaypro-bold;
}

h2::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    background: url(../img/h2_bg.png);
    width: 190px;
    height: 16px;
}

.work_with_us {
    padding-top: 100px;
}

/*!font style end*/
/*!custom style*/
.main_wrapper {
    max-width: 1920px;
    margin: auto;
}

a:hover,
input:hover,
button:hover {
    outline: none;
    text-decoration: none;
}

a:focus,
input:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

a:active,
input:active,
button:active {
    outline: none;
    text-decoration: none;
}

.btn {
    font-size: 18px;
    width: 98%;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: transparent;
    background: url(../img/but.png) no-repeat;
    background-position: left top;
    padding: 0;
    text-align: center;
}

.btn span {
    display: inline-block;
    background: url(../img/but.png) no-repeat;
    line-height: 53px;
    width: 100%;
    background-position: right top;
    position: relative;
    left: 6px;
}

.btn:hover {
    background-position: 0 -53px;
}

.btn:hover span {
    background-position: right -53px;
}

.btn:active {
    background-position: 0 -106px;
}

.btn:active span {
    background-position: right -106px;
}

/*!============================== */
.container {
    max-width: 1110px;
    max-width: none !important;
}

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

/*!=================================*/
/*!============ HEADER =============*/
/*!=================================*/
header, .phone-mob-wrapper {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 0, 0);
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .15);
}

header {
    padding: 24px 0 10px 0; 
}

.phone-mob-wrapper {
    padding: 16px;

    display: none;
    flex-flow: wrap;
    justify-content: center;
}

.logo {
    float: left;
}

.logo img {
    float: left;
    margin-right: 28px;
}

.logo .logo_text {
    float: left;
}

.logo .logo_text .link {
    font-size: 20px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-bold;
    line-height: 22px;
}

.logo .logo_text p {
    max-width: 300px;
    font-size: 17px;
    font-family: pfdindisplaypro-reg;
    margin: 0;
    line-height: 20px;
}

.main_info {
    float: right;
    text-align: right;
    font-size: 16px;
    font-family: pfdindisplaypro-reg;
}

.main_info .phone, .phone-mob {
    font-size: 27px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-black;
    line-height: 27px;
    margin-bottom: 5px;
}

.phone-mob {
    margin-bottom: 0;
}

.main_info .phone a, .phone-mob a {
    color: #3b3553;
}

.main_info .popup_link {
    color: #561981;
    font-size: 18px;
}

.main_info .popup_link a {
    color: inherit;
    border-bottom: 1px dashed;
}


/*!=================================*/
/*!========= main_block ============*/
/*!=================================*/
.main_block {
    background: url(../img/head.jpg) no-repeat center top;
    padding: 50px 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.option {
    margin-top: 30px;
    margin-left: 20px;
}

.option li {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
}

.option li span {
    margin-right: 15px;
    vertical-align: middle;
}

.main_block_kinds {
    margin-top: 50px;
    margin-bottom: 64px;
}

.main_block_kinds li {
    display: inline-block;
    background: url(../img/kind_bg.png) no-repeat center top;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    line-height: 95px;
    vertical-align: middle;
    text-align: center;
    width: 125px;
}

.main_block_kinds li:not(:last-child) {
    margin-right: 15px;
}

.main_form {
    position: relative;
    border-radius: 5px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 40px 27px;
}

.main_form .form_name {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-bold;
}

.main_form .form_des {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}

.main_form ul {
    margin-top: 20px;
}

.main_form li {
    position: relative;
}

.main_form li span {
    position: absolute;
    left: 17px;
    top: 17px;
}

.main_form li:not(:last-child) {
    margin-bottom: 15px;
}

.main_form li:last-child {
    margin-bottom: 20px;
}

.main_form li input {
    height: 48px;
    width: 100%;
    border: none;
    padding-left: 45px;
    background-color: #e5e5e5;
    border-radius: 8px;
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.main_form li input:focus {
    box-shadow: none;
}

.main_form .form_police {
    color: #9c9c9c;
    font-size: 14px;
    font-family: pfdindisplaypro-reg;
    text-align: center;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.main_form input.error,
.main_form input.error:focus {
    box-shadow: 0 0 0 2px #ff0000;
}

.main_form input.valid,
.main_form input.valid:focus {
    box-shadow: 0 0 0 2px #2DAFA0;
}

.main_form .loader-bm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 2552, 255, .8);
    text-align: center;
    padding-top: 70%;
}

.work_with_us {
    background: url(../img/bg2.jpg) no-repeat center top;
    padding-bottom: 60px;
    background-size: cover;
}

.work_with_us .row:first-child {
    margin-bottom: 50px;
}

.work_with_us {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-reg;
}

.work_with_us h2 {
    margin-bottom: 70px;
}

.work_with_us .item {
    width: 161px;
    height: 161px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid black;
    padding: 14px;
    margin: 0 auto 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

.work_with_us .item::before {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
    background: url(../img/item_ico.png);
}

.work_with_us .item:hover {
    
}

.work_with_us .item .icon_wrap {
    text-align: center;
    background-color: #e3e3e3;
    border-radius: 10px;
    line-height: 130px;
}

.work_with_us .item .icon_wrap span {
    vertical-align: middle;
}

.where_use {
    padding-bottom: 20px;
    padding-top: 100px;
}

.where_use h2 {
    margin-bottom: 70px;
}

.where_use_item_wrap {
    padding-bottom: 50px;
    box-shadow: 0 4px 0 #e4d2f0, 0px 0 14px 3px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    margin-bottom: 50px;
}

.where_use_item_wrap::before,
.where_use_item_wrap::after {
    content: '';
    display: block;
    width: 189px;
    height: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.where_use_item_wrap::before {
    background: url(../img/where_use_top.png) no-repeat;
    top: -1px;
}

.where_use_item_wrap::after {
    background: url(../img/where_use_bottom.png) no-repeat;
    bottom: -1px;
}

.where_use_item_wrap .where_use_item {
    margin: auto;
    width: 286px;
    padding-top: 55px;
}

.where_use_item_wrap .img_wrap {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
    width: 286px;
    /*    height: 212px; */
}

.where_use_item_wrap .name {
    font-size: 18px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-bold;
    text-align: center;
    height: 50px;
    margin-bottom: 40px;
}

.where_use_item_wrap .where_use_but a {
    color: #fff;
}

.know_more {
    padding-top: 70px;
    background: url(../img/bg3.jpg) no-repeat center top;
    background-size: cover;
}

.know_more h2 {
    color: #fff;
    font-family: pfdindisplaypro-bold;
}

.know_more h2 span {
    color: #cc74ff;
}

.know_more h2::before {
    content: '';
    display: none;
}

.know_more .sub_title {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    max-width: 512px;
    margin: auto;
    text-align: center;
}

.know_more .sub_title span {
    font-family: pfdindisplaypro-black;
}

.know_more .main_form {
    margin-top: 40px;
    margin-bottom: 70px;
}

.produce {
    background: url(../img/bg4.jpg) no-repeat center top;
    padding-top: 100px;
    padding-bottom: 75px;
    background-size: cover;
}

.produce h2 {
    margin-bottom: 70px;
}

.produce .produce_item_wrap {
     max-width: 330px;
	width:100%;
    margin: 0 auto 35px;
	
}

.produce .produce_item_wrap2 {
	max-width: 700px;
}

.produce_item_wrap2 .produce_img {
	float:left;
	width:60%;
	
}

.produce_item_wrap2  .produce_desc {
	float:left;
	padding-left:30px;
	width:40%;
}




.produce2 .produce_item_wrap {
   
}

.produce .produce_name {
    font-size: 21px;
    font-family: pfdindisplaypro-reg;
    font-weight: 700;
	text-transform:uppercase;
    text-align: center;
}

.produce .produce_name span{
    font-size: 16px;
	text-transform:none;

}



.produce .produce_img {
    padding: 5px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	margin-bottom:20px;
}

.produce .produce_img img {
    display: block;
    margin: auto;
    border-radius: 2px;
	max-width:100%;
}

.produce .produce_img::before,
.produce .produce_img::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}





.produce .produce_desc {
    font-size: 23px;
    text-align: center;
   
    margin-top: 15px;
    margin-bottom: 30px;
}


.produce .produce_desc ul{

list-style-type: square;

padding-left: 40px;

}

.produce .produce_desc ul li{

padding-left: 0;

}



.produce2 .produce_desc {
    text-align:left;
	
    font-size: 18px;
    font-family: PFDinDisplayPro-light;
    margin-top: 30px;
    margin-bottom: 15px;
}
.produce2 {
background: url(../img/bg5.jpg) no-repeat center top;
    background-size: cover;
}

.new-prod {

	margin-top:150px;

}
.new-produce_desc {
	min-height:114px;
	border-radius: 15px;
    border: 1px solid black;
    padding: 14px;
	font-size: 20px;
    font-family: pfdindisplaypro-reg;
}

.produce .produce_but a {
    color: #fff;
}

.advantages {
    background: url(../img/bg5.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 70px;
}

.advantages h2 {
    margin-bottom: 70px;
}

.advantages li:not(:last-child) {
    margin-bottom: 40px;
}

.advantages .ico_wrap {
    color: #958f8f;
    display: inline-block;
    width: 125px;
    height: 125px;
    background: url(../img/asvantages_ico.png) no-repeat;
    font-size: 36px;
    font-family: pfdindisplaypro-black;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding-top: 35px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.advantages .ico_wrap:hover {
    background: url(../img/advantages_ico_hover.png);
    color: #572c4c;
}


.adv_tit {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
}


.advantages .adv_text {
    display: inline-block;

    font-size: 21px;
    vertical-align: middle;
}

.sertificat {
    background: url(../img/bg6.jpg) no-repeat center top;
    padding-top: 100px;
    padding-bottom: 20px;
    background-size: cover;
}

.sertificat h2 {
    margin-bottom: 50px;
}

.sertificat .img_wrap {
    height: auto;
    position: relative;
}

.sertificat .img_wrap:hover .sert_popup {
    display: block;
}

.sertificat .img_wrap .sert_popup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(87, 44, 76, 0.5);
}

.sertificat .img_wrap .sert_popup a {
    display: block;
    width: 100%;
    height: 100%;
}

.sertificat .img_wrap .sert_popup span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.price {
    background: url(../img/bg7.jpg) no-repeat center top;
    padding-top: 70px;
    padding-bottom: 80px;
    background-size: cover;
}

.price h2 {
    color: #fff;
    font-family: pfdindisplaypro-bold;
    margin-bottom: 40px;
}

.price h2 span {
    color: #cc74ff;
}

.price h2::before {
    content: '';
    display: none;
}

.price .main_form .form_des {
    font-size: 16px;
}

.how_work .item_number {
    position: absolute;
    color: #958f8f;
    font-family: pfdindisplaypro-black;
    font-size: 36px;
    top: 10px;
    left: 18px;
}

.how_work .item {
    position: relative;
}

.how_work .item::before {
    left: 0;
    right: -161px;
    margin: auto;
    bottom: 71px;
    background: url(../img/how_ico.png) no-repeat;
}

.how_work .item::after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 69px;
    left: -10px;
    background: url(../img/how_ico2.png) no-repeat;
}

.how_work .none_before::before {
    content: '';
    display: none;
}

.how_work .none_after::after {
    content: '';
    display: none;
}

.how_work .row .col-xs-3 {
    position: relative;
}

.how_work .row .col-xs-3:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    border-top: 1px dashed #000;
    right: -51px;
    top: 79px;
}

.answer {
    padding-top: 100px;
    padding-bottom: 70px;
}

.answer h2 {
    margin-bottom: 70px;
}

.answer li {
    box-shadow: 0 4px 0 #e4d2f0, 0px 0 14px 3px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.answer li:not(:last-child) {
    margin-bottom: 30px;
}

.answer li::before {
    content: '';
    display: block;
    width: 235px;
    height: 15px;
    background: url(../img/answ_img.png) no-repeat;
    position: absolute;
    top: 0px;
    right: 20px;
}

.answer .ans_ico_wrap,
.answer .ans_text {
    float: left;
}

.answer .ans_ico_wrap {
    margin-right: 30px;
}

.answer .questions .ans_text {
    margin-top: 25px;
    padding-bottom: 35px;
    font-size: 26px;
    font-family: pfdindisplaypro-reg;
    border-bottom: 1px solid #c2c1ca;
}

.answer .ans_text {
    margin-top: 0;
    width: calc(100% - 140px);
    font-size: 19px;
}

.answer .answer_text {
    margin-top: 10px;
	display: flex;
    align-items: center;
}

.result {
    background: url(../img/bg9.jpg) no-repeat center top;
    padding-bottom: 80px;
    background-size: cover;
}

.result .result_name {
    font-size: 36px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-black;
    color: #fff;
    margin-bottom: 50px;
    margin-top: 130px;
}

.result .option {
    margin: 0;
}

.result .main_form {
    margin-top: 80px;
}

.result .main_form textarea {
    height: 130px;
    width: 100%;
    border: none;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #e5e5e5;
    border-radius: 8px;
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    resize: none;
    outline: none;
}

.result .main_form textarea:focus {
    box-shadow: none;
}

.map {
    width: 100%;
    height: 550px;
}





/*
.where_use_item_wrap .img_wrap_sert{
  height: 330px;
}
*/
.where_use_item_wrap .img_wrap_sert img {
    width: 286px;
    height: 405px;
    object-fit: cover;
    margin: auto;
    display: block;
}





footer {
    padding: 30px 0;
    position: relative;
}

footer .foot_center {
    font-size: 20px;
    margin-left: 40px;
    text-transform: uppercase;
}

footer .foot_center p {
    margin: 0;
}

footer .mail {
    margin-top: 10px;
}

footer .mail a {
    color: inherit;
    font-size: 22px;
    text-transform: lowercase;
}

footer .mail a:hover {
    color: #561981
}

.senks_content {
    height:100vh;
    background: url(../img/senk_bg.jpg) no-repeat center top;
    background-size: cover;
}

.senks_content .senk_title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-black;
    margin-top: 80px;
}

.senks_content .senk_title div {
    color: #cc74ff;
}

.senks_content .senk_sub_title {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    color: #fff;
    margin-top: 47px;
}

.senks_content .senk_buton {
    width: 286px;
    margin: 75px auto 0;
    box-shadow: 0 0 0 25px rgba(97, 85, 116, 0.5);
    border-radius: 10px;
}

.senks_content .senk_buton a {
    color: #fff;
}

.mfp-inline-holder .mfp-content {
    width: 350px;
    margin: auto;
}

#popup_close .form_des {
    margin-bottom: 35px;
}



.free_deliver {
    padding-top: 65px;
    min-height: auto;
    padding-bottom: 83px;
    background-image: url(../img/fbg.jpg);

    background-size: cover;
}

.btn-wrap__custom {
    margin-top: 40px;
    max-width: 700px;
    margin: auto;
    padding-top: 35px;
	padding-bottom: 35px;
    position: relative;
    min-height: 100px;
    border: 4px solid rgb(255, 180, 0);
    text-align: center;
}


.form-title {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
	font-family: pfdindisplaypro-black;
}

.form-title a{
    color: #428bca;
   font-weight:bold;
   white-space:nowrap;
   font-weight:bold;
}

.under-title {
    color: #fff;
    font-size: 20px;
}


.f-btn {
    position: relative;
    top: 27px;
    width: 280px;
    margin-left: -7px;
}

.f-btn:hover {
    color: #fff;
}

.f-btn:focus {
    color: #fff;
}





.head_center {
    float: left;
    margin-left: 150px;
    margin-top: 4px;
    font-size: 20px;
    border-left: 2px solid #8d3056;
    border-right: 2px solid #8d3056;
    padding: 0 13px;
    height: 33px;
    line-height: 33px;
    position: relative;
}

.head_center:before {
    content: '';
    border-top: 2px solid #8d3056;
    border-bottom: 2px solid #8d3056;
    height: 33px;
    position: absolute;
    width: 20px;
    top: 0;
    left: 0;
}


.head_center:after {
    content: '';
    border-top: 2px solid #8d3056;
    border-bottom: 2px solid #8d3056;
    height: 33px;
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
}


.advantages-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages-list li{
    width: 33%;
    padding: 0 15px;
    text-align: center
}

.bord {
    font-size: 36px;
    text-transform: uppercase;
    font-family: pfdindisplaypro-black;
    color: #fff;
    border: 4px solid rgb(255, 180, 0);
    display: table;
    margin: 50px auto 0;
    padding: 10px 20px;
    text-align: center;
}

.bord a {
    white-space: nowrap;
}

/*!custom style end*/
/*!media style import*/
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

.main_block .col-md-7 {
margin-bottom:35px;
}

h1 {
    font-size: 33px;
    text-align:center;
}

h2 {
    font-size: 30px;

}

.result .result_name {
    font-size: 33px;
    margin-bottom: 60px;
    margin-top: 40px;
	text-align:center;

}

.new-produce_desc {
    min-height: unset;
}

.advantages h2 {
    margin-bottom: 40px;
}

.produce h2 {
    margin-bottom: 40px;
}

.work_with_us {
    padding-bottom: 0;
}

.new-prod {
    margin-top: 70px;
}


.btn-wrap__custom {

    padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 9px;
	padding-right: 9px;
    min-height: unset;

}

.answer .ans_ico_wrap {
    margin-top: 30px;
}

.option li {
    font-size: 24px;
    line-height: 28px;
}

.option li {
    margin-bottom: 10px;
}

	.work_with_us .col-md-3 {
	   margin-bottom:35px;
   }

   .work_with_us .item {

    padding: 14px;
    margin: 0 auto 25px;
}


   .advantages-list {
	   flex-wrap:wrap;
	   }

   .advantages-list li {
    width: 100%;
    margin-bottom:20px;
}

   .new-produce_desc {
	  margin-bottom:10px;
   }

   .produce_item_wrap {
	   padding-bottom:50px;
   }

   .logo {
    float: none;
	width: 100%;
	margin-bottom:15px;
	text-align:center;
}

.logo img {
    float: none;
	display:table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:5px;
}

.logo .logo_text {
    float: none;
}

.logo .logo_text p {
	max-width:unset;
}

	.head_center {
    float: none;
	display:table;
    margin-left: auto;
	margin-right: auto;
    margin-top: 0;
    font-size: 20px;
    height: auto;
	margin-bottom:15px;

}

	.main_info {
    float: none;
    text-align: center;

}

body {
    padding-top: 59px;
}

header {
    position: static;
}

header .phone {
    display: none;
}

.phone-mob-wrapper {
    display: flex;
}

.subtitle {
    margin: 0 auto;
}

.bord {
    padding: 0;
}

.produce3 {
    padding-top: 0;
}

}



.bord2 {
	font-size: 26px;
    font-family: pfdindisplaypro-black;
	border: 4px solid rgb(255, 180, 0);
    display: table;
    margin: 30px auto 0;
    padding: 10px 20px;
	text-align:center;
}


.table {background: url(../img/bg2.jpg) no-repeat center top;
    padding: 80px 0 70px;
    background-size: cover;
	}


table {
font-size: 22px;
border-spacing: 0;
text-align: center;
margin:40px auto 0;
}
th {
background: #0683dd;
padding: 10px 40px;
color:#fff;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: #000;
}
th:first-child, td:first-child {
text-align: left;
}
th:first-child {

}
th:last-child {

border-right: none;
}
td {
padding: 10px 40px;
background:#D8E6F3;
}

tr td:last-child {
border-right: none;
}


.produce2 .reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.produce3 .reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reason__list li {
    width: 33%;
    text-align: center;
}


.produce3 .reason__list li {
    width: 25%;
    text-align: center;
}


.reason__list.first {
    margin-bottom:40px;
}



.reason__img {
    margin:auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}


.produce3 .reason__img {

    width: 88px;
    height: 88px;
   
}

.reason__text {
    font-size: 21px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
   
}

.produce3 .reason__text {
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
   
} 


.ff {
	margin-bottom:30px;
}


/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	
	.produce_item_wrap2 .produce_img {
	float:none;
	width:100%;
	
}

.produce_item_wrap2  .produce_desc {
	float:none;
	padding-left:0;
	width:100%;
}
	
	
.produce3 .reason__list li {
    width: 100%;
    text-align: center;
}
	
	
	
	.ff {
	margin-bottom:0;
}

	
	
	.reason__list {
		flex-wrap:wrap;
	}
	
	
	.reason__img {
    float: none;
    margin: auto;
}
	
	
	.reason__text {
    text-align: center;
    margin-top: 15px;
    margin-left: 0;
}


.reason__list.first {
    margin-bottom:0;
}


.reason__list li {
    width: 100%;
    text-align: center;
	margin-bottom:30px;
}
	
	
	.produce .produce_item_wrap {
    width: 286px;
   
	
}



    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    /**/
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    /**/
}
