.form-section .mtn-buttons{display:flex;flex-wrap:wrap;margin:40px 0}.form-section .mtn-buttons .mtn-btn.yellow-outline{width:320px;max-width:100%;color:var(--White)}.form-section .mtn-buttons .mtn-btn.yellow-outline svg circle{stroke:var(--White);transition:.5s}.form-section .mtn-buttons .mtn-btn.yellow-outline:hover{color:var(--Raven)}.form-section .mtn-buttons .mtn-btn.yellow-outline:hover svg circle{stroke:var(--Raven)}.form-section .mtn-buttons .mtn-btn.yellow-outline.edit-btn{color:var(--Sunshine)}.form-section .bg-img-form{position:relative;background:#202020;border-radius:24px}.form-section .bg-img-form::before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:auto;background-image:url(/wp-content/themes/mtn_personal/assets/images/form-bg-img.webp);background-position:left;background-repeat:no-repeat;border-radius:24px}.form-section .bg-img-form::after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);border-radius:24px}.form-section .bg-img-form .supper-app-form{position:relative;padding:80px 32px;width:100%;max-width:992px;z-index:1;margin:auto}.form-section .bg-img-form .supper-app-form .main-content h1,.form-section .bg-img-form .supper-app-form .main-content h2,.form-section .bg-img-form .supper-app-form .main-content h3,.form-section .bg-img-form .supper-app-form .main-content h4,.form-section .bg-img-form .supper-app-form .main-content h5,.form-section .bg-img-form .supper-app-form .main-content h6,.form-section .bg-img-form .supper-app-form .main-content li,.form-section .bg-img-form .supper-app-form .main-content p{color:#fff}.form-section .bg-img-form .supper-app-form .main-content h2{text-align:center;color:#fff;font-size:32px;line-height:48px}.form-section .bg-img-form .supper-app-form .main-content p{text-align:center;color:#fff}.form-section .bg-img-form .supper-app-form .button-wrapper{display:flex;justify-content:center;margin:32px 0 0 0;gap:8px}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn{width:248px !important;max-width:100%}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn{background-color:rgba(0,0,0,0);border:1px solid var(--Sunshine);color:var(--Sunshine)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn .btn-icon svg path{fill:#202020}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn .btn-icon svg:hover path{fill:var(--outline-hover-tex)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn:hover{background-color:var(--yellow-hover);color:var(--outline-hover-text)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn[disabled]{border:1px solid var(--Neutral);color:var(--Neutral)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn[disabled] .btn-icon svg path{fill:var(--Neutral)}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn.yellow-outline.edit-btn:focus:not(:active)::before{content:"";position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;background:rgba(0,0,0,0);border:2px solid var(--Sunshine_Dark);border-radius:40px}@media(max-width: 768px){.form-section .bg-img-form .supper-app-form .main-content h2{font-size:24px;line-height:38px}.form-section .mtn-buttons{display:flex;flex-wrap:wrap;margin:32px 0}.form-section .mtn-buttons .mtn-btn{justify-content:center}.form-section .mtn-buttons .mtn-btn.yellow-outline{width:100%;margin:16px 0 0 0}.form-section .mtn-buttons .mtn-btn.yellow-outline:nth-child(1){margin:0}.form-section .mtn-buttons .mtn-btn.end-icon .btn-icon{margin:0}.form-section .bg-img-form .supper-app-form .button-wrapper{flex-direction:column;gap:16px}.form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn{width:100% !important}}html.dark .form-section .bg-img-form .supper-app-form .mtn-input-captcha .refresh path{stroke:#fff}html.dark .form-section .bg-img-form .supper-app-form .mtn-input-field .mtn-input_input~.label{color:#fff}html.dark .form-section .bg-img-form .supper-app-form .mtn-select-dark .mtn-select~.label{color:#fff}.mtn-select{display:none}.mtn-select-field{position:relative;margin:32px 0}.mtn-select-field .mtn-select~.validation{position:absolute;bottom:-24px;display:flex;align-items:center;font-size:12px;font-style:normal;font-weight:300;line-height:22px;color:var(--Crimson)}.mtn-select-field .mtn-select~.label{position:absolute;top:-32px;display:block;font-size:14px;font-style:normal;line-height:22px;margin:0 0 8px 0}.mtn-select-dark .mtn-select~.label{color:var(--White)}.mtn-select-light .mtn-select~.label{color:var(--Raven)}.mtn-select+.custom-mtn-select{position:relative}.mtn-select+.custom-mtn-select .custom-mtn-select-label{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:56px;background-color:var(--White);background-image:url(/wp-content/themes/mtn_personal/assets/images/icons/chevron-down.svg);background-repeat:no-repeat;background-size:32px;background-position-x:8px;background-position-y:center;border:1px solid var(--Bob);border-radius:12px;font-size:14px;font-style:normal;line-height:22px;transition:.5s;cursor:pointer;padding:16px 16px 16px 56px;margin:32px 0 0 0}.mtn-select+.custom-mtn-select .custom-mtn-select-label.active{border-color:var(--Raven);color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-label:focus:not(:active)::before{content:"";position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;background-color:rgba(0,0,0,0);border:2px solid var(--Sunshine_Dark);border-radius:12px}.mtn-select+.custom-mtn-select .custom-mtn-select-label span{font-size:14px;line-height:22px;color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list{position:absolute;left:0;right:0;width:100%;max-height:0;background-color:var(--White);border-radius:0 0 16px 16px;box-shadow:0px 2px 12px 0px rgba(0,0,0,.07);overflow:hidden;transition:.5s;z-index:5000;padding:0 16px 0 8px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search{list-style:none;margin:0 0 8px 0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search{position:relative}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search input{width:100%;height:48px;border:none;border-bottom:1px solid var(--CardBoard);outline:none;background-color:var(--White);font-size:14px;font-style:normal;line-height:22px;color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search input::placeholder{font-size:14px;font-style:normal;line-height:22px;color:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg{position:absolute;top:50%;transform:translateY(-50%)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg path,.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg circle{stroke:var(--Raven)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list{list-style:none;max-height:240px;overflow-y:auto;overflow-x:auto;padding:0 0 0 8px;margin:8px 0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar{width:8px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar-track{background-color:var(--White);border:1px solid var(--CardBoard);border-radius:4px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar-thumb{background-color:var(--CardBoard)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list::-webkit-scrollbar-thumb:hover{background-color:var(--CardBoard)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li{display:flex;font-size:14px;font-style:normal;line-height:22px;color:var(--Raven);transition:.5s;padding:0;margin:0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li::before{content:none}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li:hover{background-color:var(--Cloud)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input{display:none}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input:checked+label.box[for^=checkbox]{background-color:var(--Sunshine);background-image:url(/wp-content/themes/mtn_personal/assets/images/icons/check-dark.svg);background-repeat:no-repeat;background-size:16px;background-position:center;border:2px solid var(--Sunshine)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input:checked+label.box[for^=radio]{border:2px solid var(--Sunshine)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li input:checked+label.box[for^=radio]::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8px;height:8px;border-radius:50%;background-color:var(--Sunshine)}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label{cursor:pointer}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box{margin:8px 0 8px 8px}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box[for^=checkbox]{width:24px;height:24px;border:2px solid var(--Bob);border-radius:4px;transition:.5s}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box[for^=radio]{position:relative;width:24px;height:24px;border:2px solid var(--Bob);border-radius:50%;transition:.5s}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label:not(.box){display:flex;justify-content:space-between;align-items:center;width:calc(100% - 32px);font-size:14px;font-style:normal;line-height:22px;padding:8px 0}.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label:not(.box) span{font-size:14px;font-style:normal;line-height:22px}@supports(-webkit-touch-callout: none){.mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list{padding:0 8px}}.mtn-select+.custom-mtn-select:not(.disable) .custom-mtn-select-label:hover,.mtn-select+.custom-mtn-select:not(.disabled) .custom-mtn-select-label:hover{background-color:var(--Cloud)}.mtn-select+.custom-mtn-select:not(.disable) .custom-mtn-select-input:checked+.custom-mtn-select-main-list,.mtn-select+.custom-mtn-select:not(.disabled) .custom-mtn-select-input:checked+.custom-mtn-select-main-list{max-height:2500px}.mtn-select+.custom-mtn-select:not(.disable) .custom-mtn-select-input:checked+.custom-mtn-select-main-list+.custom-mtn-select-area,.mtn-select+.custom-mtn-select:not(.disabled) .custom-mtn-select-input:checked+.custom-mtn-select-main-list+.custom-mtn-select-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:2500}.mtn-select+.custom-mtn-select.disable .custom-mtn-select-label,.mtn-select+.custom-mtn-select.disabled .custom-mtn-select-label{background-color:var(--CardBoard);color:var(--Bob)}.mtn-select+.custom-mtn-select.disable .custom-mtn-select-label>span,.mtn-select+.custom-mtn-select.disabled .custom-mtn-select-label>span{color:var(--Bob)}.mtn-select+.custom-mtn-select.disable+label+label,.mtn-select+.custom-mtn-select.disabled+label+label{color:var(--Iron)}.mtn-select.default-hide+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li:nth-child(1){display:none}.mtn-select.field{border:1px solid var(--Raven)}.mtn-select-field .mtn-select.disable+.custom-mtn-select .custom-mtn-select-label,.mtn-select-field .mtn-select.disabled+.custom-mtn-select .custom-mtn-select-label,.mtn-select-field .mtn-select[disabled]+.custom-mtn-select .custom-mtn-select-label{background-color:var(--CardBoard);color:var(--Bob)}.mtn-select-field .mtn-select.disable+.custom-mtn-select .custom-mtn-select-label>span,.mtn-select-field .mtn-select.disabled+.custom-mtn-select .custom-mtn-select-label>span,.mtn-select-field .mtn-select[disabled]+.custom-mtn-select .custom-mtn-select-label>span{color:var(--Bob)}.mtn-select-field .mtn-select.disable+.custom-mtn-select .custom-mtn-select-label+label+label,.mtn-select-field .mtn-select.disabled+.custom-mtn-select .custom-mtn-select-label+label+label,.mtn-select-field .mtn-select[disabled]+.custom-mtn-select .custom-mtn-select-label+label+label{color:var(--Iron)}.mtn-select-field .mtn-select.disable~.label,.mtn-select-field .mtn-select.disabled~.label,.mtn-select-field .mtn-select[disabled]~.label{color:var(--Iron) !important}.mtn-select-field .mtn-select:not(.disable):not(.disabled):not(:disabled):not([disabled])+.custom-mtn-select .custom-mtn-select-input:checked+.custom-mtn-select-main-list{max-height:2500px}.mtn-select-field .mtn-select:not(.disable):not(.disabled):not(:disabled):not([disabled])+.custom-mtn-select .custom-mtn-select-input:checked+.custom-mtn-select-main-list+.custom-mtn-select-area{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0);z-index:2500}.mtn-select.error+.custom-mtn-select .custom-mtn-select-label{border:1.5px solid var(--Crimson) !important}.mtn-select.success+.custom-mtn-select .custom-mtn-select-label{border:1.5px solid var(--Reptile) !important}html[lang=fa-IR] .mtn-select-field .mtn-select~.validation svg{margin:0 0 -4px 4px}html[lang=fa-IR] .mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg{left:16px}html[lang=en-US] .mtn-select-field .mtn-select~.validation svg{margin:0 4px -4px 0}html[lang=en-US] .mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-search .search svg{right:16px}html[lang=en-US] .mtn-select+.custom-mtn-select .custom-mtn-select-label{padding:16px 56px 16px 16px;background-position-x:right}html[lang=en-US] .mtn-select+.custom-mtn-select .custom-mtn-select-input+.custom-mtn-select-main-list .custom-mtn-select-list>li label.box{margin:8px 8px 8px 0}html.dark .mtn-select+.custom-mtn-select .custom-mtn-select-label{background-image:url(/wp-content/themes/mtn_personal/assets/images/icons/chevron-down-light.svg)}@media(max-width: 768px){.mtn-select+.custom-mtn-select .custom-mtn-select-label{height:48px}.mtn-select+.custom-mtn-select .custom-mtn-select-main-list{top:48px}}.feature-section .main-content{margin:0 0 32px 0}.feature-section .main-content+div{justify-content:center}.feature-section .main-content+div label.item{cursor:pointer}.feature-section .main-content+div .item{display:inline-block;width:100%;margin:24px 0 0 0}.feature-section .main-content+div .item .icon{display:flex;align-items:center;justify-content:center;width:124px;height:124px;background:var(--Cloud);border-radius:24px;margin:0 auto 24px auto}.feature-section .main-content+div .item .icon>img{width:80px;height:80px}.feature-section .main-content+div .item h1,.feature-section .main-content+div .item h2,.feature-section .main-content+div .item h3,.feature-section .main-content+div .item h4,.feature-section .main-content+div .item h5,.feature-section .main-content+div .item h6,.feature-section .main-content+div .item p,.feature-section .main-content+div .item li,.feature-section .main-content+div .item span{display:block;text-align:center;font-size:16px;line-height:26px;color:#404040}.feature-section .main-content+div .item h1 *,.feature-section .main-content+div .item h2 *,.feature-section .main-content+div .item h3 *,.feature-section .main-content+div .item h4 *,.feature-section .main-content+div .item h5 *,.feature-section .main-content+div .item h6 *,.feature-section .main-content+div .item p *,.feature-section .main-content+div .item li *,.feature-section .main-content+div .item span *{color:#404040}.feature-section .main-content+div .item h1 h3,.feature-section .main-content+div .item h1 h4,.feature-section .main-content+div .item h1 h5,.feature-section .main-content+div .item h1 h6,.feature-section .main-content+div .item h2 h3,.feature-section .main-content+div .item h2 h4,.feature-section .main-content+div .item h2 h5,.feature-section .main-content+div .item h2 h6,.feature-section .main-content+div .item h3 h3,.feature-section .main-content+div .item h3 h4,.feature-section .main-content+div .item h3 h5,.feature-section .main-content+div .item h3 h6,.feature-section .main-content+div .item h4 h3,.feature-section .main-content+div .item h4 h4,.feature-section .main-content+div .item h4 h5,.feature-section .main-content+div .item h4 h6,.feature-section .main-content+div .item h5 h3,.feature-section .main-content+div .item h5 h4,.feature-section .main-content+div .item h5 h5,.feature-section .main-content+div .item h5 h6,.feature-section .main-content+div .item h6 h3,.feature-section .main-content+div .item h6 h4,.feature-section .main-content+div .item h6 h5,.feature-section .main-content+div .item h6 h6,.feature-section .main-content+div .item p h3,.feature-section .main-content+div .item p h4,.feature-section .main-content+div .item p h5,.feature-section .main-content+div .item p h6,.feature-section .main-content+div .item li h3,.feature-section .main-content+div .item li h4,.feature-section .main-content+div .item li h5,.feature-section .main-content+div .item li h6,.feature-section .main-content+div .item span h3,.feature-section .main-content+div .item span h4,.feature-section .main-content+div .item span h5,.feature-section .main-content+div .item span h6{color:#404040;text-align:center;font-size:20px;font-weight:700;line-height:32px}.feature-section .main-content+div .item h1 a,.feature-section .main-content+div .item h2 a,.feature-section .main-content+div .item h3 a,.feature-section .main-content+div .item h4 a,.feature-section .main-content+div .item h5 a,.feature-section .main-content+div .item h6 a,.feature-section .main-content+div .item p a,.feature-section .main-content+div .item li a,.feature-section .main-content+div .item span a{color:var(--Sky)}.feature-section .main-content+div>div.col-lg-6:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-6:nth-child(2) .item{margin:0}.feature-section .main-content+div>div.col-lg-4:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-4:nth-child(2) .item,.feature-section .main-content+div>div.col-lg-4:nth-child(3) .item{margin:0}.feature-section .main-content+div>div.col-lg-3:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(2) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(4) .item{margin:0}.feature-section .main-content+div>div.col-lg-2:nth-child(1) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(2) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(4) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(5) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(6) .item{margin:0}.feature-section .background-box{background:var(--Academy);border-radius:24px;padding:80px 0}.feature-section .background-box .main-content+div{width:100%;justify-content:center;margin:auto}.feature-section .background-box .main-content+div .item .icon{width:99px;height:99px;background:#fc0}.feature-section .background-box .main-content+div .item .icon>img{width:72px;height:72px}@media(max-width: 992px){.feature-section .main-content+div>div.col-lg-4:nth-child(3) .item{margin:16px 0 0 0}.feature-section .main-content+div>div.col-lg-3:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-3:nth-child(4) .item{margin:16px 0 0 0}.feature-section .main-content+div>div.col-lg-2:nth-child(3) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(4) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(5) .item,.feature-section .main-content+div>div.col-lg-2:nth-child(6) .item{margin:16px 0 0 0}}@media(max-width: 768px){.feature-section.single-mobile .main-content+div .item{text-align:center;width:100%;border-radius:16px;padding:12px;margin:16px 0 0 0;background:rgba(0,0,0,0);display:flex;align-items:center}.feature-section.single-mobile .main-content+div .item .icon{width:99px;height:99px;min-width:99px;min-height:99px;margin:0;margin-left:24px}.feature-section.single-mobile .main-content+div .item .icon>img{width:64px;height:64px}.feature-section.single-mobile .main-content+div .item h1,.feature-section.single-mobile .main-content+div .item h2,.feature-section.single-mobile .main-content+div .item h3,.feature-section.single-mobile .main-content+div .item h4,.feature-section.single-mobile .main-content+div .item h5,.feature-section.single-mobile .main-content+div .item h6,.feature-section.single-mobile .main-content+div .item p,.feature-section.single-mobile .main-content+div .item li,.feature-section.single-mobile .main-content+div .item span{text-align:center;font-size:14px;line-height:22px;width:100%}.feature-section.single-mobile .main-content+div>div.col-lg-6:nth-child(2) .item{margin:16px 0 0 0}.feature-section.single-mobile .main-content+div>div.col-lg-4:nth-child(2) .item,.feature-section.single-mobile .main-content+div>div.col-lg-4:nth-child(3) .item{margin:16px 0 0 0}.feature-section.single-mobile .main-content+div>div.col-lg-3:nth-child(2) .item,.feature-section.single-mobile .main-content+div>div.col-lg-3:nth-child(3) .item,.feature-section.single-mobile .main-content+div>div.col-lg-3:nth-child(4) .item{margin:16px 0 0 0}.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(2) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(3) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(4) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(5) .item,.feature-section.single-mobile .main-content+div>div.col-lg-2:nth-child(6) .item{margin:16px 0 0 0}.feature-section.single-mobile .background-box .main-content+div .item{background:rgba(0,0,0,0);margin-bottom:0 !important}.feature-section.single-mobile .background-box .main-content+div .item .icon{width:80px;height:80px}.feature-section.single-mobile .background-box .main-content+div .item .icon>img{width:56px;height:56px}}.page-template-default .wp-block-table{margin:40px 0}.mtn-table{width:100%;border:1px solid var(--Reptile_Light);border-radius:20px;overflow:auto;margin:0}.mtn-table table{width:100%;border-collapse:collapse}.mtn-table table thead{background-color:var(--Sunshine);border:1px solid var(--Reptile_Light)}.mtn-table table thead tr{background-color:var(--Butter) !important}.mtn-table table thead tr th{text-align:start;padding:32px 40px}.mtn-table table tr:nth-child(odd){background-color:var(--White)}.mtn-table table tr td{text-align:start;padding:32px 40px}.mtn-table table tr td *{text-align:start;margin:0}.mtn-table table tr td a{color:var(--Sky)}.grid-table{box-shadow:0px 4px 20px 0px rgba(0,0,0,.08);border-radius:0 0 20px 20px}.grid-table .column{padding:24px 16px;text-align:center}.grid-table .column:first-child{text-align:right;padding-right:46px}.grid-table .header{background-color:var(--Butter);border-radius:20px 20px 0 0;margin:0}.grid-table .header .column{position:relative;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:26px;color:#202020;padding:36px 16px 12px}@media(max-width: 1200px){.grid-table .header .column{font-size:16px;line-height:26px}}@media(max-width: 768px){.grid-table .header .column{font-size:14px;line-height:22px}}@media(max-width: 567px){.grid-table .header .column{font-size:12px;line-height:20px}}.grid-table .header .column .red-badge{position:absolute;top:-13px;left:50%;transform:translateX(-54%)}.grid-table .body .row{margin:0}.grid-table .body .row .column{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:26px;color:var(--Charcoal)}@media(max-width: 1200px){.grid-table .body .row .column{font-size:14px;line-height:22px}}@media(max-width: 768px){.grid-table .body .row .column{font-size:14px;line-height:22px}}@media(max-width: 567px){.grid-table .body .row .column{font-size:12px;line-height:20px}}.grid-table .body .row:nth-child(even){background-color:var(--White)}.grid-table .body .row:nth-child(odd){background-color:#f8f8f8}.grid-table .body .row:last-child{border-radius:0 0 20px 20px}.wp-block-table{width:100%;border:1px solid var(--Reptile_Light);border-radius:20px;overflow:auto;margin:0}.wp-block-table table{width:100%;border-collapse:collapse}.wp-block-table table tr:nth-child(odd){background-color:var(--Cloud)}.wp-block-table table tr:nth-child(odd) td,.wp-block-table table tr:nth-child(odd) th{color:#202020 !important}.wp-block-table table tr:nth-child(odd) td span,.wp-block-table table tr:nth-child(odd) td strong,.wp-block-table table tr:nth-child(odd) th span,.wp-block-table table tr:nth-child(odd) th strong{color:#202020 !important}.wp-block-table table tr:nth-child(odd) td span a,.wp-block-table table tr:nth-child(odd) td strong a,.wp-block-table table tr:nth-child(odd) th span a,.wp-block-table table tr:nth-child(odd) th strong a{color:var(--Sky)}.wp-block-table table tr:nth-child(odd) td a,.wp-block-table table tr:nth-child(odd) th a{color:var(--Sky)}.wp-block-table table tr:nth-child(1){border:1px solid var(--Reptile_Light);background-color:var(--Butter)}.wp-block-table table tr:nth-child(1) td{text-align:center;font-weight:700 !important;padding:32px 40px}.wp-block-table table tr td{text-align:center;padding:32px 40px}.wp-block-table table tr td *{text-align:start;margin:0}.wp-block-table table tr td a{color:var(--Sky)}@media(max-width: 768px){.page-template-default .mtn-table{margin:20px 0}.mtn-table table{min-width:max-content}.mtn-table table thead tr th{padding:24px 16px}.mtn-table table tr td{padding:24px 16px}}.mtn-radio{margin:0 0 40px 0}.mtn-radio-dark .label{color:var(--White)}.mtn-radio-dark .refresh path{stroke:var(--White)}.mtn-radio-light .label{color:var(--Raven)}.mtn-radio-light .refresh path{stroke:var(--Raven)}.mtn-radio-field{position:relative}.mtn-radio-field .mtn-input_radio{display:none}.mtn-radio-field .mtn-input_radio+label{position:relative;display:inline-flex;width:24px;height:24px;border-radius:24px;border:1px solid var(--Bob);cursor:pointer;transition:.5s;margin:0 0 -8px 0}.mtn-radio-field .mtn-input_radio+label+label{font-size:16px;font-style:normal;line-height:26px;color:var(--Charcoal);cursor:pointer;transition:.5s;margin:0 8px}.mtn-radio-field .mtn-input_radio:hover+label{border:1px solid var(--Iron)}.mtn-radio-field .mtn-input_radio:hover+label+label{color:var(--Raven)}.mtn-radio-field .mtn-input_radio:focus:not(:active)+label::before{content:"";position:absolute;top:-5px;left:-5px;width:32px;height:32px;border-radius:32px;border:1px solid var(--Sunshine_Dark)}.mtn-radio-field .mtn-input_radio[disabled]+label{border:1px solid var(--CardBoard)}.mtn-radio-field .mtn-input_radio[disabled]+label+label{color:var(--Bob)}.mtn-radio-field .mtn-input_radio:checked+label{border:1px solid var(--Sunshine)}.mtn-radio-field .mtn-input_radio:checked+label::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:8px;height:8px;border-radius:8px;background:var(--Sunshine)}.mtn-radio-field .mtn-input_radio:checked:hover{border:1px solid var(--Sunshine_Dark)}.mtn-radio-field .mtn-input_radio:checked:hover::after{background:var(--Sunshine_Dark)}.mtn-radio-field .mtn-input_radio:checked[disabled]+label{border:1px solid var(--CardBoard)}.mtn-radio-field .mtn-input_radio:checked[disabled]+label::after{background:var(--CardBoard)}.mtn-radio-field .validation{position:absolute;bottom:-24px;display:flex;align-items:center;font-size:14px;font-style:normal;font-weight:300;line-height:22px;color:var(--Crimson)}.mtn-radio-field .label{display:block;font-size:14px;font-style:normal;line-height:22px;margin:0 0 22px 0}@media(max-width: 768px){.mtn-input-field>div>div{margin:16px 0 0 0}.mtn-input-field .label{display:block;font-size:14px;font-style:normal;line-height:22px;margin:0 0 -8px 0}}.accordion-wrapper{border-bottom:1px solid var(--CardBoard);padding:16px 0 16px 0}.accordion-wrapper input{display:none}.accordion-wrapper input~.head{display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer;padding:16px 0}.accordion-wrapper input~.head .title{width:calc(100% - 32px);color:var(--Raven);font-weight:700}.accordion-wrapper input~.head .icon{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;min-width:24px;min-height:24px;border:2px solid var(--Raven);border-radius:50%}.accordion-wrapper input~.head .icon svg{width:16px;height:auto;transform:rotateX(180deg);transition:.5s}.accordion-wrapper input~.body{max-height:0;overflow:hidden}.accordion-wrapper input~.body p{font-size:16px;line-height:36px}.accordion-wrapper input:checked~.head .icon svg{transform:rotateX(0)}.accordion-wrapper input:checked~.body{max-height:1500px;-webkit-transition:max-height 2.5s;-moz-transition:max-height 2.5s;-ms-transition:max-height 2.5s;-o-transition:max-height 2.5s;transition:max-height 2.5s}html.dark .accordion-wrapper input~.head .icon svg path{fill:#f8f8f8}@media(max-width: 768px){.accordion-wrapper input~.body p{font-size:12px;line-height:28px}}.irancell-fiber-optic-internet .top-section{padding-top:16px}.irancell-fiber-optic-internet .top-section .square-list p{font-weight:400;font-size:18px;line-height:32px}.irancell-fiber-optic-internet .top-section .square-list p:last-child{margin-bottom:0}.irancell-fiber-optic-internet .top-section .square-list .mtn-btn{display:none}.irancell-fiber-optic-internet .top-section .square-list .top-content{overflow:hidden;margin:0}.irancell-fiber-optic-internet .benefits-section{padding-bottom:80px}.irancell-fiber-optic-internet .benefits-section>.container>h2{font-size:32px;line-height:38px;margin-bottom:32px}.irancell-fiber-optic-internet .benefits-section>.container>.row{align-items:center}.irancell-fiber-optic-internet .benefits-section .image{border:1px solid #d9d9d9;border-radius:16px;overflow:hidden;width:100%;max-width:616px;height:100%;max-height:432px}.irancell-fiber-optic-internet .benefits-section .image img{width:100%;height:100%}.irancell-fiber-optic-internet .benefits-section ul{list-style:none;margin:0}.irancell-fiber-optic-internet .benefits-section ul li{margin-bottom:24px;display:flex;align-items:center;color:var(--Raven);font-size:20px;font-weight:700;line-height:32px}.irancell-fiber-optic-internet .benefits-section ul li::before{content:"";background:url(/wp-content/themes/mtn_personal/assets/images/icons/check-list-dark.svg) center no-repeat;width:48px;height:48px;min-width:48px;min-height:48px;display:inline-block;top:0;position:relative;margin-left:16px;border-radius:12px;background-color:var(--Sunshine)}.irancell-fiber-optic-internet .benefits-section ul li:last-child{margin-bottom:0}.irancell-fiber-optic-internet .content-section{background:var(--Sunshine);background-image:url(/wp-content/themes/mtn_personal/assets/images/products-services/hight-speed-internet/oval.svg);background-repeat:no-repeat}.irancell-fiber-optic-internet .content-section .image{text-align:end}.irancell-fiber-optic-internet .content-section .image img{max-width:100%}.irancell-fiber-optic-internet .content-section h2,.irancell-fiber-optic-internet .content-section h3{margin-bottom:56px}.irancell-fiber-optic-internet .content-section ul{margin:0}.irancell-fiber-optic-internet .content-section ul li{font-weight:700;font-size:18px;line-height:40px}.irancell-fiber-optic-internet .map-section{padding-top:80px}.irancell-fiber-optic-internet .map-section>.container{position:relative}.irancell-fiber-optic-internet .map-section>.container::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/wp-content/themes/mtn_personal/assets/images/products-services/hight-speed-internet/sim.svg);background-repeat:no-repeat;background-size:contain}.irancell-fiber-optic-internet .map-section .main-content{margin:0 0 32px 0}.irancell-fiber-optic-internet .map-section .main-content p{text-align:center}.irancell-fiber-optic-internet .map-section .sidebar .mtn-input-field{display:none}.irancell-fiber-optic-internet .map-section .sidebar .side-content .search-result{max-height:240px}.irancell-fiber-optic-internet .map-section .sidebar .side-content .search-result::-webkit-scrollbar{width:8px}.irancell-fiber-optic-internet .map-section .sidebar .side-content .search-result::-webkit-scrollbar-track{background-color:var(--White);border:1px solid var(--CardBoard);border-radius:4px}.irancell-fiber-optic-internet .map-section .sidebar .side-content .search-result::-webkit-scrollbar-thumb{background-color:var(--CardBoard)}.irancell-fiber-optic-internet .map-section .sidebar .side-content .search-result::-webkit-scrollbar-thumb:hover{background-color:var(--CardBoard)}.irancell-fiber-optic-internet .map-section .sidebar .side-content .search-result ul li a{font-size:16px;font-weight:normal;line-height:26px}.irancell-fiber-optic-internet .map-section .sidebar .side-content .mtn-radio-field{margin:0}.irancell-fiber-optic-internet .map-section .sidebar .side-content .mtn-radio-field>div>div{margin:0 0 16px 0}.irancell-fiber-optic-internet .map-section .sidebar .side-content .mtn-radio-field>div>div:last-child{margin:0}.irancell-fiber-optic-internet .map-section .sidebar .side-content hr{border:1px solid var(--CardBoard);margin:24px 0}.irancell-fiber-optic-internet .map-section #area{direction:rtl;width:100%;height:500px;border:1px solid var(--Bob);border-radius:24px;overflow:hidden}.irancell-fiber-optic-internet .box-section{padding-top:80px}.irancell-fiber-optic-internet .box-section *{color:#000}.irancell-fiber-optic-internet .box-section .box{background:var(--Academy);border-radius:40px;padding:40px}.irancell-fiber-optic-internet .box-section .box .main-content{margin:0 0 40px 0}.irancell-fiber-optic-internet .box-section .box .image.right{text-align:start}.irancell-fiber-optic-internet .box-section .box .image.left{text-align:end}.irancell-fiber-optic-internet .box-section .box .image img{max-width:100%}.irancell-fiber-optic-internet .box-section .box .content h3 span{display:inline-flex;justify-content:center;align-items:center;width:80px;height:80px;background:var(--Butter);border-radius:8px}.irancell-fiber-optic-internet .box-section .box>svg{display:block;margin:24px auto}.irancell-fiber-optic-internet .box-section .box .mtn-btn{width:100%;max-width:340px}.irancell-fiber-optic-internet .price-section .box{background:var(--Cloud);border-radius:40px;padding:40px}.irancell-fiber-optic-internet .price-section .box .content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.irancell-fiber-optic-internet .price-section .box .mtn-table{border-radius:8px;margin:32px 0}.irancell-fiber-optic-internet .price-section .box .mtn-table tr td,.irancell-fiber-optic-internet .price-section .box .mtn-table tr th{text-align:center;padding:20px;font-weight:700}.irancell-fiber-optic-internet .price-section .box .main-content{position:relative;z-index:16;margin:0}.irancell-fiber-optic-internet .price-section .box .main-content.top h1,.irancell-fiber-optic-internet .price-section .box .main-content.top h2,.irancell-fiber-optic-internet .price-section .box .main-content.top h3,.irancell-fiber-optic-internet .price-section .box .main-content.top h4,.irancell-fiber-optic-internet .price-section .box .main-content.top h5,.irancell-fiber-optic-internet .price-section .box .main-content.top h6,.irancell-fiber-optic-internet .price-section .box .main-content.top p,.irancell-fiber-optic-internet .price-section .box .main-content.top li,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h1,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h2,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h3,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h4,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h5,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h6,.irancell-fiber-optic-internet .price-section .box .main-content.bottom p,.irancell-fiber-optic-internet .price-section .box .main-content.bottom li{color:#202020}.irancell-fiber-optic-internet .price-section .box .main-content.top h1 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h2 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h3 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h4 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h5 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h6 *,.irancell-fiber-optic-internet .price-section .box .main-content.top p *,.irancell-fiber-optic-internet .price-section .box .main-content.top li *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h1 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h2 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h3 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h4 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h5 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h6 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom p *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom li *{color:#202020}.irancell-fiber-optic-internet .price-section .box .main-content.top h1>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h2>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h3>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h4>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h5>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h6>a,.irancell-fiber-optic-internet .price-section .box .main-content.top p>a,.irancell-fiber-optic-internet .price-section .box .main-content.top li>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h1>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h2>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h3>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h4>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h5>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h6>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom p>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom li>a{font-weight:700;color:var(--Sky)}.irancell-fiber-optic-internet .price-section .box .main-content.top h1>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h2>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h3>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h4>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h5>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h6>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top p>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top li>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h1>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h2>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h3>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h4>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h5>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h6>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom p>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom li>a *{font-weight:700;color:var(--Sky)}.irancell-fiber-optic-internet .price-section .box .mtn-btn{display:flex;margin:0 auto}.irancell-fiber-optic-internet .form-section{padding:80px 0}.irancell-fiber-optic-internet .form-section .bg-img-form::before{background-image:url(/wp-content/themes/mtn_personal/assets/images/fiber-form-bg.png);background-position:left bottom}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form{padding:40px 48px}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .main-content h2{text-align:center;font-weight:700;font-size:28px;line-height:48px;margin-bottom:12px}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .main-content p{margin-bottom:40px}.irancell-fiber-optic-internet .form-section .bg-img-form .mtn-input-light .label,.irancell-fiber-optic-internet .form-section .bg-img-form .mtn-select-light .mtn-select~.label{color:#fff}.irancell-fiber-optic-internet .form-section .mtn-input-captcha.mtn-input-dark img{background:unset;height:79px}.irancell-fiber-optic-internet .form-section .mtn-form .col-md-3{padding:0 8px}.irancell-fiber-optic-internet .form-section hr{margin-bottom:40px;border:1px solid #606060}.irancell-fiber-optic-internet .form-section .mtn-input-field .mtn-input_input~.label,.irancell-fiber-optic-internet .form-section .mtn-input-field .mtn-select~.label{margin-bottom:4px;top:-26px}.irancell-fiber-optic-internet .faq-section{padding:80px 0 120px}.irancell-fiber-optic-internet .faq-section .main-content h2{font-size:28px;line-height:32px;margin-bottom:32px}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.head .title{font-weight:700;font-size:20px;line-height:32px}.irancell-fiber-optic-internet .faq-section .accordion-wrapper{padding-bottom:20px}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.head{padding:8px 0 6px}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.head .title{margin-bottom:6px}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body{margin-bottom:12px}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p{margin-bottom:0}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p *{font-size:16px;line-height:36px}.irancell-fiber-optic-internet .myirancell-section{background:#f6f6f7;padding:56px 0;margin:80px 0}@media(max-width: 768px){.irancell-fiber-optic-internet .myirancell-section{padding:24px 0;margin:36px 0}}.irancell-fiber-optic-internet .myirancell-section .main-content.top{margin:0 0 32px 0}.irancell-fiber-optic-internet .myirancell-section .main-content.top h2,.irancell-fiber-optic-internet .myirancell-section .main-content.top h3{color:var(--Raven);font-size:24px;font-style:normal;font-weight:700;line-height:38px;margin:0 0 16px 0}.irancell-fiber-optic-internet .myirancell-section .main-content.top p{color:var(--Raven);font-size:18px;font-style:normal;font-weight:400;line-height:40px;margin:0}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom{margin:40px 0 0 0}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom ul li{color:var(--Charcoal);font-size:14px;font-style:normal;font-weight:400;line-height:22px}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom ul li strong{color:var(--Charcoal);font-size:14px;font-style:normal;font-weight:700;line-height:22px}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom ul li::before{top:4px}@media(max-width: 768px){.irancell-fiber-optic-internet .myirancell-section .main-content.top{margin:0 0 20px 0}.irancell-fiber-optic-internet .myirancell-section .main-content.top h2,.irancell-fiber-optic-internet .myirancell-section .main-content.top h3{font-size:18px;font-style:normal;font-weight:700;line-height:38px;margin:0 0 8px 0}.irancell-fiber-optic-internet .myirancell-section .main-content.top p{font-size:14px;font-style:normal;font-weight:400;line-height:32px}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom{margin:28px 0 0 0}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom ul li{font-size:12px;font-style:normal;font-weight:400;line-height:20px}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom ul li strong{font-size:12px;font-style:normal;font-weight:700;line-height:20px}.irancell-fiber-optic-internet .myirancell-section .main-content.bottom ul li::before{top:4px}}.irancell-fiber-optic-internet .myirancell-section .swiper-container{overflow:revert}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper .swiper-wrapper{padding:8px 0}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper .swiper-wrapper .swiper-slide{display:flex;justify-content:center;gap:20px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility{display:flex;justify-content:center;align-items:center;gap:24px;height:40px;margin:16px 0 0 0}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button{position:relative;top:revert;bottom:revert;left:revert;right:revert;width:40px;height:40px;background:var(--Sunshine);border-radius:50%;color:var(--Black);outline:none;pointer-events:auto;-webkit-transition:all .3s;transition:all .3s;z-index:999;margin:0}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button svg{display:none}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button::before{border-radius:50%;display:flex;text-align:center;width:40px;height:40px;align-items:center;justify-content:center;margin:auto;background:var(--Sunshine)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button::after{content:revert}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button span{display:none}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.swiper-button-disabled{background:var(--CardBoard);border:unset;pointer-events:none}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.swiper-button-disabled::before{background:var(--CardBoard)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.prev::before{transform:rotateY(180deg) scale(0.75);content:url(/wp-content/themes/mtn_personal/assets/images/icons/arrow-to-left-black.svg);font-size:5px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.prev.swiper-button-disabled::before{transform:rotateY(180deg) scale(0.75);content:url(/wp-content/themes/mtn_personal/assets/images/icons/arrow-to-left-black.svg);font-size:5px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.prev:hover::before{background-color:var(--Sunshine_Dark)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.next::before{transform:scale(0.75);content:url(/wp-content/themes/mtn_personal/assets/images/icons/arrow-to-left-black.svg);font-size:5px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.next.swiper-button-disabled::before{transform:scale(0.75);content:url(/wp-content/themes/mtn_personal/assets/images/icons/arrow-to-left-black.svg);font-size:5px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.next:hover::before{background-color:var(--Sunshine_Dark)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:hover{background:var(--Sunshine_Dark)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled){width:48px;height:48px;background:rgba(0,0,0,0);border:2px solid var(--Sunshine_Dark);border-radius:50%}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).prev::before{transform:rotateY(180deg) scale(1)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).prev.swiper-button-disabled::before{transform:rotateY(180deg) scale(1)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).next::before{transform:scale(1)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).next.swiper-button-disabled::before{transform:scale(1)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-pagination-bullets{position:relative;top:revert;bottom:revert;left:revert;right:revert;display:inline-flex;justify-content:center;gap:8px;width:max-content;margin:0}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-pagination-bullets .swiper-pagination-bullet{position:relative;width:12px;height:12px;background-color:var(--Bob);border-radius:50%;margin:0}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--Raven)}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before{content:"";width:20px;height:20px;border:3px solid var(--Sunshine);position:absolute;border-radius:50%;top:-4px;right:-4px}@media(max-width: 768px){.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper .swiper-wrapper .swiper-slide{display:block;width:100%;padding:8px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility{margin:0}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button{width:40px;height:40px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button::before{width:40px;height:40px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled){width:46px;height:46px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-pagination-bullets{gap:8px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-pagination-bullets .swiper-pagination-bullet{width:16px;height:16px}.irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before{content:"";width:24px;height:24px;top:-4px;right:-4px}}.irancell-fiber-optic-internet .myirancell-section .card{display:flex;width:calc(25% - 10px);flex-direction:column;align-items:center;gap:8px;border-radius:24px;border:1px solid var(--CardBoard)}.irancell-fiber-optic-internet .myirancell-section .card .image{display:flex;width:100%;padding:40px 56.397px 40px 56.396px;flex-direction:column;justify-content:center;align-items:center;border-radius:24px 24px 0px 0px;background:var(--CardBoard)}.irancell-fiber-optic-internet .myirancell-section .card .image img{width:100%}.irancell-fiber-optic-internet .myirancell-section .card .count{direction:ltr;color:var(--Charcoal);text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:22px;margin:8px 0}.irancell-fiber-optic-internet .myirancell-section .card .main-content{padding:0px 20px 16px 20px}.irancell-fiber-optic-internet .myirancell-section .card .main-content *{font-size:14px;font-style:normal;line-height:22px}.irancell-fiber-optic-internet .myirancell-section .card .main-content *:not(a){font-weight:400;color:var(--Charcoal)}@media(max-width: 992px){.irancell-fiber-optic-internet .myirancell-section .card{width:calc(33.33% - 10px)}.irancell-fiber-optic-internet .myirancell-section .card .image{padding:36.716px 51.597px 35.798px 51.596px}}@media(max-width: 768px){.irancell-fiber-optic-internet .myirancell-section .card{gap:0;width:100%}.irancell-fiber-optic-internet .myirancell-section .card .image{padding:36.716px 51.597px 35.798px 51.596px}.irancell-fiber-optic-internet .myirancell-section .card .count{font-size:12px;line-height:20px}.irancell-fiber-optic-internet .myirancell-section .card .main-content{min-height:92px}.irancell-fiber-optic-internet .myirancell-section .card .main-content *{font-size:12px;font-style:normal;font-weight:400;line-height:20px}}html[lang=fa-IR] .irancell-fiber-optic-internet .map-section>.container::before{background-position:right center}html[lang=fa-IR] .irancell-fiber-optic-internet .box-section .box .content h3 span{margin-left:16px}html[lang=en-US] .irancell-fiber-optic-internet .map-section>.container::before{background-position:right center;transform:rotateY(180deg)}html[lang=en-US] .irancell-fiber-optic-internet .benefits-section ul li::before{margin-left:0;margin-right:16px}html[lang=en-US] .irancell-fiber-optic-internet .top-section .square-list .mtn-btn .btn-icon{transform:rotate(180deg)}html[lang=en-US] .irancell-fiber-optic-internet .form-section .mtn-input-field .mtn-input_input~.label,html[lang=en-US] .irancell-fiber-optic-internet .form-section .mtn-input-field .mtn-select~.label{font-weight:400;font-size:15px !important;line-height:22px !important;margin-bottom:4px;top:-26px}html[lang=en-US] .irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn .btn-text{font-size:19px;line-height:28px}html[lang=en-US] .irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.head .title{font-weight:700;font-size:21px;line-height:32px}html[lang=en-US] .irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p{font-weight:400;font-size:17px}html[lang=en-US] .irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p>*{font-size:16px}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.next::before{transform:rotateY(180deg) scale(0.75)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.next.swiper-button-disabled::before{transform:rotateY(180deg) scale(0.75)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.prev::before{transform:scale(0.75)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button.prev.swiper-button-disabled::before{transform:scale(0.75)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).next::before{transform:rotateY(180deg) scale(1)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).next.swiper-button-disabled::before{transform:rotateY(180deg) scale(1)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).prev::before{transform:scale(1)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .swiper-container .swiper-accessibility .swiper-button:focus:not(:active):not(:disabled).prev.swiper-button-disabled::before{transform:scale(1)}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .card .count{font-size:15px}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .card .main-content *{font-size:15px}@media(max-width: 768px){html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .card .count{font-size:13px}html[lang=en-US] .irancell-fiber-optic-internet .myirancell-section .card .main-content *{font-size:13px}}@media(max-width: 768px){.irancell-fiber-optic-internet .top-section{padding-top:0}.irancell-fiber-optic-internet .top-section>.container{padding-right:calc(var(--bs-gutter-x)*.75);padding-left:calc(var(--bs-gutter-x)*.75)}.irancell-fiber-optic-internet .top-section .square-list{position:relative;padding:12px 16px;border-radius:20px;background-color:#f5f5f5}.irancell-fiber-optic-internet .top-section .square-list .top-content p{font-weight:400;font-size:14px;line-height:28px;letter-spacing:0%;margin-bottom:8px}.irancell-fiber-optic-internet .top-section .square-list.disable>.top-content>p:nth-child(2){background:linear-gradient(180deg, #202020 -50%, #DFDFDF 25.54%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);height:61px}.irancell-fiber-optic-internet .top-section .square-list .mtn-btn{display:flex;justify-content:center;width:-moz-max-content;width:max-content;max-width:100%;margin:0 auto;position:absolute;bottom:16px;left:0;right:0}.irancell-fiber-optic-internet .top-section .square-list .mtn-btn .btn-text{font-weight:700;font-size:16px;line-height:26px;color:#000}.irancell-fiber-optic-internet .top-section .square-list .mtn-btn.text-link:focus:not(:active){border:unset}.irancell-fiber-optic-internet .benefits-section{padding-bottom:56px}.irancell-fiber-optic-internet .benefits-section>.container{padding-right:calc(var(--bs-gutter-x)*.75);padding-left:calc(var(--bs-gutter-x)*.75)}.irancell-fiber-optic-internet .benefits-section>.container>h2{font-size:24px;line-height:38px;margin-bottom:16px}.irancell-fiber-optic-internet .benefits-section .image{margin-bottom:16px}.irancell-fiber-optic-internet .benefits-section .image picture{display:flex}.irancell-fiber-optic-internet .benefits-section ul li{font-size:14px;line-height:26px;margin-bottom:16px}.irancell-fiber-optic-internet .content-section>.container-fluid>.container{padding-right:calc(var(--bs-gutter-x)*.25);padding-left:calc(var(--bs-gutter-x)*.25)}.irancell-fiber-optic-internet .content-section h2{font-size:24px;line-height:38px;margin-bottom:16px}.irancell-fiber-optic-internet .content-section ul li{font-weight:400;font-size:14px;line-height:18.85px;margin-bottom:12px}.irancell-fiber-optic-internet .content-section ul li::before{width:12px;height:12px}.irancell-fiber-optic-internet .map-section{padding-top:56px}.irancell-fiber-optic-internet .map-section>.container{padding-right:calc(var(--bs-gutter-x)*.75);padding-left:calc(var(--bs-gutter-x)*.75)}.irancell-fiber-optic-internet .map-section>.container::before{content:none}.irancell-fiber-optic-internet .map-section h2{font-size:24px;line-height:38px;margin-bottom:10px}.irancell-fiber-optic-internet .map-section .main-content{padding-right:calc(var(--bs-gutter-x)*.75);padding-left:calc(var(--bs-gutter-x)*.75)}.irancell-fiber-optic-internet .map-section .main-content p{font-weight:400;font-size:14px}.irancell-fiber-optic-internet .map-section .main-content>*{text-align:start !important}.irancell-fiber-optic-internet .map-section .sidebar .side-content .mtn-radio-field>div>div{margin-bottom:8px}.irancell-fiber-optic-internet .map-section .sidebar .side-content .choose-box p{margin-bottom:8px}.irancell-fiber-optic-internet .map-section .sidebar .side-content .choose-box .active-cities{margin-bottom:4px}.irancell-fiber-optic-internet .map-section #area{height:240px;margin:24px 0 0 0}.irancell-fiber-optic-internet .box-section{padding-top:36px}.irancell-fiber-optic-internet .box-section>.container{padding-right:calc(var(--bs-gutter-x)*.75);padding-left:calc(var(--bs-gutter-x)*.75)}.irancell-fiber-optic-internet .box-section h2{font-size:24px;line-height:38px;margin-bottom:8px;color:#202020}.irancell-fiber-optic-internet .box-section .box .main-content{margin-bottom:32px}.irancell-fiber-optic-internet .box-section .box .main-content p{font-weight:400;font-size:14px;line-height:normal}.irancell-fiber-optic-internet .form-section{padding:36px 0}.irancell-fiber-optic-internet .form-section>.container{padding:0;margin:0;max-width:100%}.irancell-fiber-optic-internet .form-section .bg-img-form{border-radius:20px}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form{padding:28px 24px 32px;min-width:100%;max-width:100%}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .main-content h2{font-size:24px;line-height:38px;margin-bottom:12px}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .main-content p{text-align:start;margin-bottom:24px}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .mtn-form>.row{margin:0}.irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .mtn-form>.row .col-md-3{padding:0}.irancell-fiber-optic-internet .form-section .bg-img-form::before{background-image:url(/wp-content/themes/mtn_personal/assets/images/bg-form-fiber-phone.svg);background-position:center;background-size:cover}.irancell-fiber-optic-internet .form-section hr{margin-bottom:24px}.irancell-fiber-optic-internet .faq-section{padding:36px 0 48px}.irancell-fiber-optic-internet .faq-section>.container{padding-right:calc(var(--bs-gutter-x)*.75);padding-left:calc(var(--bs-gutter-x)*.75)}.irancell-fiber-optic-internet .faq-section .main-content{margin:0 0 16px}.irancell-fiber-optic-internet .faq-section .main-content h2{font-size:24px;line-height:38px;margin-bottom:16px;text-align:start !important;margin-bottom:0}.irancell-fiber-optic-internet .faq-section .accordion-wrapper{padding:0 0 24px}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.head{padding-bottom:0}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.head .title{font-size:16px;line-height:30px;margin-bottom:0}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p{font-size:14px;line-height:28px;padding-top:12px;margin-bottom:0}.irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p *{font-size:14px;line-height:28px}.irancell-fiber-optic-internet .feature-section .main-content>*{text-align:start !important}.irancell-fiber-optic-internet .feature-section .item{display:flex;justify-content:space-around;align-items:center;padding:0 !important}.irancell-fiber-optic-internet .feature-section .item>span{display:block;width:calc(100% - 96px)}.irancell-fiber-optic-internet .feature-section .item h1,.irancell-fiber-optic-internet .feature-section .item h2,.irancell-fiber-optic-internet .feature-section .item h3,.irancell-fiber-optic-internet .feature-section .item h4,.irancell-fiber-optic-internet .feature-section .item h5,.irancell-fiber-optic-internet .feature-section .item h6,.irancell-fiber-optic-internet .feature-section .item p,.irancell-fiber-optic-internet .feature-section .item span,.irancell-fiber-optic-internet .feature-section .item li{text-align:start !important}.irancell-fiber-optic-internet .feature-section .item h1 *,.irancell-fiber-optic-internet .feature-section .item h2 *,.irancell-fiber-optic-internet .feature-section .item h3 *,.irancell-fiber-optic-internet .feature-section .item h4 *,.irancell-fiber-optic-internet .feature-section .item h5 *,.irancell-fiber-optic-internet .feature-section .item h6 *,.irancell-fiber-optic-internet .feature-section .item p *,.irancell-fiber-optic-internet .feature-section .item span *,.irancell-fiber-optic-internet .feature-section .item li *{text-align:start !important}.irancell-fiber-optic-internet .feature-section.single-mobile .main-content+div .item{padding:0}.irancell-fiber-optic-internet .feature-section .content-section .image{text-align:center;margin:0 0 16px 0}.irancell-fiber-optic-internet .box-section .box{padding:24px 16px}.irancell-fiber-optic-internet .box-section .box .main-content{margin:0 0 24px 0}.irancell-fiber-optic-internet .box-section .box .main-content>*{text-align:start !important}.irancell-fiber-optic-internet .box-section .box .image.right{text-align:center}.irancell-fiber-optic-internet .box-section .box .image.left{text-align:center}.irancell-fiber-optic-internet .box-section .box .content{margin:16px 0 0 0}.irancell-fiber-optic-internet .box-section .box .content h3 span{width:32px;height:32px}.irancell-fiber-optic-internet .box-section .box>svg{margin:16px auto}.irancell-fiber-optic-internet .price-section>.container{padding-right:calc(var(--bs-gutter-x)*.75);padding-left:calc(var(--bs-gutter-x)*.75)}.irancell-fiber-optic-internet .price-section .box{padding:24px 16px}.irancell-fiber-optic-internet .price-section .box .main-content.top h1,.irancell-fiber-optic-internet .price-section .box .main-content.top h2,.irancell-fiber-optic-internet .price-section .box .main-content.top h3,.irancell-fiber-optic-internet .price-section .box .main-content.top h4,.irancell-fiber-optic-internet .price-section .box .main-content.top h5,.irancell-fiber-optic-internet .price-section .box .main-content.top h6,.irancell-fiber-optic-internet .price-section .box .main-content.top p,.irancell-fiber-optic-internet .price-section .box .main-content.top li{font-size:14px}.irancell-fiber-optic-internet .price-section .box .main-content.top h1 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h2 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h3 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h4 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h5 *,.irancell-fiber-optic-internet .price-section .box .main-content.top h6 *,.irancell-fiber-optic-internet .price-section .box .main-content.top p *,.irancell-fiber-optic-internet .price-section .box .main-content.top li *{font-size:14px;color:#202020}.irancell-fiber-optic-internet .price-section .box .main-content.top h1>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h2>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h3>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h4>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h5>a,.irancell-fiber-optic-internet .price-section .box .main-content.top h6>a,.irancell-fiber-optic-internet .price-section .box .main-content.top p>a,.irancell-fiber-optic-internet .price-section .box .main-content.top li>a{font-weight:700;color:var(--Sky)}.irancell-fiber-optic-internet .price-section .box .main-content.top h1>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h2>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h3>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h4>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h5>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top h6>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top p>a *,.irancell-fiber-optic-internet .price-section .box .main-content.top li>a *{font-weight:700;color:var(--Sky)}.irancell-fiber-optic-internet .price-section .box .main-content.bottom h1 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h2 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h3 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h4 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h5 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h6 *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom p *{color:#202020}.irancell-fiber-optic-internet .price-section .box .main-content.bottom h1>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h2>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h3>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h4>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h5>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h6>a,.irancell-fiber-optic-internet .price-section .box .main-content.bottom p>a{font-weight:700;color:var(--Sky)}.irancell-fiber-optic-internet .price-section .box .main-content.bottom h1>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h2>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h3>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h4>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h5>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom h6>a *,.irancell-fiber-optic-internet .price-section .box .main-content.bottom p>a *{font-weight:700;color:var(--Sky)}.irancell-fiber-optic-internet .price-section .box .main-content.bottom li{font-size:14px}.irancell-fiber-optic-internet .price-section .box .main-content.bottom li *{font-size:14px;color:#202020}.irancell-fiber-optic-internet .price-section .box .main-content.bottom li>a{font-weight:700;color:var(--Sky)}.irancell-fiber-optic-internet .price-section .box .main-content.bottom li>a *{font-weight:700;color:var(--Sky)}html[lang=fa-IR] .irancell-fiber-optic-internet .feature-section.single-mobile .main-content+div .item .icon{margin-right:0;margin-left:16px}html[lang=en-US] .irancell-fiber-optic-internet .feature-section.single-mobile .main-content+div .item .icon{margin-right:16px;margin-left:0}html[lang=en-US] .irancell-fiber-optic-internet .map-section .main-content h2,html[lang=en-US] .irancell-fiber-optic-internet .map-section .main-content h3{font-size:24px;line-height:38px;margin-bottom:4px}html[lang=en-US] .irancell-fiber-optic-internet .map-section .main-content p{font-weight:400;font-size:14px}html[lang=en-US] .irancell-fiber-optic-internet .box-section .box .main-content h2{font-size:24px;line-height:38px;margin-bottom:4px}html[lang=en-US] .irancell-fiber-optic-internet .box-section .box .main-content p{font-weight:400;font-size:14px}html[lang=en-US] .irancell-fiber-optic-internet .form-section .bg-img-form .supper-app-form .button-wrapper .mtn-btn .btn-text{font-size:16px;line-height:26px}html[lang=en-US] .irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.head .title{font-size:17px;line-height:26px}html[lang=en-US] .irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p{font-size:15px;line-height:22px}html[lang=en-US] .irancell-fiber-optic-internet .faq-section .accordion-wrapper input~.body p>*{font-size:15px;line-height:22px}html[lang=en-US] .irancell-fiber-optic-internet .benefits-section ul li{margin-bottom:18px}}